diff --git a/src/app/page.tsx b/src/app/page.tsx index b96371b..407d6f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,47 +44,26 @@ export default function LandingPage() {
@@ -103,9 +74,7 @@ export default function LandingPage() { title="A sanctuary for coffee lovers in the heart of Madrid" buttons={[ { - text: "Learn more about us", - href: "#about", - }, + text: "Learn more about us", href: "#about"}, ]} tag="Our Story" /> @@ -119,47 +88,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Specialty Pour Over", - price: "€4.50", - variant: "Premium single-origin", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-pouring-coffee-white-cup_23-2147874462.jpg", - }, + id: "p1", name: "Specialty Pour Over", price: "€4.50", variant: "Premium single-origin", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-pouring-coffee-white-cup_23-2147874462.jpg"}, { - id: "p2", - name: "Butter Croissant", - price: "€2.50", - variant: "Freshly baked daily", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-bakery-marble-table_23-2148039781.jpg", - }, + id: "p2", name: "Butter Croissant", price: "€2.50", variant: "Freshly baked daily", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-bakery-marble-table_23-2148039781.jpg"}, { - id: "p3", - name: "Cappuccino", - price: "€3.50", - variant: "Classic with oat option", - imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup-with-spoon-with-cafe-background_157027-4444.jpg", - }, + id: "p3", name: "Cappuccino", price: "€3.50", variant: "Classic with oat option", imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup-with-spoon-with-cafe-background_157027-4444.jpg"}, { - id: "p4", - name: "Avocado Toast", - price: "€8.00", - variant: "With poached egg", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-square-pizza-with-zucchini_23-2149294878.jpg", - }, + id: "p4", name: "Avocado Toast", price: "€8.00", variant: "With poached egg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-square-pizza-with-zucchini_23-2149294878.jpg"}, { - id: "p5", - name: "Matcha Latte", - price: "€4.00", - variant: "Ceremonial grade", - imageSrc: "http://img.b2bpic.net/free-photo/iced-matcha-latte_1339-1056.jpg", - }, + id: "p5", name: "Matcha Latte", price: "€4.00", variant: "Ceremonial grade", imageSrc: "http://img.b2bpic.net/free-photo/iced-matcha-latte_1339-1056.jpg"}, { - id: "p6", - name: "Almond Cake Slice", - price: "€3.00", - variant: "House-made recipe", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-poppy-seeds-piece-cake-with-white-sugar-glaze-white-table_181624-45784.jpg", - }, + id: "p6", name: "Almond Cake Slice", price: "€3.00", variant: "House-made recipe", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-poppy-seeds-piece-cake-with-white-sugar-glaze-white-table_181624-45784.jpg"}, ]} title="Artisanal menu" description="Handcrafted coffee, breakfast staples, and house-made pastries." @@ -168,44 +107,20 @@ export default function LandingPage() {
@@ -236,25 +148,17 @@ export default function LandingPage() { { items: [ { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "Our Story", - href: "#about", - }, + label: "Our Story", href: "#about"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}