Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-29 10:16:27 +00:00

View File

@@ -49,25 +49,25 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Johnson", handle: "@sarahj", testimonial: "The expertise provided was instrumental to our growth. Professional and highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=1"},
{
name: "Michael Chen", handle: "@mchen", testimonial: "Remarkable attention to detail and a strategic approach that truly delivers measurable outcomes.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=1"},
{
name: "Emily Rodriguez", handle: "@erod", testimonial: "An absolute pleasure to work with. They transformed our operations with their insights.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-businessman-discussing-business-profit-with-partner-phone-while-typing-company-statis_482257-19453.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-businessman-discussing-business-profit-with-partner-phone-while-typing-company-statis_482257-19453.jpg?_wi=1"},
{
name: "David Kim", handle: "@dkim", testimonial: "Exceptional service that exceeded our expectations. The team is professional, fast, and knowledgeable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg?_wi=1"},
{
name: "Alex Rivera", handle: "@arivera", testimonial: "Highly strategic partners who understand the nuances of our industry perfectly.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=2"},
]}
buttons={[
{
text: "Start Your Project", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg?_wi=1"
imageAlt="Hero visual representation of expert services"
/>
</div>
@@ -92,22 +92,22 @@ export default function LandingPage() {
{
title: "Strategic Consulting", description: "Expert advice to streamline your workflows and business performance.", icon: Zap,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg?_wi=3" },
]
},
{
title: "Operational Efficiency", description: "Optimizing internal processes for maximum output and sustainable business results.", icon: Shield,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg?_wi=4" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg?_wi=5" },
]
},
{
title: "Strategic Implementation", description: "Hands-on guidance through the execution phase of your most critical projects.", icon: Star,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg?_wi=6" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg?_wi=7" },
]
},
]}
@@ -125,19 +125,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=3"},
{
id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=2"},
{
id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "GrowthCo", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-businessman-discussing-business-profit-with-partner-phone-while-typing-company-statis_482257-19453.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-businessman-discussing-business-profit-with-partner-phone-while-typing-company-statis_482257-19453.jpg?_wi=2"},
{
id: "4", name: "David Kim", role: "Product Manager", company: "StartupXYZ", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg?_wi=2"},
{
id: "5", name: "Jessica Lee", role: "Operations VP", company: "Global Inc", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=4"},
]}
title="Trusted by Industry Leaders"
description="Don't take our word for it—hear from clients who have achieved measurable success with our services."