From 975e44d94dea56a3df34851cee1069d958960e1f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:16:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 285 +++++++++++------------------------------------ 1 file changed, 65 insertions(+), 220 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f7aa85..548175f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, Star } from "lucide-react"; +import { Award, Star, ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,91 +48,50 @@ export default function LandingPage() {
@@ -152,19 +103,13 @@ export default function LandingPage() { metrics={[ { icon: Award, - label: "Years Experience", - value: "15+", - }, + label: "Years Experience", value: "15+"}, { icon: Award, - label: "Dinners Served", - value: "2000+", - }, + label: "Dinners Served", value: "2000+"}, { icon: Star, - label: "Client Rating", - value: "4.9/5", - }, + label: "Client Rating", value: "4.9/5"}, ]} metricsAnimation="slide-up" /> @@ -176,28 +121,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Bespoke Dining", - description: "Custom menus designed specifically for your palate.", - imageSrc: "http://img.b2bpic.net/free-photo/meat-slices-sauce-with-vegetables_140725-1168.jpg", - buttonIcon: "ArrowRight", + title: "Bespoke Dining", description: "Custom menus designed specifically for your palate.", imageSrc: "http://img.b2bpic.net/free-photo/meat-slices-sauce-with-vegetables_140725-1168.jpg", buttonIcon: ArrowRight, }, { - title: "Private Classes", - description: "Hands-on culinary workshops in your kitchen.", - imageSrc: "http://img.b2bpic.net/free-photo/man-puts-sliced-cheese-his-plate_141793-1088.jpg", - buttonIcon: "ArrowRight", + title: "Private Classes", description: "Hands-on culinary workshops in your kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/man-puts-sliced-cheese-his-plate_141793-1088.jpg", buttonIcon: ArrowRight, }, { - title: "Menu Consulting", - description: "Expert advice for your next culinary project.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-with-greens-seasonings-dark-space_140725-76230.jpg", - buttonIcon: "ArrowRight", + title: "Menu Consulting", description: "Expert advice for your next culinary project.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-with-greens-seasonings-dark-space_140725-76230.jpg", buttonIcon: ArrowRight, }, { - title: "Event Catering", - description: "Full-service catering for elegant events.", - imageSrc: "http://img.b2bpic.net/free-photo/strawbery-with-cheese_1157-532.jpg", - buttonIcon: "ArrowRight", + title: "Event Catering", description: "Full-service catering for elegant events.", imageSrc: "http://img.b2bpic.net/free-photo/strawbery-with-cheese_1157-532.jpg", buttonIcon: ArrowRight, }, ]} title="Exceptional Culinary Services" @@ -213,41 +146,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Seasonal Truffle Pasta", - price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg", - }, + id: "1", name: "Seasonal Truffle Pasta", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg"}, { - id: "2", - name: "Signature Wagyu Tartare", - price: "$85", - imageSrc: "http://img.b2bpic.net/free-photo/crop-elegant-man-writing_23-2147717378.jpg", - }, + id: "2", name: "Signature Wagyu Tartare", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/crop-elegant-man-writing_23-2147717378.jpg"}, { - id: "3", - name: "Pan-Seared Scallops", - price: "$95", - imageSrc: "http://img.b2bpic.net/free-photo/russian-salad-with-orange-juice_140725-3686.jpg", - }, + id: "3", name: "Pan-Seared Scallops", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/russian-salad-with-orange-juice_140725-3686.jpg"}, { - id: "4", - name: "Artisanal Dessert Platter", - price: "$60", - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-dinner-restaurant_23-2148018772.jpg", - }, + id: "4", name: "Artisanal Dessert Platter", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-dinner-restaurant_23-2148018772.jpg"}, { - id: "5", - name: "Market Fresh Catch", - price: "$110", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89993.jpg", - }, + id: "5", name: "Market Fresh Catch", price: "$110", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89993.jpg"}, { - id: "6", - name: "Tasting Menu Series", - price: "$250", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-potato-pies-with-mushed-pumpkin-tomatoes-grey-background-oven-cake-pie-bake-color_140725-110272.jpg", - }, + id: "6", name: "Tasting Menu Series", price: "$250", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-potato-pies-with-mushed-pumpkin-tomatoes-grey-background-oven-cake-pie-bake-color_140725-110272.jpg"}, ]} title="Curated Signature Dishes" description="A glimpse into our seasonal tasting menus." @@ -261,20 +170,11 @@ export default function LandingPage() { tag="Trusted Professional" metrics={[ { - id: "m1", - value: "150+", - description: "Private events hosted", - }, + id: "m1", value: "150+", description: "Private events hosted"}, { - id: "m2", - value: "5000+", - description: "Plates served with care", - }, + id: "m2", value: "5000+", description: "Plates served with care"}, { - id: "m3", - value: "100%", - description: "Customer satisfaction", - }, + id: "m3", value: "100%", description: "Customer satisfaction"}, ]} metricsAnimation="blur-reveal" /> @@ -287,45 +187,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Alice M.", - handle: "@alice", - testimonial: "Simply wonderful experience, would definitely book again.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-sharing-fast-food_329181-20757.jpg", - }, + id: "t1", name: "Alice M.", handle: "@alice", testimonial: "Simply wonderful experience, would definitely book again.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-sharing-fast-food_329181-20757.jpg"}, { - id: "t2", - name: "John D.", - handle: "@john", - testimonial: "Professional and delicious, truly amazing work.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-woman-portrait_23-2149051721.jpg", - }, + id: "t2", name: "John D.", handle: "@john", testimonial: "Professional and delicious, truly amazing work.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-woman-portrait_23-2149051721.jpg"}, { - id: "t3", - name: "Sarah P.", - handle: "@sarah", - testimonial: "The best dinner party we've ever hosted at home.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg", - }, + id: "t3", name: "Sarah P.", handle: "@sarah", testimonial: "The best dinner party we've ever hosted at home.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg"}, { - id: "t4", - name: "Mark V.", - handle: "@mark", - testimonial: "Highly satisfied with the creativity and taste.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", - }, + id: "t4", name: "Mark V.", handle: "@mark", testimonial: "Highly satisfied with the creativity and taste.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg"}, { - id: "t5", - name: "Elena R.", - handle: "@elena", - testimonial: "Perfectly curated menu, everyone was blown away.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg", - }, + id: "t5", name: "Elena R.", handle: "@elena", testimonial: "Perfectly curated menu, everyone was blown away.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg"}, ]} showRating={true} title="Client Stories" @@ -339,20 +214,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "How far in advance should I book?", - content: "I recommend booking at least 3-4 weeks in advance for weekends.", - }, + id: "q1", title: "How far in advance should I book?", content: "I recommend booking at least 3-4 weeks in advance for weekends."}, { - id: "q2", - title: "Do you handle dietary requirements?", - content: "Absolutely. All menus are fully customized to your dietary needs and allergies.", - }, + id: "q2", title: "Do you handle dietary requirements?", content: "Absolutely. All menus are fully customized to your dietary needs and allergies."}, { - id: "q3", - title: "Is cleanup included?", - content: "Yes, I leave your kitchen spotless after every session.", - }, + id: "q3", title: "Is cleanup included?", content: "Yes, I leave your kitchen spotless after every session."}, ]} title="Common Questions" description="Everything you need to know about booking." @@ -367,25 +233,14 @@ export default function LandingPage() { description="Reach out to plan your bespoke dinner event." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - }, + name: "name", type: "text", placeholder: "Your Name"}, { - name: "email", - type: "email", - placeholder: "Email Address", - }, + name: "email", type: "email", placeholder: "Email Address"}, { - name: "date", - type: "date", - placeholder: "Event Date", - }, + name: "date", type: "date", placeholder: "Event Date"}, ]} textarea={{ - name: "message", - placeholder: "Tell me about your event", - rows: 4, + name: "message", placeholder: "Tell me about your event", rows: 4, }} imageSrc="http://img.b2bpic.net/free-photo/bringing-order_1098-15651.jpg" /> @@ -395,29 +250,19 @@ export default function LandingPage() {