Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5354add0b7 | |||
| f74979ec43 |
@@ -3,9 +3,9 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
@@ -116,46 +116,46 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
<FaqBase
|
||||
faqs={[
|
||||
{ id: "q1", title: "Do you deliver throughout Beirut?", content: "Yes, our delivery services cover most of the Beirut area and surrounding districts." },
|
||||
{ id: "q2", title: "Are your ingredients fresh?", content: "We pride ourselves on using only fresh, locally sourced vegetables and premium quality beef." },
|
||||
{ id: "q3", title: "Can I customize my burger?", content: "Absolutely! Personalize your burger exactly how you like it with our various toppings and sauce options." },
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Got questions about our ordering or delivery?"
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our luxury dining experience."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Experience BK Today"
|
||||
description="Ready to dine? Start your order online for pickup or swift delivery."
|
||||
title="Connect with Elegance"
|
||||
description="Reach out to our concierge for special orders, large events, or inquiries about our premium offerings."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "name", type: "text", placeholder: "Full Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email Address" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg"
|
||||
buttonText="Start Your Order"
|
||||
buttonText="Submit Inquiry"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="BURGER KING LB"
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Menu", items: [{ label: "Whopper", href: "#" }, { label: "Sides", href: "#" }, { label: "Drinks", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "Contact Us", href: "#" }, { label: "FAQ", href: "#" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Menu", items: [{ label: "Whopper", href: "#" }, { label: "Sides", href: "#" }] },
|
||||
{ title: "Brand", items: [{ label: "Our Story", href: "#" }, { label: "Quality", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© Burger King Lebanon. Flame Grilled Excellence."
|
||||
bottomLeftText="© 2024 Burger King Lebanon"
|
||||
bottomRightText="All Rights Reserved"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user