Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 235ea51857 | |||
| c70dee021d | |||
| defd4a0a4d | |||
| 844a947955 |
@@ -144,24 +144,14 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
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: "2", name: "Michael C.", role: "Regular", 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"},
|
||||
{
|
||||
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"},
|
||||
{ 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: "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" },
|
||||
{ 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: "5", name: "نور م.", role: "مدونة طعام", company: "أريانة", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg" }
|
||||
]}
|
||||
title="آراء حرفائنا المميزين"
|
||||
description="ماذا يقول زبائننا عن تجربة Hamburgasme."
|
||||
description="ماذا يقول زبائننا عن تجربة Hamburgasme - Nos clients adorent, عملاؤنا معجبون."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -170,10 +160,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
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={[
|
||||
{
|
||||
text: "Call Now", href: "tel:21013464"},
|
||||
text: "Call Now / Appelez-nous", href: "tel:21013464"},
|
||||
{
|
||||
text: "WhatsApp", href: "https://wa.me/21013464"},
|
||||
]}
|
||||
@@ -186,19 +176,19 @@ export default function LandingPage() {
|
||||
logoText="Hamburgasme"
|
||||
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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user