Merge version_2 into main #2
@@ -9,7 +9,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Award, BarChart, BarChart3, CheckCircle, DollarSign, Handshake, MessageCircle, Palette, Smile, Sparkles, Target, TrendingUp, Users } from 'lucide-react';
|
||||
import { Award, BarChart, BarChart3, Calendar, CheckCircle, DollarSign, Handshake, MessageCircle, Palette, Smile, Sparkles, Target, TrendingUp, Users } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -192,15 +192,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact-section" data-section="contact-section">
|
||||
<ContactCenter
|
||||
tag="Get in Touch"
|
||||
title="Let's Build Something Great Together"
|
||||
description="Ready to elevate your brand? Our team of experts is here to help you achieve your marketing goals with innovative strategies and creative solutions."
|
||||
tagIcon={MessageCircle}
|
||||
tag="Let's Connect"
|
||||
title="Ready to Transform Your Business?"
|
||||
description="Schedule a free strategy consultation with our marketing experts. We'll analyze your current approach and create a customized roadmap for sustainable growth."
|
||||
tagIcon={Calendar}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your business email"
|
||||
buttonText="Start Your Project"
|
||||
buttonText="Schedule a Call"
|
||||
termsText="By submitting, you agree to our Privacy Policy and Terms of Service."
|
||||
ariaLabel="Contact section with form for project inquiries"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user