From b7b601bc02645dc705c56409cdc9e77aa1bca83c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 21:43:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 40dbf6b..8774b12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="large" - background="floatingGradient" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -48,12 +48,12 @@ export default function LandingPage() { description="Experience master chefs preparing premium beef right before your eyes. Teppanyaki mastery meets fine dining at Kobe Prime, where every moment is culinary theater." tag="Premium Dining" tagIcon={Sparkles} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/man-eating-pork-steak-recipe_1150-17476.jpg", imageAlt: "Chef preparing premium beef on teppanyaki grill"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-steak-with-barbecue-rosemary_176474-3197.jpg?_wi=1", imageAlt: "Sizzling wagyu steak with vegetables on iron griddle"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-steak-with-barbecue-rosemary_176474-3197.jpg", imageAlt: "Sizzling wagyu steak with vegetables on iron griddle"}, { imageSrc: "http://img.b2bpic.net/free-photo/pretty-hostess-arranging-chairs_23-2147830619.jpg", imageAlt: "Master chef flaming vegetables in theatrical display"}, { @@ -81,6 +81,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg" imageAlt="Master teppanyaki chef in action" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={true} /> @@ -97,7 +98,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Kobe Prime", name: "Japanese Wagyu A5 Ribeye", price: "$85.00", rating: 5, - reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-steak-with-barbecue-rosemary_176474-3197.jpg?_wi=2", imageAlt: "Premium A5 Wagyu Ribeye cut"}, + reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-steak-with-barbecue-rosemary_176474-3197.jpg", imageAlt: "Premium A5 Wagyu Ribeye cut"}, { id: "2", brand: "Kobe Prime", name: "Kobe Beef Filet Mignon", price: "$95.00", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-potato-onin-mixed-with-greens-side-view_141793-2370.jpg", imageAlt: "Tender Kobe Filet Mignon portion"}, @@ -206,7 +207,7 @@ export default function LandingPage() { { id: "5", title: "What is the average cost per person?", content: "Teppanyaki dinners typically range from $70-$120 per person depending on your protein selection. This includes the complete meal prepared tableside."}, { - id: "6", title: "Do you offer private dining options?", content: "Yes, we have private teppanyaki rooms available for groups of 6 or more. Contact us for details and custom menu planning."}, + id: "6", title: "Do you offer private dining options?", content: "Yes, we have private teppanyaki rooms available for groups of 6 or more. Contact us for details and custom menu planning."} ]} /> @@ -216,7 +217,7 @@ export default function LandingPage() { tag="Newsletter" title="Stay Updated on Our Latest Offerings" description="Subscribe to receive exclusive menus, special events, and insider access to our most exclusive teppanyaki experiences." - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={true} inputPlaceholder="Enter your email address" buttonText="Subscribe" -- 2.49.1