diff --git a/src/app/page.tsx b/src/app/page.tsx index 70217b0..995026a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,93 +21,42 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="floatingGradient" - cardStyle="gradient-bordered" - primaryButtonStyle="shadow" - secondaryButtonStyle="radial-glow" - headingFontWeight="medium" + background="noiseDiagonalGradient" + cardStyle="glass-depth" + primaryButtonStyle="diagonal-gradient" + secondaryButtonStyle="glass" + headingFontWeight="bold" >
@@ -118,35 +67,23 @@ export default function LandingPage() { title="A Passion for Excellence" description="At Mas58rest, we blend fresh seasonal ingredients with innovative techniques, crafting a menu that celebrates the joy of eating well." bulletPoints={[ - { - title: "Farm-to-Table", description: "Supporting local farmers to bring you the freshest produce."}, - { - title: "Culinary Innovation", description: "Pushing the boundaries of classic recipes with a modern twist."}, - { - title: "Warm Atmosphere", description: "Designed for comfort and intimate conversations."}, + { title: "Farm-to-Table", description: "Supporting local farmers to bring you the freshest produce." }, + { title: "Culinary Innovation", description: "Pushing the boundaries of classic recipes with a modern twist." }, + { title: "Warm Atmosphere", description: "Designed for comfort and intimate conversations." }, ]} imageSrc="http://img.b2bpic.net/free-photo/fried-shrimp-with-sushi-table_140725-6656.jpg" - imageAlt="Culinary craftsmanship" - mediaAnimation="blur-reveal" />
@@ -155,128 +92,65 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="three-columns-all-equal-width" - useInvertedBackground={true} products={[ - { - id: "1", name: "Truffle Risotto", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/caprese-salad-skewers-with-tomato-mozzarella-basil-white-square-plate_141793-2905.jpg"}, - { - id: "2", name: "Seared Scallops", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-medallion-with-sauce-vegetables-white-plate-table_140725-11509.jpg"}, - { - id: "3", name: "Chocolate Sphere", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/elegant-gourmet-dessert-with-flowers-white-plate_23-2151973732.jpg"}, - { - id: "4", name: "Botanical Cocktail", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/glass-rose-wine-table-with-blurred-restaurant-background_157027-4103.jpg"}, - { - id: "5", name: "Summer Salad", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg"}, - { - id: "6", name: "Lamb Medallions", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510914.jpg"}, + { id: "1", name: "Truffle Risotto", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/caprese-salad-skewers-with-tomato-mozzarella-basil-white-square-plate_141793-2905.jpg" }, + { id: "2", name: "Seared Scallops", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-medallion-with-sauce-vegetables-white-plate-table_140725-11509.jpg" }, + { id: "3", name: "Chocolate Sphere", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/elegant-gourmet-dessert-with-flowers-white-plate_23-2151973732.jpg" } ]} title="Our Featured Dishes" - description="Artisanally prepared culinary delights that define our kitchen." />
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..26f334e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; + --background: #0a0a0a; + --card: #1a0d0d; + --foreground: #ffe6e6; + --primary-cta: #ff3d4a; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #1f0a0a; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #7b2d2d; + --background-accent: #b8111f; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);