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." },