From 8c9d5f471ec5b5aaad7bb29e7c69d26ebfa0cc82 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 11:56:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c415b8..fb8bc72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,6 +16,13 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -61,7 +68,7 @@ export default function LandingPage() { { value: "Diverse", title: "Global Menu" } ]} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/chef-seasoning-delicious-salade-his-restaurant-kitchen_482257-24431.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/chef-seasoning-delicious-salade-his-restaurant-kitchen_482257-24431.jpg" imageAlt="Wood & Fire Interior" mediaAnimation="slide-up" /> @@ -72,14 +79,15 @@ export default function LandingPage() { title="Our Signature Flavors" description="Explore our crowd-favorite dishes, ranging from succulent steaks and oxtail to signature chicken burgers and refreshing desserts." products={[ - { id: "1", brand: "Signature", name: "WF Chicken Burger", price: "R185", rating: 5, reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-roll-with-pear-greens-glass-wine-side-view_141793-3141.jpg?_wi=3" }, - { id: "2", brand: "Main Course", name: "Oxtail Stew", price: "R245", rating: 5, reviewCount: "320", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-roll-with-pear-greens-glass-wine-side-view_141793-3141.jpg?_wi=4" }, - { id: "3", brand: "Main Course", name: "Sirloin Steak", price: "R295", rating: 5, reviewCount: "450", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-roll-with-pear-greens-glass-wine-side-view_141793-3141.jpg?_wi=5" }, - { id: "4", brand: "Appetizer", name: "Steamed Buns", price: "R120", rating: 4, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-traditional-asian-food_23-2148771243.jpg?_wi=2" } + { id: "1", brand: "Signature", name: "WF Chicken Burger", price: "R185", rating: 5, reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-roll-with-pear-greens-glass-wine-side-view_141793-3141.jpg" }, + { id: "2", brand: "Main Course", name: "Oxtail Stew", price: "R245", rating: 5, reviewCount: "320", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-roll-with-pear-greens-glass-wine-side-view_141793-3141.jpg" }, + { id: "3", brand: "Main Course", name: "Sirloin Steak", price: "R295", rating: 5, reviewCount: "450", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-roll-with-pear-greens-glass-wine-side-view_141793-3141.jpg" }, + { id: "4", brand: "Appetizer", name: "Steamed Buns", price: "R120", rating: 4, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-traditional-asian-food_23-2148771243.jpg" } ]} textboxLayout="split-description" gridVariant="four-items-2x2-equal-grid" animationType="slide-up" + useInvertedBackground={false} /> @@ -104,9 +112,10 @@ export default function LandingPage() { { id: "2", title: "Is the venue suitable for events?", content: "Absolutely! We cater to casual dining, social gatherings, and work functions." }, { id: "3", title: "Where are you located?", content: "We are conveniently located at Brooklyn Mall, Veale Street, Nieuw Muckleneuk, Pretoria." } ]} - imageSrc="http://img.b2bpic.net/free-photo/chef-seasoning-delicious-salade-his-restaurant-kitchen_482257-24431.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/chef-seasoning-delicious-salade-his-restaurant-kitchen_482257-24431.jpg" textboxLayout="split" faqsAnimation="slide-up" + useInvertedBackground={false} /> @@ -117,6 +126,7 @@ export default function LandingPage() { description="Join us at Brooklyn Mall for an unforgettable dining experience today." buttons={[{ text: "Book Your Table", href: "tel:+27123456789" }]} useInvertedBackground={true} + background={{ variant: "plain" }} />