5 Commits

Author SHA1 Message Date
64974fdc27 Merge version_2 into main
Merge version_2 into main
2026-04-05 10:30:14 +00:00
235ea51857 Update src/app/page.tsx 2026-04-05 10:30:10 +00:00
c70dee021d Merge version_1 into main
Merge version_1 into main
2026-04-05 10:29:15 +00:00
defd4a0a4d Merge version_1 into main
Merge version_1 into main
2026-04-05 10:28:35 +00:00
844a947955 Merge version_1 into main
Merge version_1 into main
2026-04-05 10:27:48 +00:00

View File

@@ -144,24 +144,14 @@ export default function LandingPage() {
gridVariant="bento-grid" gridVariant="bento-grid"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ { id: "1", name: "Sarah J.", role: "Foodie", company: "Ariana", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-outdoors-enjoying-burgers_23-2148718880.jpg" },
id: "1", name: "Sarah J.", role: "Foodie", company: "Ariana", rating: 5, { id: "2", name: "Amine K.", role: "Client régulier", company: "Ariana", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-africanamerican-woman-showing-okay-sign-smiling-recommending-something-good_1258-179439.jpg" },
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-outdoors-enjoying-burgers_23-2148718880.jpg"}, { id: "3", name: "سامي ع.", role: "زبون دائم", company: "أريانة", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-with-piercing-ears-nose-holding-slice-orange-front-his-eyes-against-grey-background_23-2148121841.jpg" },
{ { id: "4", name: "Marie L.", role: "Amateur de goût", company: "Ariana", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-65930.jpg" },
id: "2", name: "Michael C.", role: "Regular", company: "Ariana", rating: 5, { id: "5", name: "نور م.", role: "مدونة طعام", company: "أريانة", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg" }
imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-africanamerican-woman-showing-okay-sign-smiling-recommending-something-good_1258-179439.jpg"},
{
id: "3", name: "Emily R.", role: "Loyal", company: "Ariana", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-with-piercing-ears-nose-holding-slice-orange-front-his-eyes-against-grey-background_23-2148121841.jpg"},
{
id: "4", name: "David K.", role: "Fan", company: "Ariana", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-65930.jpg"},
{
id: "5", name: "Lina M.", role: "Blogger", company: "Ariana", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg"},
]} ]}
title="آراء حرفائنا المميزين" title="آراء حرفائنا المميزين"
description="ماذا يقول زبائننا عن تجربة Hamburgasme." description="ماذا يقول زبائننا عن تجربة Hamburgasme - Nos clients adorent, عملاؤنا معجبون."
/> />
</div> </div>
@@ -170,10 +160,10 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient"}} variant: "sparkles-gradient"}}
text="اطلب توّا 🍔! اتصل بنا أو تواصل عبر WhatsApp: 21 013 464. موقعنا: Av. Mustapha Hjeij, Ariana." text="اطلب توّا 🍔! Commandez dès maintenant. Call us today: 21 013 464. موقعنا: Av. Mustapha Hjeij, Ariana. Notre adresse: Av. Mustapha Hjeij, Ariana. Our location: Av. Mustapha Hjeij, Ariana."
buttons={[ buttons={[
{ {
text: "Call Now", href: "tel:21013464"}, text: "Call Now / Appelez-nous", href: "tel:21013464"},
{ {
text: "WhatsApp", href: "https://wa.me/21013464"}, text: "WhatsApp", href: "https://wa.me/21013464"},
]} ]}
@@ -186,19 +176,19 @@ export default function LandingPage() {
logoText="Hamburgasme" logoText="Hamburgasme"
columns={[ columns={[
{ {
title: "قائمة", items: [ title: "قائمة / Menu", items: [
{ {
label: "الرئيسية", href: "#hero"}, label: "الرئيسية / Home", href: "#hero"},
{ {
label: "قائمة الطعام", href: "#menu"}, label: "قائمة الطعام / Menu", href: "#menu"},
], ],
}, },
{ {
title: "تواصل", items: [ title: "تواصل / Contact", items: [
{ {
label: "اتصل بنا", href: "tel:21013464"}, label: "اتصل بنا / Call", href: "tel:21013464"},
{ {
label: "واتساب", href: "https://wa.me/21013464"}, label: "واتساب / WhatsApp", href: "https://wa.me/21013464"},
], ],
}, },
]} ]}
@@ -208,4 +198,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }