From 8924131ede4c771c8e817e00a16c945c5baad212 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:13:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 65 ++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 57 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e7fd0f..ddbd4e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,8 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Heart, Mail, Sparkles, Gift, Leaf, Users, UtensilsCrossed, Building2, Music } from 'lucide-react'; +import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; +import { Heart, Mail, Sparkles, Gift, Leaf, Users, UtensilsCrossed, Building2, Music, QrCode, MapPin, Phone, MessageSquare, Instagram } from 'lucide-react'; export default function LandingPage() { return ( @@ -32,6 +33,7 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Facilities", id: "features" }, { name: "Pricing", id: "pricing" }, + { name: "Payment", id: "payment" }, { name: "Contact", id: "contact" } ]} brandName="Saath Phere" @@ -166,6 +168,44 @@ export default function LandingPage() { /> +
+ +
+ +
+ +
+
-- 2.49.1