import Link from 'next/link'; import MainLayout from '@/components/layouts/MainLayout'; export default function Home() { return ( {/* Hero section */}

Experience the Finest Cuisine

Welcome to our restaurant, where we serve delicious meals made with fresh ingredients and a passion for culinary excellence.

View Menu Book a Table
{/* Featured Menu Items */}

Featured Menu Items

{/* Item 1 */}

Signature Pasta

Handmade pasta with our special sauce and fresh herbs.

$18.99
{/* Item 2 */}

Premium Steak

Juicy, tender steak cooked to perfection with seasonal vegetables.

$29.99
{/* Item 3 */}

Seafood Delight

Fresh seafood mix with special spices and lemon butter sauce.

$24.99
View Full Menu
{/* About Section */}

Our Story

Founded in 2010, our restaurant has been serving the community with delicious meals made from the freshest ingredients. Our chefs are passionate about creating unforgettable dining experiences.

We believe in sustainable practices and source our ingredients from local farmers and suppliers whenever possible.

Learn More
{/* Testimonials */}

What Our Customers Say

{/* Testimonial 1 */}

John Smith

"The food was amazing and the service was exceptional. I will definitely be coming back!"

{/* Testimonial 2 */}

Sarah Johnson

"Perfect place for a special occasion. The ambiance was lovely and the food was delicious."

{/* Testimonial 3 */}

Michael Brown

"I've tried many restaurants in the area, but this one stands out. The flavors are authentic and the staff is friendly."

{/* Call to Action */}

Ready to Experience Our Cuisine?

Book your table now or order online for pickup or delivery.

Book a Table Order Online
); }