Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2acec304c1 | |||
| 9803ed42bb |
@@ -9,7 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
|||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -159,6 +159,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Get In Touch"
|
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."
|
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={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||||
@@ -170,7 +171,7 @@ export default function LandingPage() {
|
|||||||
imageAlt="Customer Support Team"
|
imageAlt="Customer Support Team"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
buttonText="Send Message"
|
buttonText="Get Expert Help Now"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user