diff --git a/src/app/page.tsx b/src/app/page.tsx
index dab0fac..378e08d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import { Coffee, Star, Award } from 'lucide-react';
+import { Coffee, Star, Award, MapPin, Clock, Phone } from 'lucide-react';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
@@ -31,14 +31,11 @@ export default function LandingPage() {
@@ -46,39 +43,25 @@ export default function LandingPage() {
@@ -88,22 +71,13 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
+ title="Our Featured Menu"
+ description="Discover local favorites, from specialty pour-overs to signature brunch classics."
products={[
- {
- id: "p1", name: "Avocado Toast", price: "SAR 35", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-breakfast-meal_23-2148878777.jpg"},
- {
- id: "p2", name: "Specialty Pour Over", price: "SAR 25", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-asian-woman-holding-cup-cappuccino-cafe_1098-20163.jpg"},
- {
- id: "p3", name: "Classic Croissant", price: "SAR 15", imageSrc: "http://img.b2bpic.net/free-photo/croissant-juice-breakfast_23-2147717709.jpg"},
- {
- id: "p4", name: "Signature Iced Latte", price: "SAR 22", imageSrc: "http://img.b2bpic.net/free-photo/ice-coffee-with-milk-table_140725-7361.jpg"},
- {
- id: "p5", name: "Acai Superfood Bowl", price: "SAR 45", imageSrc: "http://img.b2bpic.net/free-photo/superfoods-bowl-topped-with-chia-granola-avocado_273443-1849.jpg"},
- {
- id: "p6", name: "Mocha Velvet", price: "SAR 24", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-powder-copy-space_23-2148255067.jpg"},
+ { id: "p1", name: "Avocado Toast", price: "SAR 35", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-breakfast-meal_23-2148878777.jpg" },
+ { id: "p2", name: "Specialty Pour Over", price: "SAR 25", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-asian-woman-holding-cup-cappuccino-cafe_1098-20163.jpg" },
+ { id: "p3", name: "Classic Croissant", price: "SAR 15", imageSrc: "http://img.b2bpic.net/free-photo/croissant-juice-breakfast_23-2147717709.jpg" },
]}
- title="Signature Menu"
- description="Explore our handcrafted brunch favorites and expertly brewed specialty coffee."
/>
@@ -111,81 +85,52 @@ export default function LandingPage() {