diff --git a/src/app/page.tsx b/src/app/page.tsx
index f9ff000..4941552 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+import { Coffee, BookOpen, Users } from 'lucide-react';
import AboutMetric from '@/components/sections/about/AboutMetric';
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
import ContactCenter from '@/components/sections/contact/ContactCenter';
@@ -31,26 +32,11 @@ export default function LandingPage() {
@@ -59,103 +45,35 @@ export default function LandingPage() {
@@ -165,18 +83,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="More Than Just Coffee"
metrics={[
- {
- label: "Specialty Rituals",
- value: "10+",
- },
- {
- label: "Quiet Work Zones",
- value: "2",
- },
- {
- label: "Satisfied Guests",
- value: "5k+",
- },
+ { label: "Specialty Rituals", value: "10+", icon: Coffee },
+ { label: "Quiet Work Zones", value: "2", icon: BookOpen },
+ { label: "Satisfied Guests", value: "5k+", icon: Users }
]}
metricsAnimation="slide-up"
/>
@@ -189,42 +98,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "V60 Specialty Coffee",
- price: "SAR 28",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-filter_23-2148494613.jpg",
- },
- {
- id: "p2",
- name: "Ceremonial Matcha",
- price: "SAR 26",
- imageSrc: "http://img.b2bpic.net/free-photo/matcha-whisking-bowl_23-2152017357.jpg",
- },
- {
- id: "p3",
- name: "Mango Cake",
- price: "SAR 32",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132614.jpg",
- },
- {
- id: "p4",
- name: "Layers Cake",
- price: "SAR 35",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-restaurant_23-2148018758.jpg",
- },
- {
- id: "p5",
- name: "Pecan Cake",
- price: "SAR 30",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pecan-pie-ready-be-served_23-2148461051.jpg",
- },
- {
- id: "p6",
- name: "Classic Cheesecake",
- price: "SAR 29",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-creamy-delicious-cake-with-strawberries-white-surface-cream-tea-biscuit-birthday-cake-sweet_140725-101620.jpg",
- },
+ { id: "p1", name: "V60 Specialty Coffee", price: "SAR 28", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-filter_23-2148494613.jpg" },
+ { id: "p2", name: "Ceremonial Matcha", price: "SAR 26", imageSrc: "http://img.b2bpic.net/free-photo/matcha-whisking-bowl_23-2152017357.jpg" },
+ { id: "p3", name: "Mango Cake", price: "SAR 32", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132614.jpg" },
+ { id: "p4", name: "Layers Cake", price: "SAR 35", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-restaurant_23-2148018758.jpg" },
+ { id: "p5", name: "Pecan Cake", price: "SAR 30", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pecan-pie-ready-be-served_23-2148461051.jpg" },
+ { id: "p6", name: "Classic Cheesecake", price: "SAR 29", imageSrc: "http://img.b2bpic.net/free-photo/top-view-creamy-delicious-cake-with-strawberries-white-surface-cream-tea-biscuit-birthday-cake-sweet_140725-101620.jpg" },
]}
title="Signature Rituals"
description="Exquisite drinks and desserts crafted to perfection."
@@ -237,21 +116,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- title: "Quiet Study Zone",
- description: "Upstairs peaceful environment with minimal distractions.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-working-from-home_23-2148916091.jpg",
- },
- {
- title: "Creative Hub",
- description: "High-speed Wi-Fi and ergonomic seating.",
- imageSrc: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204658.jpg",
- },
- {
- title: "Community Atmosphere",
- description: "Relaxing music and welcoming vibe.",
- imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg",
- },
+ { title: "Quiet Study Zone", description: "Upstairs peaceful environment with minimal distractions.", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-from-home_23-2148916091.jpg" },
+ { title: "Creative Hub", description: "High-speed Wi-Fi and ergonomic seating.", imageSrc: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204658.jpg" },
+ { title: "Community Atmosphere", description: "Relaxing music and welcoming vibe.", imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg" },
]}
title="Your Quiet Sanctuary"
description="Designed for students, creators, and professionals. Experience our dedicated upstairs study zone."
@@ -264,41 +131,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Laila K.",
- handle: "@laila",
- testimonial: "Peaceful vibe, beautiful interior, and friendly staff.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-cool-funny-teenage-woman-going-crazy-checkered-shirt-holding-plastic-coffee-cup_158538-8194.jpg",
- },
- {
- id: "t2",
- name: "Omar F.",
- handle: "@omar",
- testimonial: "The best cafe to study. Coffee is just perfect.",
- imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-coffee-spacious-cafeteria_23-2150424007.jpg",
- },
- {
- id: "t3",
- name: "Nora J.",
- handle: "@nora",
- testimonial: "I love the Layers Cake. Stays great every time.",
- imageSrc: "http://img.b2bpic.net/free-photo/couple-have-meeting-cafe_329181-14009.jpg",
- },
- {
- id: "t4",
- name: "Ahmed S.",
- handle: "@ahmed",
- testimonial: "North Jeddah's hidden gem for a quiet afternoon.",
- imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424026.jpg",
- },
- {
- id: "t5",
- name: "Sara B.",
- handle: "@sara",
- testimonial: "Perfect atmosphere for studying and relaxing.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-corporate-woman-smiling_23-2148352540.jpg",
- },
+ { id: "t1", name: "Laila K.", handle: "@laila", testimonial: "Peaceful vibe, beautiful interior, and friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-cool-funny-teenage-woman-going-crazy-checkered-shirt-holding-plastic-coffee-cup_158538-8194.jpg" },
+ { id: "t2", name: "Omar F.", handle: "@omar", testimonial: "The best cafe to study. Coffee is just perfect.", imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-coffee-spacious-cafeteria_23-2150424007.jpg" },
+ { id: "t3", name: "Nora J.", handle: "@nora", testimonial: "I love the Layers Cake. Stays great every time.", imageSrc: "http://img.b2bpic.net/free-photo/couple-have-meeting-cafe_329181-14009.jpg" },
+ { id: "t4", name: "Ahmed S.", handle: "@ahmed", testimonial: "North Jeddah's hidden gem for a quiet afternoon.", imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424026.jpg" },
+ { id: "t5", name: "Sara B.", handle: "@sara", testimonial: "Perfect atmosphere for studying and relaxing.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-corporate-woman-smiling_23-2148352540.jpg" },
]}
title="Guest Moments"
description="Reflections of our community's favorite memories."
@@ -313,36 +150,9 @@ export default function LandingPage() {
title="Visual Narrative"
description="A glimpse into the One and More coffee ritual."
blogs={[
- {
- id: "b1",
- category: "Gallery",
- title: "Cinematic Morning",
- excerpt: "The coffee preparation process.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354577.jpg",
- authorName: "Admin",
- authorAvatar: "http://img.b2bpic.net/free-photo/pretty-woman-brown-cropped-top-bites-plastic-fork-smiles-enjoys-delicious-waffle-with-chocolate-syrup_197531-18187.jpg",
- date: "2024-01-01",
- },
- {
- id: "b2",
- category: "Gallery",
- title: "Matcha Pouring",
- excerpt: "The art of Japanese Matcha.",
- imageSrc: "http://img.b2bpic.net/free-photo/matcha-tea-ceremony-japanese-setting_23-2152017356.jpg",
- authorName: "Admin",
- authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-man-working-laptop_23-2150283263.jpg",
- date: "2024-01-01",
- },
- {
- id: "b3",
- category: "Gallery",
- title: "Sweet Moments",
- excerpt: "Our signature desserts.",
- imageSrc: "http://img.b2bpic.net/free-photo/plate-profiteroles-served-with-chocolate-sauce_114579-2339.jpg",
- authorName: "Admin",
- authorAvatar: "http://img.b2bpic.net/free-photo/excited-lovely-girl-with-great-smile-knitted-cap-coming-out-from-cafe-with-coffee-go-pretty-charming-lady-walking-around-city-sunny-warm-spring-day_291650-2261.jpg",
- date: "2024-01-01",
- },
+ { id: "b1", category: "Gallery", title: "Cinematic Morning", excerpt: "The coffee preparation process.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354577.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/pretty-woman-brown-cropped-top-bites-plastic-fork-smiles-enjoys-delicious-waffle-with-chocolate-syrup_197531-18187.jpg", date: "2024-01-01" },
+ { id: "b2", category: "Gallery", title: "Matcha Pouring", excerpt: "The art of Japanese Matcha.", imageSrc: "http://img.b2bpic.net/free-photo/matcha-tea-ceremony-japanese-setting_23-2152017356.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-man-working-laptop_23-2150283263.jpg", date: "2024-01-01" },
+ { id: "b3", category: "Gallery", title: "Sweet Moments", excerpt: "Our signature desserts.", imageSrc: "http://img.b2bpic.net/free-photo/plate-profiteroles-served-with-chocolate-sauce_114579-2339.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/excited-lovely-girl-with-great-smile-knitted-cap-coming-out-from-cafe-with-coffee-go-pretty-charming-lady-walking-around-city-sunny-warm-spring-day_291650-2261.jpg", date: "2024-01-01" },
]}
/>
@@ -352,21 +162,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "Do you have workspace zones?",
- content: "Yes, we have a quiet upstairs area specifically for studying and deep work.",
- },
- {
- id: "f2",
- title: "Can we brew our own coffee?",
- content: "We offer a self-brewing corner where guests can enjoy the experience of preparing their own coffee.",
- },
- {
- id: "f3",
- title: "Where is the café located?",
- content: "We are located in North Obhur, Jeddah.",
- },
+ { id: "f1", title: "Do you have workspace zones?", content: "Yes, we have a quiet upstairs area specifically for studying and deep work." },
+ { id: "f2", title: "Can we brew our own coffee?", content: "We offer a self-brewing corner where guests can enjoy the experience of preparing their own coffee." },
+ { id: "f3", title: "Where is the café located?", content: "We are located in North Obhur, Jeddah." },
]}
title="Cafe Philosophy"
description="Common questions about our coffee and community culture."
@@ -377,9 +175,7 @@ export default function LandingPage() {