Merge version_2 into main #2
@@ -9,7 +9,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Database, Shield, Zap } from "lucide-react";
|
||||
import { Database, Shield, Zap, MessageCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -157,8 +157,9 @@ export default function LandingPage() {
|
||||
description="Reach out to us via email or click the button below to start a conversation on WhatsApp."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coworkers-working-office_23-2147807981.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Send Message"
|
||||
termsText="We value your privacy and keep your details confidential."
|
||||
buttonText="WhatsApp Us"
|
||||
onSubmit={() => window.open("https://wa.me/yournumber", "_blank")}
|
||||
termsText="By contacting us, you agree to start a secure conversation on WhatsApp."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -174,4 +175,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user