From c6a735ff5fa927d07675b26f4f7241125e363c3f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 07:15:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 583f024..b38a28c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Coffee, Star, Users, MapPin, Phone, Clock, MessageCircle } from "lucide-react"; +import { Coffee, Star, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -119,6 +119,7 @@ export default function LandingPage() { description="Hear how we've helped make special moments unforgettable." textboxLayout="split" animationType="slide-up" + useInvertedBackground={false} testimonials={[ { id: "t1", name: "Sneha P.", handle: "Birthday Host", testimonial: "The surprise birthday party for my brother was perfectly organized. The cake and snacks were delicious!" }, { id: "t2", name: "Rajesh K.", handle: "Anniversary Couple", testimonial: "Our 5th anniversary celebration here was so intimate and well-catered. Great experience." },