diff --git a/src/app/page.tsx b/src/app/page.tsx
index 315b870..dc2366f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,10 +28,10 @@ export default function LandingPage() {
@@ -58,9 +58,9 @@ export default function LandingPage() {
@@ -71,11 +71,11 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
- title="Our Menu"
- description="Discover our delicate infusions and traditional sweets, handcrafted with authentic recipes."
+ title="Notre Menu"
+ description="Découvrez nos infusions délicates et nos douceurs traditionnelles, préparées à la main avec des recettes authentiques."
products={[
- { id: "1", name: "Signature Mint Tea", price: "450 DZD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-kettle-dark-floor_140725-73269.jpg" },
- { id: "2", name: "Traditional Pastries", price: "300 DZD", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-chocolate-cakes-inside-plate-with-blue-birthday-cake-pink-desk_140725-25401.jpg" },
+ { id: "1", name: "Thé à la Menthe Signature", price: "450 DZD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-kettle-dark-floor_140725-73269.jpg" },
+ { id: "2", name: "Pâtisseries Traditionnelles", price: "300 DZD", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-chocolate-cakes-inside-plate-with-blue-birthday-cake-pink-desk_140725-25401.jpg" },
{ id: "3", name: "Royal Spice Latte", price: "500 DZD", imageSrc: "http://img.b2bpic.net/free-photo/glass-tea-pot-full-with-freshly-brewed-tea-grey-wall_114579-64636.jpg" }
]}
/>
@@ -86,29 +86,29 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
- title="Gallery & Guest Memories"
- description="Capturing the moments of serenity and joy in our salon."
+ title="Galerie & Souvenirs de nos Clients"
+ description="Capturer les moments de sérénité et de joie dans notre salon."
testimonials={[
- { id: "t1", name: "Amine D.", role: "Local Resident", testimonial: "A truly refined experience, reminiscent of the best tea salons in the region." },
- { id: "t2", name: "Sarah K.", role: "Visiting Guest", testimonial: "The golden interior and traditional tea set made my visit to Algiers unforgettable." }
+ { id: "t1", name: "Amine D.", role: "Résident local", testimonial: "Une expérience vraiment raffinée, rappelant les meilleurs salons de thé de la région." },
+ { id: "t2", name: "Sarah K.", role: "Visiteuse", testimonial: "L'intérieur doré et le service à thé traditionnel ont rendu ma visite à Alger inoubliable." }
]}
/>