Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-23 00:58:31 +00:00

View File

@@ -4,9 +4,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -197,30 +197,33 @@ export default function LandingPage() {
</div>
<div id="faq" data-section="faq">
<FaqDouble
textboxLayout="default"
useInvertedBackground={true}
<FaqSplitText
faqs={[
{
id: "1", title: "Are reservations required?", content: "While walk-ins are welcome, we recommend reservations for weekends."},
id: "1", title: "Are reservations required?", content: "While walk-ins are welcome, we recommend reservations for weekends at our North Nazimabad luxury location."},
{
id: "2", title: "Do you offer delivery?", content: "Yes, we offer local delivery through our website."},
id: "2", title: "Do you offer delivery?", content: "Yes, we offer premium door-to-door delivery throughout North Nazimabad."},
{
id: "3", title: "Is parking available?", content: "We offer dedicated valet parking for all our guests."},
id: "3", title: "Is valet parking available?", content: "Absolutely, we offer complimentary professional valet services for all guests."},
{
id: "4", title: "Are there vegetarian options?", content: "Yes, we have a variety of traditional vegetarian dishes."},
id: "4", title: "What is your culinary style?", content: "We specialize in elevated Pakistani heritage dishes and traditional BBQ craftsmanship."},
]}
title="Common Questions"
description="Everything you need to know about dining with us."
faqsAnimation="blur-reveal"
sideTitle="Elite FAQ"
sideDescription="Luxury dining questions answered."
buttons={[
{
text: "Book Now", href: "#contact"},
]}
faqsAnimation="slide-up"
useInvertedBackground={true}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Reserve Your Table Tonight"
description="Open daily from 7 PM — Experience Karachi's most talked-about desi dining destination."
title="Reserve Your North Nazimabad Experience"
description="Join us for an evening of unmatched flavors. Please provide your details to secure your priority booking."
inputs={[
{
name: "name", type: "text", placeholder: "Your Name", required: true,
@@ -237,28 +240,30 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
<FooterMedia
logoText="Desi Foods"
imageSrc="http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg"
columns={[
{
items: [
title: "Dining", items: [
{
label: "About Us", href: "#why-us"},
label: "Our Story", href: "#why-us"},
{
label: "Menu", href: "#dishes"},
label: "Signature Menu", href: "#dishes"},
{
label: "Contact", href: "#contact"},
label: "Reservations", href: "#contact"},
],
},
{
items: [
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
label: "Privacy", href: "#"},
{
label: "Terms of Service", href: "#"},
label: "Terms", href: "#"},
],
},
]}
logoText="Desi Foods"
copyrightText="© 2025 Desi Foods North Nazimabad. All Rights Reserved."
/>
</div>
</ReactLenis>