Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2acec304c1 | |||
| 9803ed42bb | |||
| 7864538a74 | |||
| e7229eb08e | |||
| d5c8823aeb | |||
| 3078f8c433 | |||
| 689f1ea75a |
1411
src/app/layout.tsx
1411
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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,7 +159,8 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Get In Touch"
|
||||
description="Have questions about our products? Our customer support team is ready to help you find the perfect tech solution."
|
||||
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 },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", 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