diff --git a/src/app/page.tsx b/src/app/page.tsx
index f691719..6b69c9a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,17 +30,11 @@ export default function LandingPage() {
@@ -49,17 +43,14 @@ export default function LandingPage() {
@@ -72,47 +63,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Signature Espresso",
- price: "25 DH",
- variant: "Hot",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-ice-cappuccino-glass-wooden-plate-with-decorations-black_181624-24413.jpg?_wi=1",
- },
+ id: "p1", name: "Signature Espresso", price: "25 DH", variant: "Hot", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-ice-cappuccino-glass-wooden-plate-with-decorations-black_181624-24413.jpg"},
{
- id: "p2",
- name: "Butter Croissant",
- price: "15 DH",
- variant: "Bakery",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-with-cinnamon-roll_23-2148543694.jpg",
- },
+ id: "p2", name: "Butter Croissant", price: "15 DH", variant: "Bakery", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-with-cinnamon-roll_23-2148543694.jpg"},
{
- id: "p3",
- name: "Iced Caramel",
- price: "35 DH",
- variant: "Cold",
- imageSrc: "http://img.b2bpic.net/free-photo/two-milkshakes-glasses-with-straws-table_181624-38867.jpg",
- },
+ id: "p3", name: "Iced Caramel", price: "35 DH", variant: "Cold", imageSrc: "http://img.b2bpic.net/free-photo/two-milkshakes-glasses-with-straws-table_181624-38867.jpg"},
{
- id: "p4",
- name: "Dark Mocha",
- price: "30 DH",
- variant: "Hot",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-easter-decorations_23-2150249796.jpg",
- },
+ id: "p4", name: "Dark Mocha", price: "30 DH", variant: "Hot", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-easter-decorations_23-2150249796.jpg"},
{
- id: "p5",
- name: "Velvet Cake",
- price: "40 DH",
- variant: "Dessert",
- imageSrc: "http://img.b2bpic.net/free-photo/slice-cherry-cake-white-plate_181624-22256.jpg",
- },
+ id: "p5", name: "Velvet Cake", price: "40 DH", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/slice-cherry-cake-white-plate_181624-22256.jpg"},
{
- id: "p6",
- name: "V60 Drip",
- price: "45 DH",
- variant: "Hot",
- imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg",
- },
+ id: "p6", name: "V60 Drip", price: "45 DH", variant: "Hot", imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg"},
]}
title="Our Menu"
description="Savor the exquisite flavors curated for true coffee connoisseurs."
@@ -128,28 +89,13 @@ export default function LandingPage() {
description="Our commitment to quality ensures every cup, snack, and moment spent at Futuro Cafe is elevated beyond the ordinary."
features={[
{
- title: "Premium Sourcing",
- description: "Direct trade coffee beans sourced from sustainable micro-lots worldwide.",
- bentoComponent: "reveal-icon",
- icon: Coffee,
- imageSrc: "http://img.b2bpic.net/free-photo/beauty-salon-with-cosmetology-equipment-anime-style_23-2151501037.jpg",
- imageAlt: "Beauty salon with cosmetology equipment in anime style",
+ title: "Premium Sourcing", description: "Direct trade coffee beans sourced from sustainable micro-lots worldwide.", bentoComponent: "reveal-icon", icon: Coffee,
},
{
- title: "Advanced Extraction",
- description: "Precision temperature control for consistent flavor profiles.",
- bentoComponent: "reveal-icon",
- icon: Gauge,
- imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892961.jpg?_wi=2",
- imageAlt: "Beauty salon with cosmetology equipment in anime style",
+ title: "Advanced Extraction", description: "Precision temperature control for consistent flavor profiles.", bentoComponent: "reveal-icon", icon: Gauge,
},
{
- title: "Artisanal Pastries",
- description: "Hand-folded croissants baked fresh every single morning.",
- bentoComponent: "reveal-icon",
- icon: Croissant,
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-ice-cappuccino-glass-wooden-plate-with-decorations-black_181624-24413.jpg?_wi=2",
- imageAlt: "Beauty salon with cosmetology equipment in anime style",
+ title: "Artisanal Pastries", description: "Hand-folded croissants baked fresh every single morning.", bentoComponent: "reveal-icon", icon: Croissant,
},
]}
/>
@@ -166,17 +112,11 @@ export default function LandingPage() {
mediaAnimation="slide-up"
bulletPoints={[
{
- title: "Future-Proof Design",
- description: "Experience an immersive atmosphere with neon accents and smart lighting.",
- },
+ title: "Future-Proof Design", description: "Experience an immersive atmosphere with neon accents and smart lighting."},
{
- title: "Expert Baristas",
- description: "Professional training at the core of our service philosophy.",
- },
+ title: "Expert Baristas", description: "Professional training at the core of our service philosophy."},
{
- title: "Seamless Ordering",
- description: "Digitized experience optimized for speed and convenience.",
- },
+ title: "Seamless Ordering", description: "Digitized experience optimized for speed and convenience."},
]}
/>
@@ -185,8 +125,7 @@ export default function LandingPage() {