diff --git a/src/app/page.tsx b/src/app/page.tsx index 407d6f6..8f65869 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,14 +28,11 @@ export default function LandingPage() { @@ -87,18 +71,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" 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: "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: "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: "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: "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: "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: "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" }, ]} title="Artisanal menu" description="Handcrafted coffee, breakfast staples, and house-made pastries." @@ -111,16 +89,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "t1", name: "Elena M.", role: "Local Professional", testimonial: "The best coffee in Madrid, and the atmosphere is perfect for working.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-book_23-2150062130.jpg"}, - { - id: "t2", name: "Javier R.", role: "Remote Worker", testimonial: "Reliable Wi-Fi and even better pastries. My morning routine.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-restaurant-drinking-coffee_23-2148348910.jpg"}, - { - id: "t3", name: "Sarah J.", role: "Tourist", testimonial: "Found this place by accident and fell in love with the service.", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-laughing-bar_23-2147680756.jpg"}, - { - id: "t4", name: "Carlos G.", role: "Regular Guest", testimonial: "Always feels like coming home. The hospitality is genuine.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-kitchen_107420-12358.jpg"}, - { - id: "t5", name: "Sofia L.", role: "Coffee Enthusiast", testimonial: "Authentic specialty coffee that doesn't feel pretentious.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee_1303-30736.jpg"}, + { id: "t1", name: "Elena M.", role: "Local Professional", testimonial: "The best coffee in Madrid, and the atmosphere is perfect for working.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-book_23-2150062130.jpg" }, + { id: "t2", name: "Javier R.", role: "Remote Worker", testimonial: "Reliable Wi-Fi and even better pastries. My morning routine.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-restaurant-drinking-coffee_23-2148348910.jpg" }, + { id: "t3", name: "Sarah J.", role: "Tourist", testimonial: "Found this place by accident and fell in love with the service.", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-laughing-bar_23-2147680756.jpg" }, + { id: "t4", name: "Carlos G.", role: "Regular Guest", testimonial: "Always feels like coming home. The hospitality is genuine.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-kitchen_107420-12358.jpg" }, + { id: "t5", name: "Sofia L.", role: "Coffee Enthusiast", testimonial: "Authentic specialty coffee that doesn't feel pretentious.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee_1303-30736.jpg" }, ]} title="Loved by locals" description="See what our regulars and visitors say about their time at Edel Café." @@ -130,37 +103,19 @@ export default function LandingPage() {