diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index a5bd496..9ab7672 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -9,191 +9,98 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
-
-
+
+
-
-
+ tag="Since 2005"
+ title="Experience the Soul of Tangier"
+ description="Premium coffee, fresh pastries, and authentic atmosphere in the heart of the city."
+ primaryButton={{ text: "View Menu", href: "#menu" }}
+ secondaryButton={{ text: "Visit Us", href: "#contact" }}
+ items={[
+ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-machine-cup_23-2148892820.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/cup-with-delicious-coffee-table-high-angle_23-2149703756.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-holding-cup-coffee_23-2147765433.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cup-coffee-with-muffins_23-2148337171.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-barista-leveling-coffee-level-machine-cup_23-2148523052.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-blurred-background_23-2148164926.jpg" }
+ ]}
+ />
+
+
-
-
+
+ title="A Tradition of Taste"
+ descriptions={[
+ "Located at 7 Baie de Tanger, Café Cappuccino serves as a bridge between tradition and modern café culture.", "Our beans are roasted to perfection and our kitchen crafts authentic dishes that bring the spirit of Tangier to your table.", "Whether it's your morning coffee or a late-night dessert, we welcome you to our cozy sanctuary."
+ ]}
+ />
+
+
-
-
-
+
+
-
-
+ tag="Customer Stories"
+ title="What Our Guests Say"
+ description="Join thousands of satisfied visitors who call our café their home away from home."
+ testimonials={[
+ { name: "Mohammed Alsabhan", role: "Local Guide", quote: "The coffee session is very beautiful and the atmosphere is relaxing.", imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-four-friends-having-coffee-together_1139-1022.jpg" },
+ { name: "M.F", role: "Foodie", quote: "High-end, beautiful restaurant with delicious food. Recommend the beef burger.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-hanging-out-together_23-2149143974.jpg" },
+ { name: "Ahmed Asiri", role: "Traveler", quote: "A special place in Tangier, quiet and beautiful with excellent service.", imageSrc: "http://img.b2bpic.net/free-photo/you-get-it-it-s-so-funny_329181-2916.jpg" },
+ { name: "Sarah", role: "Local", quote: "The best place to unwind after work. The staff is wonderful.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-break-time_23-2149308479.jpg" },
+ { name: "David", role: "Tourist", quote: "Great atmosphere, nice outdoor area, and excellent Cappuccino.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-dark-haired-caucasian-woman-sunglasses-black-dress-laughing_176420-4613.jpg" }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Need Help?"
+ title="Common Questions"
+ description="Find answers to our service hours, location, and policies."
+ items={[
+ { question: "What are your opening hours?", answer: "We are open daily until 2:00 AM." },
+ { question: "Do you offer smoking areas?", answer: "Yes, we have a dedicated smoking section available for our guests." },
+ { question: "Do you provide delivery?", answer: "Yes, we offer contactless delivery services in the surrounding area." }
+ ]}
+ />
+
+
-
>
);
-}
+}
\ No newline at end of file