diff --git a/src/app/page.tsx b/src/app/page.tsx index b42034f..df4f643 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -163,67 +97,31 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "The Artisanal Cut", - description: "Hand-trimmed meats prepared daily, featuring local heritage-breed pork.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/grilled-duck-meat-breast-with-vegetable_74190-962.jpg", - imageAlt: "Local pork cut", - }, + title: "The Artisanal Cut", description: "Hand-trimmed meats prepared daily, featuring local heritage-breed pork.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/grilled-duck-meat-breast-with-vegetable_74190-962.jpg", imageAlt: "Local pork cut"}, items: [ - { - icon: CheckCircle, - text: "Sustainable sourced", - }, - { - icon: CheckCircle, - text: "Aged 21 days", - }, + { icon: CheckCircle, text: "Sustainable sourced" }, + { icon: CheckCircle, text: "Aged 21 days" }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg?_wi=2", - imageAlt: "high quality pork belly dish", }, { - title: "Garden Harvest", - description: "Farm-to-table vegetables, picked at their peak for maximum flavor profiles.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/wooden-box-filled-fresh-vegetables_329181-8749.jpg", - imageAlt: "Fresh garden vegetables", - }, + title: "Garden Harvest", description: "Farm-to-table vegetables, picked at their peak for maximum flavor profiles.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/wooden-box-filled-fresh-vegetables_329181-8749.jpg", imageAlt: "Fresh garden vegetables"}, items: [ - { - icon: CheckCircle, - text: "Organic certified", - }, - { - icon: CheckCircle, - text: "Daily harvest", - }, + { icon: CheckCircle, text: "Organic certified" }, + { icon: CheckCircle, text: "Daily harvest" }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg?_wi=2", - imageAlt: "high quality pork belly dish", }, { - title: "House-made Pasta", - description: "Freshly milled flour meets farm-fresh eggs for a truly authentic pasta experience.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/crop-person-kneading-dough_23-2147749558.jpg", - imageAlt: "Fresh handmade pasta", - }, + title: "House-made Pasta", description: "Freshly milled flour meets farm-fresh eggs for a truly authentic pasta experience.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/crop-person-kneading-dough_23-2147749558.jpg", imageAlt: "Fresh handmade pasta"}, items: [ - { - icon: CheckCircle, - text: "Traditional method", - }, - { - icon: CheckCircle, - text: "Hand-rolled", - }, + { icon: CheckCircle, text: "Traditional method" }, + { icon: CheckCircle, text: "Hand-rolled" }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg?_wi=2", - imageAlt: "high quality pork belly dish", }, ]} title="Signature Flavors" @@ -238,48 +136,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Heritage Pork Belly", - price: "$28", - variant: "Main", - imageSrc: "http://img.b2bpic.net/free-photo/tuna-meat-steak_1203-8961.jpg", - }, - { - id: "p2", - name: "Truffle Hand-Cut Tagliatelle", - price: "$32", - variant: "Pasta", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-tagliatelle-sauce-parmesan_140725-6574.jpg", - }, - { - id: "p3", - name: "Seared Atlantic Scallops", - price: "$36", - variant: "Starter", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg", - }, - { - id: "p4", - name: "Wood-Roasted Seasonal Root", - price: "$18", - variant: "Side", - imageSrc: "http://img.b2bpic.net/free-photo/parts-tree-food-composition_23-2147867505.jpg", - }, - { - id: "p5", - name: "Artisanal Sourdough & Cultured Butter", - price: "$12", - variant: "Starter", - imageSrc: "http://img.b2bpic.net/free-photo/slices-soft-bread-marble-surface_114579-40613.jpg", - }, - { - id: "p6", - name: "Dark Chocolate Ganache Tart", - price: "$15", - variant: "Dessert", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-cake_23-2148604551.jpg", - }, + { id: "p1", name: "Heritage Pork Belly", price: "$28", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/tuna-meat-steak_1203-8961.jpg" }, + { id: "p2", name: "Truffle Hand-Cut Tagliatelle", price: "$32", variant: "Pasta", imageSrc: "http://img.b2bpic.net/free-photo/chicken-tagliatelle-sauce-parmesan_140725-6574.jpg" }, + { id: "p3", name: "Seared Atlantic Scallops", price: "$36", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg" }, + { id: "p4", name: "Wood-Roasted Seasonal Root", price: "$18", variant: "Side", imageSrc: "http://img.b2bpic.net/free-photo/parts-tree-food-composition_23-2147867505.jpg" }, + { id: "p5", name: "Artisanal Sourdough & Cultured Butter", price: "$12", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/slices-soft-bread-marble-surface_114579-40613.jpg" }, + { id: "p6", name: "Dark Chocolate Ganache Tart", price: "$15", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-cake_23-2148604551.jpg" }, ]} title="Signature Menu" description="Discover our collection of signature dishes, meticulously prepared to delight your palate." @@ -293,27 +155,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "129+", - title: "Verified Reviews", - description: "Trusted by our local community.", - icon: Star, - }, - { - id: "m2", - value: "4.0", - title: "Average Rating", - description: "Consistently praised service.", - icon: Award, - }, - { - id: "m3", - value: "Daily", - title: "Service Hours", - description: "Open from 5pm to 11pm daily.", - icon: Clock, - }, + { id: "m1", value: "129+", title: "Verified Reviews", description: "Trusted by our local community.", icon: Star }, + { id: "m2", value: "4.0", title: "Average Rating", description: "Consistently praised service.", icon: Award }, + { id: "m3", value: "Daily", title: "Service Hours", description: "Open from 5pm to 11pm daily.", icon: Clock }, ]} title="Visit Us" description="Information on hours, service, and location." @@ -327,54 +171,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} testimonials={[ - { - id: "r1", - name: "Robert B.", - role: "Food Critic", - company: "Local Digest", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg", - }, - { - id: "r2", - name: "Clara S.", - role: "Regular", - company: "Neighborhood", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg", - }, - { - id: "r3", - name: "James D.", - role: "Visitor", - company: "Tourist Guide", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-sitting-table_23-2149708125.jpg", - }, - { - id: "r4", - name: "Elena M.", - role: "Customer", - company: "Online", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081881.jpg", - }, - { - id: "r5", - name: "John P.", - role: "Regular", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-takes-off-her-protective-medical-face-mask_1153-8487.jpg", - }, - { - id: "r6", - name: "Sophia L.", - role: "Customer", - company: "Online", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg", - }, + { id: "r1", name: "Robert B.", role: "Food Critic", company: "Local Digest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg" }, + { id: "r2", name: "Clara S.", role: "Regular", company: "Neighborhood", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg" }, + { id: "r3", name: "James D.", role: "Visitor", company: "Tourist Guide", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-sitting-table_23-2149708125.jpg" }, + { id: "r4", name: "Elena M.", role: "Customer", company: "Online", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081881.jpg" }, + { id: "r5", name: "John P.", role: "Regular", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-takes-off-her-protective-medical-face-mask_1153-8487.jpg" }, + { id: "r6", name: "Sophia L.", role: "Customer", company: "Online", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg" }, ]} title="Guest Voices" description="What our guests are saying about their dining experience." @@ -384,9 +186,7 @@ export default function LandingPage() {