Merge version_2 into main #2

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

View File

@@ -9,6 +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';
export default function LandingPage() {
return (
@@ -145,16 +146,16 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
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: "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: "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: "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: "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: "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: "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"
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"
}
]}
ariaLabel="Testimonials section"
@@ -218,4 +219,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}