2 Commits

Author SHA1 Message Date
2acec304c1 Update src/app/page.tsx 2026-03-08 13:58:46 +00:00
9803ed42bb Merge version_2 into main
Merge version_2 into main
2026-03-08 13:56:51 +00:00

View File

@@ -9,7 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Sparkles, TrendingUp, CheckCircle, Award, ShoppingCart, Users, Globe } from 'lucide-react';
import { Sparkles, TrendingUp, CheckCircle, Award, ShoppingCart, Users, Globe, Clock } from 'lucide-react';
export default function LandingPage() {
return (
@@ -159,6 +159,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Get In Touch"
titleClassName="flex items-center gap-2"
description="Our support team responds within 24 hours to help you find the perfect tech solution. Have questions about our products? We're ready to assist you."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
@@ -170,7 +171,7 @@ export default function LandingPage() {
imageAlt="Customer Support Team"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Send Message"
buttonText="Get Expert Help Now"
/>
</div>