Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 10:58:20 +00:00

View File

@@ -60,13 +60,13 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Martinez", handle: "CEO, TechVenture", testimonial: "Our site loads 3x faster now. Clients notice the difference.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg?_wi=1"},
{
name: "James Chen", handle: "Founder, EcoStart", testimonial: "Exactly what we needed - efficient, affordable, and results-driven.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-folded-arms_23-2147955369.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-folded-arms_23-2147955369.jpg?_wi=1"},
{
name: "Lisa Rodriguez", handle: "Director, GrowthCo", testimonial: "Best investment for our startup. Conversion rates jumped 40%.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-using-smartphone-lobby_1262-5625.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-using-smartphone-lobby_1262-5625.jpg?_wi=1"},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
@@ -83,7 +83,7 @@ export default function LandingPage() {
{ value: "50+", title: "Lean Sites Launched" },
{ value: "3x", title: "Avg Speed Improvement" },
]}
imageSrc="http://img.b2bpic.net/free-photo/business-people-working-together_23-2148826957.jpg"
imageSrc="http://img.b2bpic.net/free-photo/business-people-working-together_23-2148826957.jpg?_wi=1"
imageAlt="Efficient web design workflow and process"
useInvertedBackground={false}
mediaAnimation="slide-up"
@@ -104,16 +104,16 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Lightning-Fast Performance", description: "Average 2.5s load time. Optimized code and smart architecture mean your site performs flawlessly across all devices.", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916743.jpg", imageAlt: "Fast loading responsive website on mobile"},
title: "Lightning-Fast Performance", description: "Average 2.5s load time. Optimized code and smart architecture mean your site performs flawlessly across all devices.", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916743.jpg?_wi=1", imageAlt: "Fast loading responsive website on mobile"},
{
id: 2,
title: "Conversion-Optimized Design", description: "Every pixel serves a purpose. Clear CTAs, intuitive flow, and strategic layout drive measurable business results.", imageSrc: "http://img.b2bpic.net/free-photo/shoulder-shot-face-man-computing-office_1098-18808.jpg", imageAlt: "Conversion rate optimization and analytics"},
{
id: 3,
title: "Lean & Maintainable Code", description: "Clean, efficient codebase means faster iterations and lower maintenance costs. Your developers will thank you.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-together_23-2148826957.jpg", imageAlt: "Efficient development workflow process"},
title: "Lean & Maintainable Code", description: "Clean, efficient codebase means faster iterations and lower maintenance costs. Your developers will thank you.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-together_23-2148826957.jpg?_wi=2", imageAlt: "Efficient development workflow process"},
{
id: 4,
title: "White-Label Ready", description: "Freelancers and agencies: white-label solutions for your clients. Deliver premium sites under your brand.", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916743.jpg", imageAlt: "Scalable white label web solutions"},
title: "White-Label Ready", description: "Freelancers and agencies: white-label solutions for your clients. Deliver premium sites under your brand.", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916743.jpg?_wi=2", imageAlt: "Scalable white label web solutions"},
]}
/>
</div>
@@ -156,13 +156,13 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Martinez", role: "CEO", company: "TechVenture", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg?_wi=2"},
{
id: "2", name: "James Chen", role: "Founder", company: "EcoStart", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-folded-arms_23-2147955369.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-folded-arms_23-2147955369.jpg?_wi=2"},
{
id: "3", name: "Lisa Rodriguez", role: "Director", company: "GrowthCo", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-using-smartphone-lobby_1262-5625.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-using-smartphone-lobby_1262-5625.jpg?_wi=2"},
{
id: "4", name: "Michael Park", role: "Agency Owner", company: "Park Studios", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg"},