Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-04-07 06:52:38 +00:00

View File

@@ -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() {
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
<ContactSplit
tag="Contact"
title="Get in Touch via WhatsApp"
description="Click the button below to message us directly on WhatsApp for quick inquiries and bookings."
tagIcon={MessageCircle}
background={{
variant: "radial-gradient"}}
tag="Contact"
title="Get in Touch"
description="Located at Sathy Main Road, Near Arunachaleswarar Temple, Punjai Puliampatti, Erode, Tamil Nadu 638459. Call: 096592 64660."
buttonText="Message on WhatsApp"
onSubmit={(email) => { window.open('https://wa.me/919659264660', '_blank'); }}
imageSrc="http://img.b2bpic.net/free-photo/young-man-using-smartphone-holding-hand-outdoors_1150-13651.jpg"
/>
</div>