Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-05-06 12:22:45 +00:00

View File

@@ -12,6 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import ContactCTA from '@/components/sections/contact/ContactCTA';
export default function LandingPage() {
return (
@@ -75,6 +76,15 @@ export default function LandingPage() {
/>
</div>
<div id="cta" data-section="cta">
<ContactCTA
tag="Join Us Today"
title="Ready for an Unforgettable Experience?"
description="Reserve your table now and experience the authentic flavors of Lahore Heritage."
buttons={[{ text: "Book Now", href: "#contact" }]}
/>
</div>
<div id="menu" data-section="menu">
<ProductCardFour
animationType="slide-up"
@@ -184,4 +194,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}