Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 14:37:09 +00:00

View File

@@ -52,13 +52,13 @@ export default function LandingPage() {
testimonials={[
{
name: "Alex Johnson", handle: "Creative Director, Brand Co", testimonial: "Exceptional design work that truly transformed our brand identity and user engagement.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"},
{
name: "Sarah Chen", handle: "Product Manager, Tech Ventures", testimonial: "Collaborative, strategic, and results-driven. A pleasure to work with on complex projects.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1"},
{
name: "Marcus Williams", handle: "CEO, Growth Studio", testimonial: "Delivered outstanding work on time and exceeded all expectations. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"},
]}
testimonialRotationInterval={5000}
buttons={[
@@ -138,16 +138,16 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Jessica Rivera", role: "Marketing Director, Innovate Inc", testimonial: "The attention to detail and strategic thinking brought our brand to life in ways we couldn't have imagined. Truly transformative work.", icon: Award,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2"},
{
id: "2", name: "David Kim", role: "Founder, Digital Solutions", testimonial: "Exceptional partner throughout the entire project. Collaborative, creative, and always solutions-focused. Highly recommend.", icon: Award,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"},
{
id: "3", name: "Emma Thompson", role: "Product Lead, Tech Collective", testimonial: "Professional excellence combined with genuine partnership. The results exceeded our expectations and drove real business impact.", icon: Award,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3"},
{
id: "4", name: "Robert Patel", role: "CEO, Creative Studios", testimonial: "One of the most talented and dedicated professionals I've had the privilege to work with. An absolute asset to any project.", icon: Award,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"},
]}
/>
</div>