diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5ce266f..4426ffc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { Coffee } from "lucide-react";
+import { Coffee, MapPin, Phone, Clock } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,43 +29,25 @@ export default function LandingPage() {
@@ -128,50 +80,13 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Amira S.",
- handle: "@amira_coffee",
- testimonial: "The best coffee in town. Always a welcoming vibe.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-661.jpg",
- },
- {
- id: "2",
- name: "Sofiane B.",
- handle: "@sofi_eat",
- testimonial: "Their croissants are literally perfect every morning.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/two-male-friends-together-restaurant_23-2150520083.jpg",
- },
- {
- id: "3",
- name: "Mourad T.",
- handle: "@mou_t",
- testimonial: "Great place to work and enjoy a fresh panini.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-coffee-talking-smartphone_171337-19587.jpg",
- },
- {
- id: "4",
- name: "Nour H.",
- handle: "@nour_healthy",
- testimonial: "Love the smoothies, so refreshing and natural.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-barista-handing-cup-coffee_23-2148523092.jpg",
- },
- {
- id: "5",
- name: "Yassine K.",
- handle: "@yassine_k",
- testimonial: "Friendly staff and quick service every single time.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-people-outdoors_23-2149365812.jpg",
- },
+ { id: "1", name: "محمد أ.", handle: "@med_snack", testimonial: "أفضل سناك في المنطقة! الجودة والطعم لا يعلى عليهما.", rating: 5 },
+ { id: "2", name: "سارة ك.", handle: "@sara_foodie", testimonial: "تعامل راقٍ وخدمة سريعة جداً. أنصح الجميع بتجربته.", rating: 5 },
+ { id: "3", name: "أمين ب.", handle: "@amine_eat", testimonial: "مكان مثالي لتناول وجبة سريعة ولذيذة مع الأصدقاء.", rating: 5 },
]}
showRating={true}
- title="What Our Locals Say"
- description="Don't just take our word for it—check out what our lovely community thinks."
+ title="ماذا يقول زبائننا؟"
+ description="نحن فخورون بالثقة التي نلناها من زبائننا الكرام."
/>
@@ -179,21 +94,15 @@ export default function LandingPage() {
@@ -201,12 +110,10 @@ export default function LandingPage() {
@@ -215,56 +122,10 @@ export default function LandingPage() {