From aca95ef1a782d5e14055227afc19729db27411ec Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 02:52:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 186 +++++++++++------------------------------------ 1 file changed, 41 insertions(+), 145 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 91c251f..b068469 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,80 +17,45 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="entrance-slide" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -100,21 +65,9 @@ export default function LandingPage() { useInvertedBackground={true} title="Legacy of Taste" metrics={[ - { - icon: Award, - label: "Years of Heritage", - value: "15+", - }, - { - icon: Flame, - label: "Artisan Chefs", - value: "8", - }, - { - icon: Flame, - label: "Charcoal Recipes", - value: "25+", - }, + { icon: Award, label: "Years of Heritage", value: "15+" }, + { icon: Flame, label: "Artisan Chefs", value: "8" }, + { icon: Flame, label: "Charcoal Recipes", value: "25+" }, ]} metricsAnimation="blur-reveal" /> @@ -127,28 +80,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Artisan Preparation", - description: "Slow-grilled over traditional charcoal for unmatched flavor depth.", - bentoComponent: "reveal-icon", - icon: Flame, - imageSrc: "http://img.b2bpic.net/free-photo/view-table-etiquette-dressing_23-2148914876.jpg?_wi=2", - imageAlt: "luxury turkish kebab restaurant interior warm lighting", + title: "Artisan Preparation", description: "Slow-grilled over traditional charcoal for unmatched flavor depth.", bentoComponent: "reveal-icon", icon: Flame }, { - title: "Locally Sourced", - description: "Premium quality ingredients sourced daily from local farmers.", - bentoComponent: "reveal-icon", - icon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg?_wi=2", - imageAlt: "fresh grilled wings charcoal barbecue", + title: "Locally Sourced", description: "Premium quality ingredients sourced daily from local farmers.", bentoComponent: "reveal-icon", icon: Leaf }, { - title: "Hospitality First", - description: "Experience personalized service in an intimate, elegant setting.", - bentoComponent: "reveal-icon", - icon: Heart, - imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg?_wi=2", - imageAlt: "artisan turkish pide bread freshly baked", + title: "Hospitality First", description: "Experience personalized service in an intimate, elegant setting.", bentoComponent: "reveal-icon", icon: Heart }, ]} title="Our Culinary Pillars" @@ -160,46 +98,22 @@ export default function LandingPage() {