Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-04-08 07:13:14 +00:00

View File

@@ -2,14 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardTwentyNine from '@/components/sections/feature/FeatureCardTwentyNine';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Zap, Leaf, ChefHat } from 'lucide-react';
import { Zap, Leaf, ChefHat, Users, Utensils, Award } from 'lucide-react';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import FeatureCardTwentyNine from '@/components/sections/feature/FeatureCardTwentyNine';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
export default function LandingPage() {
return (
@@ -87,6 +87,7 @@ export default function LandingPage() {
{ id: "t2", name: "Anita S.", role: "Parent", company: "Birthday Host", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg" },
{ id: "t3", name: "Vikram P.", role: "Corporate", company: "Event Planner", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg" },
{ id: "t4", name: "Sunita M.", role: "Diner", company: "Foodie", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg" },
{ id: "t5", name: "Amit R.", role: "Diner", company: "Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg" }
]}
/>
</div>