Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e65de8b6f2 | |||
| 3ad31e7ecd |
@@ -29,39 +29,29 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية", id: "hero"},
|
||||
{
|
||||
name: "المنيو", id: "products"},
|
||||
{
|
||||
name: "قصتنا", id: "about"},
|
||||
{
|
||||
name: "اطلب الآن", id: "contact"},
|
||||
{ name: "الرئيسية", id: "hero" },
|
||||
{ name: "المنيو", id: "products" },
|
||||
{ name: "قصتنا", id: "about" },
|
||||
{ name: "اطلب الآن", id: "contact" },
|
||||
]}
|
||||
brandName="مطعم حلب الشهباء"
|
||||
button={{
|
||||
text: "اطلب الآن", href: "#contact"}}
|
||||
button={{ text: "اطلب الآن", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
title="طعم الشاورما السوري الأصلي… زي ما لازم يكون"
|
||||
description="لحوم طازة يوميًا – وصفات من قلب حلب – تجربة تستاهل."
|
||||
tag="مطعم حلب الشهباء"
|
||||
buttons={[
|
||||
{
|
||||
text: "اطلب دلوقتي", href: "#contact"},
|
||||
{
|
||||
text: "زورنا", href: "#location"},
|
||||
{ text: "اطلب دلوقتي", href: "#contact" },
|
||||
{ text: "زورنا", href: "#location" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-doner-served-flatbread-with-fries-pickles_140725-8272.jpg", imageAlt: "Shawarma Slicing"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nuts-tea-pot_23-2147690219.jpg", imageAlt: "Fresh Meat Grill"},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-doner-served-flatbread-with-fries-pickles_140725-8272.jpg", imageAlt: "Shawarma Slicing" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/nuts-tea-pot_23-2147690219.jpg", imageAlt: "Fresh Meat Grill" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -74,14 +64,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "أحمد محمود", date: "2024", title: "زبون دائم", quote: "أفضل شاورما في العبور! فعلاً طعم سوري أصلي.", tag: "تجربة رائعة", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-lying-bed_1150-8827.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805486.jpg"},
|
||||
{
|
||||
id: "2", name: "سارة علي", date: "2024", title: "زبونة دائمة", quote: "طعم ثابت بقاله سنين، والكميات بجد تشبع.", tag: "ممتاز", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smile-bride-chair_23-2149860772.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lula-kebab-pita-bread-with-eggplant-tomato-grilled-with-onions_141793-4067.jpg"},
|
||||
{
|
||||
id: "3", name: "محمد حسن", date: "2024", title: "محبي المشويات", quote: "الفراخ المشوية عندكم جامدة جداً وتتبيلتها خرافية.", tag: "توصية", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-wearing-casual-clothes-looking-side-relax-profile-pose-with-natural-face-confident-smile_839833-34513.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-sandwich-made-meat-grilled-spit-sliced-with-seasonings-dark-blue-desk-burger-meat-meal-lunch-food-sandwich_140725-64501.jpg"},
|
||||
{
|
||||
id: "4", name: "عمر خالد", date: "2024", title: "زبون جديد", quote: "كمية كبيرة وسعر كويس جداً مقارنة بالجودة.", tag: "سعر مقابل قيمة", avatarSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fresh-cheese-plate-table_140725-8418.jpg"},
|
||||
{ id: "1", name: "أحمد محمود", date: "2024", title: "زبون دائم", quote: "أفضل شاورما في العبور! فعلاً طعم سوري أصلي.", tag: "تجربة رائعة", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-lying-bed_1150-8827.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805486.jpg" },
|
||||
{ id: "2", name: "سارة علي", date: "2024", title: "زبونة دائمة", quote: "طعم ثابت بقاله سنين، والكميات بجد تشبع.", tag: "ممتاز", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smile-bride-chair_23-2149860772.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lula-kebab-pita-bread-with-eggplant-tomato-grilled-with-onions_141793-4067.jpg" },
|
||||
]}
|
||||
title="الناس بتقول إيه؟"
|
||||
description="آراء عملائنا اللي بيحبوا طعمنا الأصلي"
|
||||
@@ -93,15 +77,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "جزارة خاصة", title: "لحوم طازة يومياً", subtitle: "ضمان الجودة", description: "لأننا عندنا جزارة خاصة، بنضمنلك إن اللحمة طازة 100% يومياً."},
|
||||
{
|
||||
id: 2,
|
||||
tag: "تتبيلة سورية", title: "شاورما على أصولها", subtitle: "طعم أصلي", description: "وصفات حلبية قديمة، تتبيلة سرية، وتسوية مظبوطة على النار."},
|
||||
{
|
||||
id: 3,
|
||||
tag: "كميات مشبعة", title: "وجبات تشبع", subtitle: "قيمة مقابل سعر", description: "بنهتم إن الوجبة تكون كافية ومشبعة لكل فرد في العيلة."},
|
||||
{ id: 1, tag: "جزارة خاصة", title: "لحوم طازة يومياً", subtitle: "ضمان الجودة", description: "لأننا عندنا جزارة خاصة، بنضمنلك إن اللحمة طازة 100% يومياً." },
|
||||
{ id: 2, tag: "تتبيلة سورية", title: "شاورما على أصولها", subtitle: "طعم أصلي", description: "وصفات حلبية قديمة، تتبيلة سرية، وتسوية مظبوطة على النار." },
|
||||
]}
|
||||
title="ليه حلب الشهباء؟"
|
||||
description="سرنا في الجودة والتفاصيل اللي بتخلي الطعم مميز."
|
||||
@@ -115,12 +92,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "شاورما فراخ سوري", price: "مميز", imageSrc: "http://img.b2bpic.net/free-photo/kebab-wrap-with-meat-vegetables-plate_23-2148632649.jpg"},
|
||||
{
|
||||
id: "p2", name: "شاورما لحمة سوري", price: "مميز", imageSrc: "http://img.b2bpic.net/free-photo/meat-barbecue-with-vegetable-salad-lavash-wood_114579-3021.jpg"},
|
||||
{
|
||||
id: "p3", name: "فراخ مشوية", price: "الأكثر طلباً", imageSrc: "http://img.b2bpic.net/free-photo/mixed-grilled-foods-with-meat-vegetables_114579-3152.jpg"},
|
||||
{ id: "p1", name: "شاورما فراخ سوري", price: "مميز", imageSrc: "http://img.b2bpic.net/free-photo/kebab-wrap-with-meat-vegetables-plate_23-2148632649.jpg" },
|
||||
{ id: "p2", name: "شاورما لحمة سوري", price: "مميز", imageSrc: "http://img.b2bpic.net/free-photo/meat-barbecue-with-vegetable-salad-lavash-wood_114579-3021.jpg" },
|
||||
{ id: "p3", name: "فراخ مشوية", price: "الأكثر طلباً", imageSrc: "http://img.b2bpic.net/free-photo/mixed-grilled-foods-with-meat-vegetables_114579-3152.jpg" },
|
||||
]}
|
||||
title="الأكثر مبيعاً"
|
||||
description="جرب الأصناف اللي الناس كلها بتشكر فيها."
|
||||
@@ -131,24 +105,18 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="قصة حلب الشهباء"
|
||||
buttons={[
|
||||
{
|
||||
text: "زورنا اليوم", href: "#location"},
|
||||
]}
|
||||
buttons={[{ text: "زورنا اليوم", href: "#location" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
text="جعان؟ الطلب هيكون عندك أسرع مما تتخيل! استلامك للوجبة من الفرع أسرع بكتير."
|
||||
buttons={[
|
||||
{
|
||||
text: "اطلب واتساب", href: "https://wa.me/201000000000"},
|
||||
{
|
||||
text: "اتصل بنا", href: "tel:01000000000"},
|
||||
{ text: "اطلب واتساب", href: "https://wa.me/201000000000" },
|
||||
{ text: "اتصل بنا", href: "tel:01000000000" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -156,22 +124,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "روابط سريعة", items: [
|
||||
{
|
||||
label: "الرئيسية", href: "/"},
|
||||
{
|
||||
label: "المنيو", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "تواصل معنا", items: [
|
||||
{
|
||||
label: "فيسبوك", href: "#"},
|
||||
{
|
||||
label: "إنستجرام", href: "#"},
|
||||
],
|
||||
},
|
||||
{ title: "روابط سريعة", items: [{ label: "الرئيسية", href: "/" }, { label: "المنيو", href: "#products" }] },
|
||||
{ title: "تواصل معنا", items: [{ label: "فيسبوك", href: "#" }, { label: "إنستجرام", href: "#" }] },
|
||||
]}
|
||||
bottomLeftText="مطعم حلب الشهباء - صُنع بحب ❤️"
|
||||
bottomRightText="جميع الحقوق محفوظة 2024"
|
||||
|
||||
Reference in New Issue
Block a user