diff --git a/src/app/page.tsx b/src/app/page.tsx index f6e7aa4..4d9facf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,27 +15,26 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -98,32 +82,14 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - brand: "Chef's Special", - name: "Dragon Chili Chicken", - price: "$18", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156211.jpg", - }, + id: "1", brand: "Chef's Special", name: "Dragon Chili Chicken", price: "$18", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156211.jpg"}, { - id: "2", - brand: "Stir Fry", - name: "Wok-Tossed Hakka Noodles", - price: "$14", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/uncooked-noodle-nests-blue-bowl_114579-88292.jpg", - }, + id: "2", brand: "Stir Fry", name: "Wok-Tossed Hakka Noodles", price: "$14", rating: 5, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/uncooked-noodle-nests-blue-bowl_114579-88292.jpg"}, { - id: "3", - brand: "Vegetarian", - name: "Schezwan Fried Rice", - price: "$13", - rating: 4, - reviewCount: "88", - imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269162.jpg", - }, + id: "3", brand: "Vegetarian", name: "Schezwan Fried Rice", price: "$13", rating: 4, + reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269162.jpg"}, ]} title="Signature Menu" description="Discover our chef-curated selection of fusion delicacies." @@ -134,20 +100,15 @@ export default function LandingPage() { @@ -157,42 +118,27 @@ export default function LandingPage() { logoText="WokDynasty" columns={[ { - title: "Menu", - items: [ + title: "Menu", items: [ { - label: "Full Menu", - href: "#menu", - }, + label: "Full Menu", href: "#menu"}, { - label: "Specials", - href: "#menu", - }, + label: "Specials", href: "#menu"}, ], }, { - title: "Reserve", - items: [ + title: "Reserve", items: [ { - label: "Booking", - href: "#book", - }, + label: "Booking", href: "#book"}, { - label: "Enquiry", - href: "#contact", - }, + label: "Enquiry", href: "#contact"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "7289971983", - href: "tel:7289971983", - }, + label: "7289971983", href: "tel:7289971983"}, { - label: "Email Us", - href: "mailto:hello@wokdynasty.com", - }, + label: "Email Us", href: "mailto:hello@wokdynasty.com"}, ], }, ]}