2 Commits

Author SHA1 Message Date
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 HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; 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() { export default function LandingPage() {
return ( 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." 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" imageSrc="http://img.b2bpic.net/free-photo/coworkers-working-office_23-2147807981.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
buttonText="Send Message" buttonText="WhatsApp Us"
termsText="We value your privacy and keep your details confidential." onSubmit={() => window.open("https://wa.me/yournumber", "_blank")}
termsText="By contacting us, you agree to start a secure conversation on WhatsApp."
/> />
</div> </div>
@@ -174,4 +175,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }