From 523b4c5f39def0db1609ad8524dbb83e0e3ffc1b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 04:53:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 134 +++++++++++------------------------------------ 1 file changed, 31 insertions(+), 103 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f712003..5c34a66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,31 +17,23 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -67,21 +56,9 @@ export default function LandingPage() { useInvertedBackground={false} title="My Philosophy" metrics={[ - { - icon: Flame, - label: "Years of Experience", - value: "15+", - }, - { - icon: Award, - label: "Gourmet Events Hosted", - value: "500+", - }, - { - icon: MapPin, - label: "Regional Cuisines", - value: "12", - }, + { icon: Flame, label: "Years of Experience", value: "15+" }, + { icon: Award, label: "Gourmet Events Hosted", value: "500+" }, + { icon: MapPin, label: "Regional Cuisines", value: "12" }, ]} metricsAnimation="slide-up" /> @@ -94,25 +71,14 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Bespoke Dining", - description: "Customized menus designed to your personal tastes and dietary needs.", - bentoComponent: "media-stack", - items: [ + title: "Bespoke Dining", description: "Customized menus designed to your personal tastes and dietary needs.", bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-fresh-vegetables-chili-flakes-wooden-background_23-2147956521.jpg", - imageAlt: "Bespoke dining", - }, + imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-fresh-vegetables-chili-flakes-wooden-background_23-2147956521.jpg", imageAlt: "Bespoke dining"}, { - imageSrc: "http://img.b2bpic.net/free-photo/small-glasses-with-drinks-plate-with-sliced-limes_8353-10646.jpg", - imageAlt: "Custom dining service", - }, + imageSrc: "http://img.b2bpic.net/free-photo/small-glasses-with-drinks-plate-with-sliced-limes_8353-10646.jpg", imageAlt: "Custom dining service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-person-cutting-tomato-slices-kitchen-counter_23-2147893453.jpg", - imageAlt: "Gourmet prep", - }, + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-person-cutting-tomato-slices-kitchen-counter_23-2147893453.jpg", imageAlt: "Gourmet prep"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149727976.jpg?_wi=2", - imageAlt: "private chef in elegant kitchen", }, ]} title="Services Offered" @@ -127,40 +93,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Alice M.", - role: "Host", - testimonial: "The most incredible dinner party we've ever held. Everything was perfect.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg", - }, + id: "1", name: "Alice M.", role: "Host", testimonial: "The most incredible dinner party we've ever held. Everything was perfect.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg"}, { - id: "2", - name: "John D.", - role: "Client", - testimonial: "Absolutely world-class service. My guests were blown away by the flavors.", - imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891048.jpg", - }, + id: "2", name: "John D.", role: "Client", testimonial: "Absolutely world-class service. My guests were blown away by the flavors.", imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891048.jpg"}, { - id: "3", - name: "Sarah P.", - role: "Organizer", - testimonial: "Chef made our anniversary so special. Highly recommended.", - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-outdoors_197531-5883.jpg", - }, + id: "3", name: "Sarah P.", role: "Organizer", testimonial: "Chef made our anniversary so special. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-outdoors_197531-5883.jpg"}, { - id: "4", - name: "Mark L.", - role: "Client", - testimonial: "Professional, creative, and delicious. Simply a wonderful experience.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-baked-chicken-festive-table_23-2147961422.jpg", - }, + id: "4", name: "Mark L.", role: "Client", testimonial: "Professional, creative, and delicious. Simply a wonderful experience.", imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-baked-chicken-festive-table_23-2147961422.jpg"}, { - id: "5", - name: "Elena R.", - role: "Host", - testimonial: "Flawless execution from start to finish. We will definitely book again!", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg", - }, + id: "5", name: "Elena R.", role: "Host", testimonial: "Flawless execution from start to finish. We will definitely book again!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg"}, ]} title="What Clients Say" description="Experiences from my satisfied dinner guests." @@ -171,8 +112,7 @@ export default function LandingPage() {