diff --git a/src/app/page.tsx b/src/app/page.tsx index 7062883..8cc2e8f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,34 +19,22 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="background-highlight" borderRadius="rounded" - contentWidth="compact" - sizing="mediumLarge" - background="grid" - cardStyle="gradient-bordered" - primaryButtonStyle="gradient" - secondaryButtonStyle="glass" - headingFontWeight="extrabold" + contentWidth="medium" + sizing="medium" + background="none" + cardStyle="outline" + primaryButtonStyle="flat" + secondaryButtonStyle="solid" + headingFontWeight="semibold" > @@ -165,183 +86,56 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Kingklip Platter", - price: "R180", - imageSrc: "http://img.b2bpic.net/free-photo/fried-dushbara-onion-rings-with-shrimps_140725-1135.jpg", - }, - { - id: "p2", - name: "Prawn Feast", - price: "R220", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-shrimp-with-ketchup-carrots-plate_141793-12497.jpg", - }, - { - id: "p3", - name: "Crispy Calamari", - price: "R120", - imageSrc: "http://img.b2bpic.net/free-photo/calamari-ring_74190-4730.jpg", - }, - { - id: "p4", - name: "Classic Fish & Chips", - price: "R95", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-fish-plate_1398-4549.jpg", - }, - { - id: "p5", - name: "Seafood Pasta", - price: "R160", - imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-spaghetti-seafood_1339-3426.jpg", - }, - { - id: "p6", - name: "Mussel Pot", - price: "R140", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-cooked-mussels-with-copy-space_23-2148234977.jpg", - }, + { id: "p1", name: "Kingklip Platter", price: "R195", imageSrc: "https://img.b2bpic.net/free-photo/fried-dushbara-onion-rings-with-shrimps_140725-1135.jpg" }, + { id: "p2", name: "Prawn Platter", price: "R245", imageSrc: "https://img.b2bpic.net/free-photo/side-view-grilled-shrimp-with-ketchup-carrots-plate_141793-12497.jpg" } ]} - title="Our Seafood Menu" - description="Discover our signature Mediterranean-inspired dishes." + title="Our Menu" + description="Explore our signature seafood dishes." />
-
- -
-
); -} +} \ No newline at end of file