diff --git a/src/app/page.tsx b/src/app/page.tsx
index fb34665..e0d19b4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -41,29 +41,26 @@ export default function LandingPage() {
@@ -76,12 +73,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- { id: "1", name: "Traditional Gyros", price: "€18.50", imageSrc: "http://img.b2bpic.net/free-photo/doner-lavash-topped-with-sour-cream_140725-3594.jpg" },
- { id: "2", name: "Fresh Tzatziki", price: "€7.90", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-appetizing-dish-plate-radish-herbs-sauce-purple-tablecloth_140725-123256.jpg" },
- { id: "3", name: "Metaxa Speciality", price: "€22.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-beef-medallion-with-sauce-vegetables-white-plate-table_140725-11584.jpg" },
+ { id: "1", name: "Truffle Infused Risotto", price: "€34.00", imageSrc: "https://images.unsplash.com/photo-1476124369491-e7addf5db371?q=80&w=800" },
+ { id: "2", name: "Seared Scallop Medley", price: "€28.00", imageSrc: "https://images.unsplash.com/photo-1599084993091-1cb5c0721cc6?q=80&w=800" },
+ { id: "3", name: "Signature Wagyu Cut", price: "€52.00", imageSrc: "https://images.unsplash.com/photo-1544025162-d76694265547?q=80&w=800" },
]}
- title="Signature Dishes"
- description="A glimpse of the flavors our regulars love most. Prepared with heart and passion."
+ title="Culinary Masterpieces"
+ description="Indulge in our carefully curated selection of seasonal delights, prepared to perfection by our expert chefs."
/>
@@ -90,14 +87,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- { id: "1", name: "Sarah J.", date: "March 2024", title: "Incredible Portions", quote: "The portions are massive and the service is incredibly warm. Felt like home.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-woman-coat_1303-11053.jpg" },
- { id: "2", name: "Michael K.", date: "February 2024", title: "Consistently Good", quote: "My go-to spot for gyros. The quality never drops, always consistent.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-46898.jpg" },
- { id: "3", name: "Elena M.", date: "January 2024", title: "Authentic Greek", quote: "Authentic, cozy, and the tzatziki is to die for. Exceptional service!", tag: "Traveller", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-sitting-with-salad-bowl_23-2147893408.jpg" },
- { id: "4", name: "David L.", date: "December 2023", title: "Luxury Feel", quote: "Luxury ambiance but the service makes you feel like an old friend.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-drinking-wine-having-fun-lunch-bar-focus-is-man_637285-2049.jpg" },
- { id: "5", name: "Mark R.", date: "November 2023", title: "Simply The Best", quote: "The atmosphere is unmatched and the staff is genuinely lovely.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-woman-coat_1303-11053.jpg" },
+ { id: "1", name: "Clara H.", date: "May 2024", title: "Unforgettable Evening", quote: "The fusion of textures was divine. A dining experience I'll never forget.", tag: "Luxury", avatarSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=200" },
+ { id: "2", name: "Marcus T.", date: "April 2024", title: "Exquisite Flavors", quote: "Perfectly balanced, beautifully plated. Simply superior quality.", tag: "Excellence", avatarSrc: "https://images.unsplash.com/photo-1535713875002-d1d0cf377fde?q=80&w=200" },
]}
- title="What Our Family Says"
- description="Read why our guests keep coming back year after year."
+ title="Voices of Sophistication"
+ description="Hear what our guests share about their immersive culinary journey with us."
/>
@@ -106,13 +100,12 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Reservations"
- title="Secure Your Table"
- description="Don't miss out on an unforgettable dining experience. Book your table directly through us."
- imageSrc="http://img.b2bpic.net/free-photo/man-woman-sitting-table-with-desserts-drinks-flowers-cafe_23-2148001711.jpg?_wi=1"
+ title="Request Your Experience"
+ description="Spaces are limited for our evening sessions. Secure your table and prepare for an evening of indulgence."
+ imageSrc="https://images.unsplash.com/photo-1559339352-11d035aa65de?q=80&w=1200"
mediaAnimation="slide-up"
- inputPlaceholder="Enter your name/party size"
- buttonText="Request Booking"
- videoSrc="http://img.b2bpic.net/free-photo/man-woman-sitting-table-with-desserts-drinks-flowers-cafe_23-2148001711.jpg?_wi=2"
+ inputPlaceholder="Enter your email address"
+ buttonText="Secure Booking"
/>
@@ -120,9 +113,9 @@ export default function LandingPage() {