From 2598dd17350c935a25c4533497e5e88fa9c55cb1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 03:35:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c397029..fdf8b07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,22 +149,22 @@ export default function LandingPage() { speed={40} testimonials={[ { - id: "1", name: "Jessica Wong", handle: "Founder, TechFlow", testimonial: "Stellar transformed our marketing from scattered efforts into a cohesive strategy that actually drives revenue. Game-changer.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1", imageAlt: "Jessica Wong" + id: "1", name: "Jessica Wong", handle: "Founder, TechFlow", testimonial: "Stellar transformed our marketing from scattered efforts into a cohesive strategy that actually drives revenue. Game-changer.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Jessica Wong" }, { - id: "2", name: "David Patel", handle: "CMO, CloudSync", testimonial: "The team's strategic insights combined with creative execution delivered results that exceeded our aggressive growth targets.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "David Patel" + id: "2", name: "David Patel", handle: "CMO, CloudSync", testimonial: "The team's strategic insights combined with creative execution delivered results that exceeded our aggressive growth targets.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Patel" }, { - id: "3", name: "Emily Rodriguez", handle: "VP Marketing, Innovate Inc", testimonial: "Working with Stellar means partnering with experts who understand your business, not just executing tactics. Exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2", imageAlt: "Emily Rodriguez" + id: "3", name: "Emily Rodriguez", handle: "VP Marketing, Innovate Inc", testimonial: "Working with Stellar means partnering with experts who understand your business, not just executing tactics. Exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Emily Rodriguez" }, { - id: "4", name: "James Kim", handle: "Founder, GrowthLabs", testimonial: "From strategy to execution, Stellar consistently delivers campaigns that perform. They're our go-to agency.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Kim" + id: "4", name: "James Kim", handle: "Founder, GrowthLabs", testimonial: "From strategy to execution, Stellar consistently delivers campaigns that perform. They're our go-to agency.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Kim" }, { - id: "5", name: "Rachel Green", handle: "Marketing Director, Brand Co", testimonial: "The data-driven approach combined with creative excellence made all the difference in our market positioning and growth.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=3", imageAlt: "Rachel Green" + id: "5", name: "Rachel Green", handle: "Marketing Director, Brand Co", testimonial: "The data-driven approach combined with creative excellence made all the difference in our market positioning and growth.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Rachel Green" }, { - id: "6", name: "Marcus Thompson", handle: "CEO, Future Tech", testimonial: "Stellar's team brought strategic thinking and fresh perspectives that elevated our entire marketing operation.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Marcus Thompson" + id: "6", name: "Marcus Thompson", handle: "CEO, Future Tech", testimonial: "Stellar's team brought strategic thinking and fresh perspectives that elevated our entire marketing operation.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Thompson" } ]} /> @@ -274,7 +274,7 @@ export default function LandingPage() { { label: "Email", href: "#" } ] } - ] + ]} copyrightText="© 2025 Stellar Marketing. All rights reserved." /> -- 2.49.1