Update src/app/page.tsx

This commit is contained in:
2026-03-03 17:55:24 +00:00
parent d8039c0cac
commit a755f2d8f7

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
{ text: "See Our Results", href: "results" }
]}
buttonAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "animated-grid" }}
dashboard={{
title: "Marketing Performance Hub", logoIcon: TrendingUp,
imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg", imageAlt: "Marketing analytics dashboard", searchPlaceholder: "Search campaigns...", buttons: [
@@ -170,10 +170,10 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: "Founder & CEO", testimonial: "Working with this consultant transformed our entire digital strategy. Within 6 months, we saw a 340% increase in qualified leads. Their data-driven approach and strategic thinking are exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", imageAlt: "Sarah Mitchell portrait"
id: "1", name: "Sarah Mitchell", role: "Founder & CEO", testimonial: "Working with this consultant transformed our entire digital strategy. Within 6 months, we saw a 340% increase in qualified leads. Their data-driven approach and strategic thinking are exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Sarah Mitchell portrait"
},
{
id: "2", name: "Michael Chen", role: "Marketing Director", testimonial: "The SEO work alone tripled our organic traffic. But what impressed me most was the comprehensive strategy. They didn't just optimize; they fundamentally transformed how we approach digital marketing.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Chen portrait"
id: "2", name: "Michael Chen", role: "Marketing Director", testimonial: "The SEO work alone tripled our organic traffic. But what impressed me most was the comprehensive strategy. They didn't just optimize; they fundamentally transformed how we approach digital marketing.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen portrait"
},
{
id: "3", name: "Emily Rodriguez", role: "Business Owner", testimonial: "Our conversion rate went from 2.1% to 5.8% in just four months. The consultant provided clear insights, acted on them quickly, and kept us informed every step of the way.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-worker-posing-company-business-catalogue_1163-4801.jpg", imageAlt: "Emily Rodriguez portrait"
@@ -182,10 +182,10 @@ export default function LandingPage() {
id: "4", name: "David Kim", role: "VP of Growth", testimonial: "Best marketing investment we've made. The paid advertising strategy generated $4.2M in revenue in the first year alone. Highly recommend for any business serious about scaling.", imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg", imageAlt: "David Kim portrait"
},
{
id: "5", name: "Jessica Thompson", role: "E-commerce Manager", testimonial: "The brand positioning work was game-changing. We went from being seen as just another competitor to the go-to authority in our space. Sales increased by 156%.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "Jessica Thompson portrait"
id: "5", name: "Jessica Thompson", role: "E-commerce Manager", testimonial: "The brand positioning work was game-changing. We went from being seen as just another competitor to the go-to authority in our space. Sales increased by 156%.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Jessica Thompson portrait"
},
{
id: "6", name: "Robert Williams", role: "Startup Founder", testimonial: "Exceptional strategic guidance that helped us scale from zero to $2M ARR in 18 months. The consultant understood our market, built the right systems, and delivered phenomenal results.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Robert Williams portrait"
id: "6", name: "Robert Williams", role: "Startup Founder", testimonial: "Exceptional strategic guidance that helped us scale from zero to $2M ARR in 18 months. The consultant understood our market, built the right systems, and delivered phenomenal results.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Williams portrait"
}
]}
/>