diff --git a/src/app/page.tsx b/src/app/page.tsx index f7faa5e..989e993 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,31 +21,23 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -175,42 +93,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Premium Beef Platter", - price: "R250", - imageSrc: "http://img.b2bpic.net/free-photo/steak-with-cheese-vegetables-restaurant_501050-842.jpg", - }, - { - id: "p2", - name: "Signature Lamb Ribs", - price: "R180", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-meat-concept-with-copy-space_23-2148738925.jpg", - }, - { - id: "p3", - name: "Char-Grilled Chicken", - price: "R150", - imageSrc: "http://img.b2bpic.net/free-photo/fried-sebet-wooden-board_140725-4714.jpg", - }, - { - id: "p4", - name: "House Gin & Tonic", - price: "R85", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-mix-long-drinks_23-2148673762.jpg", - }, - { - id: "p5", - name: "Premium Red Wine", - price: "R350", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-glass-red-wine-close-up_23-2148261643.jpg", - }, - { - id: "p6", - name: "Craft Lager Selection", - price: "R45", - imageSrc: "http://img.b2bpic.net/free-photo/bartender-fills-beer-mug-from-beer-tap_140725-1992.jpg", - }, + { id: "p1", name: "Premium Beef Platter", price: "R250", imageSrc: "http://img.b2bpic.net/free-photo/steak-with-cheese-vegetables-restaurant_501050-842.jpg" }, + { id: "p2", name: "Signature Lamb Ribs", price: "R180", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-meat-concept-with-copy-space_23-2148738925.jpg" }, + { id: "p3", name: "Char-Grilled Chicken", price: "R150", imageSrc: "http://img.b2bpic.net/free-photo/fried-sebet-wooden-board_140725-4714.jpg" }, + { id: "p4", name: "House Gin & Tonic", price: "R85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mix-long-drinks_23-2148673762.jpg" }, + { id: "p5", name: "Premium Red Wine", price: "R350", imageSrc: "http://img.b2bpic.net/free-photo/tasty-glass-red-wine-close-up_23-2148261643.jpg" }, + { id: "p6", name: "Craft Lager Selection", price: "R45", imageSrc: "http://img.b2bpic.net/free-photo/bartender-fills-beer-mug-from-beer-tap_140725-1992.jpg" } ]} title="Our Signature Offerings" description="From slow-cooked meats to curated spirits, discover your new favorite." @@ -220,32 +108,18 @@ export default function LandingPage() {
@@ -366,38 +177,24 @@ export default function LandingPage() {