Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-05-06 12:21:46 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Authentic Punjabi Hospitality"
description="Authentic Punjabi flavors crafted from heirloom recipes, served in a breathtaking rooftop setting."
description="Savor the authentic soul of Punjab in every bite, served with panoramic city views from our rooftop terrace."
testimonials={[
{ name: "Sarah Khan", handle: "@sarahk", testimonial: "The best biryani I have ever tasted! Truly authentic.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg" },
{ name: "Ali Raza", handle: "@aliraza", testimonial: "Exceptional service and the rooftop atmosphere is magical.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kids-table_23-2149213368.jpg" },
@@ -184,4 +184,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}