Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-09 06:49:16 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel";
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
import ProductCardThree from "@/components/sections/product/ProductCardThree";
import SplitAbout from "@/components/sections/about/SplitAbout";
@@ -42,34 +42,26 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
<HeroBillboardRotatedCarousel
title="Where Chennai Eats After Midnight"
description="Authentic North Indian flavors. Rooftop dining. Open late for the city's night food lovers."
tag="Rooftop Dhaba Experience"
background={{ variant: "glowing-orb" }}
testimonials={[
slides={[
{
name: "Rajesh Kumar", handle: "Regular Customer", testimonial: "The rooftop atmosphere is perfect for late-night hangouts. Tandoori chicken and naan are exceptional!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187184.jpg", imageAlt: "V4 Midnight Dhabba rooftop dining at night", title: "Where Chennai Eats After Midnight", description: "Authentic North Indian flavors. Rooftop dining. Open late for the city's night food lovers."},
{
name: "Priya Sharma", handle: "Food Enthusiast", testimonial: "Best butter chicken in Chennai. The midnight dining concept is exactly what we needed!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-outside-street_1303-21667.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-with-sangria_23-2149436821.jpg?_wi=1", imageAlt: "Rooftop dining with warm lights", title: "Rooftop Nights", description: "Low-light rooftop seating perfect for friends, couples, and family celebrations."},
{
name: "Arjun Patel", handle: "Group Organizer", testimonial: "Perfect for family dinners and friend reunions. Great value for money with amazing food.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg?_wi=1"},
{
name: "Deepa Krishnan", handle: "Casual Diner", testimonial: "Nice ambience and good variety of North Indian food. Love the rooftop seating!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/grilled-golden-brown-beefsteak-fork_23-2148167637.jpg?_wi=1", imageAlt: "Tandoori chicken charcoal grilled", title: "Authentic Dhaba Flavours", description: "Tandoori grills, rich gravies, and fresh naan prepared with traditional recipes."},
]}
testimonialRotationInterval={5000}
buttons={[
{ text: "Reserve Table", href: "contact" },
{ text: "View Menu", href: "menu-preview" },
]}
buttonAnimation="slide-up"
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187184.jpg"
imageAlt="V4 Midnight Dhabba rooftop dining at night"
autoRotateInterval={5000}
imagePosition="right"
useInvertedBackground={false}
/>
@@ -149,11 +141,14 @@ export default function LandingPage() {
description="Real feedback from Chennai's food enthusiasts and regular patrons"
testimonials={[
{
id: "1", name: "Rajesh Kumar", role: "Regular Customer", company: "Tech Professional", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg?_wi=2"},
id: "1", name: "Rajesh Kumar", role: "Regular Customer", company: "Tech Professional", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg?_wi=2"},
{
id: "2", name: "Priya Sharma", role: "Food Enthusiast", company: "Food Blogger", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-outside-street_1303-21667.jpg?_wi=2"},
id: "2", name: "Priya Sharma", role: "Food Enthusiast", company: "Food Blogger", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-outside-street_1303-21667.jpg?_wi=2"},
{
id: "3", name: "Arjun Patel", role: "Event Organizer", company: "Group Organizer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg?_wi=2"},
id: "3", name: "Arjun Patel", role: "Event Organizer", company: "Group Organizer", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg?_wi=2"},
]}
kpiItems={[
{ value: "3,000+", label: "Customer Reviews" },