From 5234aa98df3c07614102d4f78b10404ae37f89c9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 07:13:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index feb716f..8301b70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} /> -- 2.49.1