3 Commits

Author SHA1 Message Date
84d51b33c9 Merge version_2 into main
Merge version_2 into main
2026-04-08 20:25:27 +00:00
95fb347cec Update src/app/page.tsx 2026-04-08 20:25:24 +00:00
5155cf81f4 Merge version_1 into main
Merge version_1 into main
2026-04-08 20:23:18 +00:00

View File

@@ -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>
);
}
}