Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-10 16:41:44 +00:00

View File

@@ -9,7 +9,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { MessageCircle, Mail, Phone } from 'lucide-react';
import ContactText from '@/components/sections/contact/ContactText';
export default function LandingPage() {
return (
@@ -146,16 +146,16 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Chen", date: "CEO of TechStart", title: "Transformed Our Lead Generation", quote: "DigitalVise completely revamped our marketing strategy. Within three months, we saw a 3.5x increase in qualified leads.", tag: "SaaS Growth", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", avatarAlt: "Sarah Chen"
id: "1", name: "Sarah Chen, CEO of TechStart", date: "Date: 15 January 2025", title: "Transformed Our Lead Generation", quote: "DigitalVise completely revamped our marketing strategy. Within three months, we saw a 3.5x increase in qualified leads and significantly improved our brand visibility in the market.", tag: "SaaS Growth", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", avatarAlt: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", imageAlt: "CEO testimonial"
},
{
id: "2", name: "Marcus Rodriguez", date: "Founder of EcoStyle", title: "Outstanding Social Media Strategy", quote: "Their team understood our brand values and created an authentic social media presence. Our engagement metrics doubled within two months.", tag: "E-commerce Success", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-portrait_23-2149304144.jpg", avatarAlt: "Marcus Rodriguez"
id: "2", name: "Marcus Rodriguez, Founder of EcoStyle", date: "Date: 08 January 2025", title: "Outstanding Social Media Strategy", quote: "Their team understood our brand values immediately and created an authentic social media presence that resonated with our audience. Our engagement metrics doubled within two months.", tag: "E-commerce Success", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-portrait_23-2149304144.jpg", avatarAlt: "Marcus Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-portrait_23-2149304144.jpg", imageAlt: "Founder testimonial"
},
{
id: "3", name: "Dr. Jennifer Park", date: "COO of HealthFlow", title: "Expert Digital Healthcare Marketing", quote: "DigitalVise demonstrated deep expertise in healthcare marketing. Their strategic approach resulted in 450% ROI and expanded our patient base significantly.", tag: "Healthcare Marketing", avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-businessman_1163-3871.jpg", avatarAlt: "Dr. Jennifer Park"
id: "3", name: "Dr. Jennifer Park, COO of HealthFlow", date: "Date: 22 December 2024", title: "Expert Digital Healthcare Marketing", quote: "DigitalVise demonstrated deep expertise in healthcare marketing regulations and created compliant, effective campaigns. Their strategic approach resulted in 450% ROI and expanded our patient base significantly.", tag: "Healthcare Marketing", avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-businessman_1163-3871.jpg", avatarAlt: "Dr. Jennifer Park", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-businessman_1163-3871.jpg", imageAlt: "Healthcare professional testimonial"
},
{
id: "4", name: "Alex Thompson", date: "Marketing Director, RetailPro", title: "Strategic Partnership That Delivers", quote: "Beyond campaign management, DigitalVise became our strategic partner. Their insights helped us make smarter marketing decisions.", tag: "Retail Growth", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-african-businessman-wearing-suit-headshot-vertical-portrait-with-team_1163-3924.jpg", avatarAlt: "Alex Thompson"
id: "4", name: "Alex Thompson, Marketing Director of RetailPro", date: "Date: 10 December 2024", title: "Strategic Partnership That Delivers", quote: "Beyond campaign management, DigitalVise became our strategic partner. Their insights on market trends and consumer behavior helped us make smarter marketing decisions and stay ahead of competitors.", tag: "Retail Growth", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-african-businessman-wearing-suit-headshot-vertical-portrait-with-team_1163-3924.jpg", avatarAlt: "Alex Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-businessman-wearing-suit-headshot-vertical-portrait-with-team_1163-3924.jpg", imageAlt: "Marketing director testimonial"
}
]}
ariaLabel="Testimonials section"
@@ -163,21 +163,16 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Get In Touch"
title="Ready to Transform Your Digital Presence?"
description="Let's discuss how we can create a custom marketing strategy that drives real results for your brand. Connect with our team today."
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
<ContactText
text="Ready to elevate your digital presence? Let's work together to create a strategy that drives results."
animationType="entrance-slide"
buttons={[
{ text: "Schedule a Consultation", href: "#" },
{ text: "View Our Services", href: "#services" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/corporate-workers-brainstorming-together_23-2148804532.jpg"
imageAlt="Our collaborative team"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your business email"
buttonText="Schedule Consultation"
termsText="We respect your privacy. We'll only use your email to send you relevant marketing insights and updates."
ariaLabel="Contact newsletter section"
ariaLabel="Contact call-to-action section"
/>
</div>