Merge version_3 into main #5
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user