diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d1ae83..961721f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,14 +31,10 @@ export default function LandingPage() {
@@ -104,21 +88,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", name: "Seared Scallops", price: "$38", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-rosemary-black-plate_84443-94427.jpg"}, - { - id: "2", name: "Truffle Risotto", price: "$45", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-jelly-pancakes-with-raisins-fruit-jelly-white-background-jelly-biscuit-dessert-jam-sweet_140725-96512.jpg"}, - { - id: "3", name: "Wagyu Beef", price: "$85", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/man-puts-plain-youghurt-grape-dolma-side-view_141793-3239.jpg"}, - { - id: "4", name: "Sea Bass", price: "$52", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-grilled-vegetables-sour-cream_7502-7084.jpg"}, - { - id: "5", name: "Dark Chocolate Ganache", price: "$18", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/organic-healthy-food-dining-table_169016-2033.jpg"}, - { - id: "6", name: "Seasonal Fruit Tart", price: "$16", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-female-chef-mixing-ingredients_23-2148491381.jpg"}, + { id: "1", name: "Seared Scallops", price: "$38", variant: "Signature Starter", imageSrc: "https://images.unsplash.com/photo-1599084993091-1cb5c0721cc6?q=80&w=600" }, + { id: "2", name: "Truffle Risotto", price: "$45", variant: "Chef Choice", imageSrc: "https://images.unsplash.com/photo-1476124369491-e7addf5db371?q=80&w=600" }, + { id: "3", name: "Wagyu Beef", price: "$85", variant: "Main Course", imageSrc: "https://images.unsplash.com/photo-1544025162-d76694265447?q=80&w=600" }, ]} - title="Signature Menu" - description="Artfully crafted plates for discerning palates." + title="Elegant Menu" + description="Artfully curated plates that define modern sophistication." /> @@ -127,19 +102,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", title: "Memorable evening", quote: "The food and atmosphere are impeccable.", name: "Sarah J.", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg"}, - { - id: "2", title: "Absolutely stunning", quote: "A hidden gem in the city.", name: "Mark D.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg"}, - { - id: "3", title: "Top-tier dining", quote: "The wine pairings were exquisite.", name: "Emily R.", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg"}, - { - id: "4", title: "Cozy elegance", quote: "Perfect for our anniversary.", name: "David K.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/confident-asian-businesswoman-showing-thumbs-up-standing-near-entrance-her-cafe-restaurant_1258-199354.jpg"}, - { - id: "5", title: "Impeccable service", quote: "Every detail was thought out.", name: "Lisa M.", role: "Blogger", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg"}, + { id: "1", title: "Exceptional", quote: "The best dining experience in the city.", name: "Sarah J.", role: "Food Critic", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=400" }, + { id: "2", title: "Refined", quote: "Every plate is a work of art.", name: "Mark D.", role: "Regular", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=400" }, ]} title="Guest Stories" - description="What our patrons say about Le Magellan." + description="Patrons share their love for our kitchen." /> @@ -147,14 +114,9 @@ export default function LandingPage() {