Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
253
src/app/page.tsx
253
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Hamburgasme"
|
||||
/>
|
||||
@@ -52,103 +44,55 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="أفضل burgers في Ariana!"
|
||||
description="Buns pur beurre, Viande fraîche, Goût unique. كل قضمة تجربة لا تُنسى."
|
||||
testimonials={[
|
||||
{
|
||||
name: "أمين",
|
||||
handle: "@amin",
|
||||
testimonial: "Burger bnina barcha 🔥 n3awed nji kol jem3a",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-burger-with-steak-french-fries-with-herbs_114579-1923.jpg?_wi=1",
|
||||
imageAlt: "delicious burger with melted cheese",
|
||||
},
|
||||
name: "أمين", handle: "@amin", testimonial: "Burger bnina barcha 🔥 n3awed nji kol jem3a", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-burger-with-steak-french-fries-with-herbs_114579-1923.jpg", imageAlt: "delicious burger with melted cheese"},
|
||||
{
|
||||
name: "نور",
|
||||
handle: "@nour",
|
||||
testimonial: "Service rapide w qualité top 💯",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-holding-tray-with-burger-fries_23-2148678807.jpg",
|
||||
imageAlt: "fresh burger ingredients kitchen prep",
|
||||
},
|
||||
name: "نور", handle: "@nour", testimonial: "Service rapide w qualité top 💯", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-holding-tray-with-burger-fries_23-2148678807.jpg", imageAlt: "fresh burger ingredients kitchen prep"},
|
||||
{
|
||||
name: "سامي",
|
||||
handle: "@sami",
|
||||
testimonial: "A7sen burger fi Ariana 🍔🔥",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-beef-fitburger-black-bun-with-glass-beer_141793-4768.jpg?_wi=1",
|
||||
imageAlt: "classic beef burger close up",
|
||||
},
|
||||
name: "سامي", handle: "@sami", testimonial: "A7sen burger fi Ariana 🍔🔥", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-beef-fitburger-black-bun-with-glass-beer_141793-4768.jpg", imageAlt: "classic beef burger close up"},
|
||||
{
|
||||
name: "إيمان",
|
||||
handle: "@iman",
|
||||
testimonial: "Frites w sauces haja o5ra 😍",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-made-chicken-burger-with-champagne-french-fries-lettuce-tomato-onion-wooden-board_1150-1856.jpg?_wi=1",
|
||||
imageAlt: "mushroom beef burger food photography",
|
||||
},
|
||||
name: "إيمان", handle: "@iman", testimonial: "Frites w sauces haja o5ra 😍", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-made-chicken-burger-with-champagne-french-fries-lettuce-tomato-onion-wooden-board_1150-1856.jpg", imageAlt: "mushroom beef burger food photography"},
|
||||
{
|
||||
name: "كريم",
|
||||
handle: "@karim",
|
||||
testimonial: "تجربة لا تنسى، البرجر يذوب في الفم!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-with-juicy-chicken-burger-cheese-tomato-red-onion-wooden-table_2829-19640.jpg?_wi=1",
|
||||
imageAlt: "chicken grilled burger delicious",
|
||||
},
|
||||
name: "كريم", handle: "@karim", testimonial: "تجربة لا تنسى، البرجر يذوب في الفم!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-with-juicy-chicken-burger-cheese-tomato-red-onion-wooden-table_2829-19640.jpg", imageAlt: "chicken grilled burger delicious"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "اطلب توّا",
|
||||
href: "tel:21013464",
|
||||
},
|
||||
text: "اطلب توّا", href: "tel:21013464"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/big-burger-with-steak-french-fries-with-herbs_114579-1923.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/big-burger-with-steak-french-fries-with-herbs_114579-1923.jpg"
|
||||
imageAlt="Hamburgasme delicious burger"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-friends-outdoors-enjoying-burgers_23-2148718880.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-friends-outdoors-enjoying-burgers_23-2148718880.jpg", alt: "Happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-satisfied-africanamerican-woman-showing-okay-sign-smiling-recommending-something-good_1258-179439.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-satisfied-africanamerican-woman-showing-okay-sign-smiling-recommending-something-good_1258-179439.jpg", alt: "Happy customer"},
|
||||
{
|
||||
src: "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",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "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", alt: "Happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-65930.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-65930.jpg", alt: "Happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg", alt: "Happy customer"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "لحم طازج",
|
||||
},
|
||||
type: "text", text: "لحم طازج"},
|
||||
{
|
||||
type: "text",
|
||||
text: "خدمة سريعة",
|
||||
},
|
||||
type: "text", text: "خدمة سريعة"},
|
||||
{
|
||||
type: "text",
|
||||
text: "خبز محضر بالزبدة",
|
||||
},
|
||||
type: "text", text: "خبز محضر بالزبدة"},
|
||||
{
|
||||
type: "text",
|
||||
text: "جودة عالية",
|
||||
},
|
||||
type: "text", text: "جودة عالية"},
|
||||
{
|
||||
type: "text",
|
||||
text: "مذاق أصيل",
|
||||
},
|
||||
type: "text", text: "مذاق أصيل"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -158,9 +102,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="الجودة قبل كل شيء"
|
||||
description={[
|
||||
"في Hamburgasme، نستخدم فقط أجود المكونات. الخبز محضر من زبدة عالية الجودة، واللحم طازج يومياً لضمان تجربة لا مثيل لها.",
|
||||
"نحن ملتزمون بتقديم الطعم الأصيل لـ Ariana من خلال وصفاتنا المبتكرة والفريدة.",
|
||||
]}
|
||||
"في Hamburgasme، نستخدم فقط أجود المكونات. الخبز محضر من زبدة عالية الجودة، واللحم طازج يومياً لضمان تجربة لا مثيل لها.", "نحن ملتزمون بتقديم الطعم الأصيل لـ Ariana من خلال وصفاتنا المبتكرة والفريدة."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -172,59 +114,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Premium",
|
||||
name: "Hamburgasme",
|
||||
price: "27.000 TND",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-beef-fitburger-black-bun-with-glass-beer_141793-4768.jpg?_wi=2",
|
||||
},
|
||||
id: "1", brand: "Premium", name: "Hamburgasme", price: "27.000 TND", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/side-view-beef-fitburger-black-bun-with-glass-beer_141793-4768.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Premium",
|
||||
name: "Mushroom Burger",
|
||||
price: "23.500 TND",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-made-chicken-burger-with-champagne-french-fries-lettuce-tomato-onion-wooden-board_1150-1856.jpg?_wi=2",
|
||||
},
|
||||
id: "2", brand: "Premium", name: "Mushroom Burger", price: "23.500 TND", rating: 4,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/home-made-chicken-burger-with-champagne-french-fries-lettuce-tomato-onion-wooden-board_1150-1856.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Chicken",
|
||||
name: "Formidable Chicken",
|
||||
price: "24.500 TND",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-with-juicy-chicken-burger-cheese-tomato-red-onion-wooden-table_2829-19640.jpg?_wi=2",
|
||||
},
|
||||
id: "3", brand: "Chicken", name: "Formidable Chicken", price: "24.500 TND", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-with-juicy-chicken-burger-cheese-tomato-red-onion-wooden-table_2829-19640.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Special",
|
||||
name: "Heart Attack",
|
||||
price: "41.500 TND",
|
||||
rating: 5,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637348.jpg",
|
||||
},
|
||||
id: "4", brand: "Special", name: "Heart Attack", price: "41.500 TND", rating: 5,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637348.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Classic",
|
||||
name: "Classic Burger",
|
||||
price: "19.000 TND",
|
||||
rating: 4,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-classic-burgers-ready-be-served_23-2148290714.jpg",
|
||||
},
|
||||
id: "5", brand: "Classic", name: "Classic Burger", price: "19.000 TND", rating: 4,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-classic-burgers-ready-be-served_23-2148290714.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Kids",
|
||||
name: "Pups Burger",
|
||||
price: "16.500 TND",
|
||||
rating: 5,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-cute-girl-eating-fast-food-sandwich-with-fries-orange-juice-cafe-fast-food-concept_169016-4603.jpg",
|
||||
},
|
||||
id: "6", brand: "Kids", name: "Pups Burger", price: "16.500 TND", rating: 5,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/little-cute-girl-eating-fast-food-sandwich-with-fries-orange-juice-cafe-fast-food-concept_169016-4603.jpg"},
|
||||
]}
|
||||
title="قائمة الطعام الشهية"
|
||||
description="اكتشف مجموعتنا المميزة من البرجر الطازج والمحضر بكل حب."
|
||||
@@ -233,50 +139,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
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: "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: "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: "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: "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: "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="آراء حرفائنا المميزين"
|
||||
description="ماذا يقول زبائننا عن تجربة Hamburgasme."
|
||||
@@ -287,18 +169,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="اطلب توّا 🍔! اتصل بنا أو تواصل عبر WhatsApp: 21 013 464. موقعنا: Av. Mustapha Hjeij, Ariana."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:21013464",
|
||||
},
|
||||
text: "Call Now", href: "tel:21013464"},
|
||||
{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/21013464",
|
||||
},
|
||||
text: "WhatsApp", href: "https://wa.me/21013464"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -309,29 +186,19 @@ export default function LandingPage() {
|
||||
logoText="Hamburgasme"
|
||||
columns={[
|
||||
{
|
||||
title: "قائمة",
|
||||
items: [
|
||||
title: "قائمة", items: [
|
||||
{
|
||||
label: "الرئيسية",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "الرئيسية", href: "#hero"},
|
||||
{
|
||||
label: "قائمة الطعام",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "قائمة الطعام", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "تواصل",
|
||||
items: [
|
||||
title: "تواصل", items: [
|
||||
{
|
||||
label: "اتصل بنا",
|
||||
href: "tel:21013464",
|
||||
},
|
||||
label: "اتصل بنا", href: "tel:21013464"},
|
||||
{
|
||||
label: "واتساب",
|
||||
href: "https://wa.me/21013464",
|
||||
},
|
||||
label: "واتساب", href: "https://wa.me/21013464"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user