Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2218183aed | |||
| 711a8d58df | |||
| 5847867a83 | |||
| 2e4b42e4d1 | |||
| b5f1db68f8 | |||
| 5c369ec8bf | |||
| 21dfb2dbec | |||
| 08e1b1bf0e |
@@ -22,10 +22,10 @@ export default function LandingPage() {
|
||||
contentWidth="compact"
|
||||
sizing="medium"
|
||||
background="grid"
|
||||
cardStyle="inset"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
description="طعم لا يُقاوم ومكونات طازجة يومياً"
|
||||
buttons={[
|
||||
{
|
||||
text: "اطلب الآن", href: "#contact"},
|
||||
text: "اطلب وجبتك الآن", href: "#contact"},
|
||||
{
|
||||
text: "تصفح القائمة", href: "#menu"},
|
||||
]}
|
||||
@@ -140,7 +140,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
cardClassName="border border-red-900/50 bg-black/40"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "أحمد علي", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-5658.jpg"},
|
||||
@@ -167,13 +168,14 @@ export default function LandingPage() {
|
||||
"مزارع الريف", "مطاحن الأصالة", "دواجن الوطنية", "مصنع الأجبان", "توابل العطار"]}
|
||||
title="شركاء النجاح"
|
||||
description="فخورون بالتعاون مع أفضل الموردين"
|
||||
logoCardClassName="border border-red-900/50 bg-black/60"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "هل اللحوم طازجة؟", content: "نعم، نستخدم لحوم طازجة 100% يومياً."},
|
||||
@@ -189,6 +191,7 @@ export default function LandingPage() {
|
||||
title="أسئلة شائعة"
|
||||
description="كل ما تحتاج معرفته عن برغر هاوس"
|
||||
faqsAnimation="blur-reveal"
|
||||
accordionClassName="border-b border-red-900/50"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -196,13 +199,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="تواصل معنا"
|
||||
title="جاهز للطلب؟"
|
||||
description="تفضل بزيارتنا أو اطلب الآن عبر الأرقام المتاحة"
|
||||
buttons={[
|
||||
{
|
||||
text: "اتصل الآن", href: "tel:12345678"},
|
||||
{
|
||||
text: "واتساب", href: "https://wa.me/12345678"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -234,4 +239,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user