Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a405c72ef | |||
| 46ae30af0a | |||
| 9a2a8549f4 | |||
| 46397fc642 | |||
| 04a69807f8 |
@@ -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,17 @@ 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."
|
||||
useInvertedBackground={false}
|
||||
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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user