From 46ae30af0abb1e8fb5b6cea21cd7d9307d70128b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:52:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bbe96fb..51b9a67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, Camera, Heart } from "lucide-react"; +import { Award, Camera, Heart, MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -201,13 +201,16 @@ export default function LandingPage() {
- { window.open('https://wa.me/919659264660', '_blank'); }} + imageSrc="http://img.b2bpic.net/free-photo/young-man-using-smartphone-holding-hand-outdoors_1150-13651.jpg" />
-- 2.49.1