Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-15 16:35:35 +00:00

View File

@@ -194,16 +194,20 @@ export default function LandingPage() {
testimonials={[
{
id: "testimonial-1", name: "Sarah Johnson", role: "Creative Director", company: "Design Studio", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148006226.jpg", imageAlt: "Sarah Johnson professional portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148006226.jpg", imageAlt: "Sarah Johnson professional portrait"
},
{
id: "testimonial-2", name: "Michael Chen", role: "Fashion Consultant", company: "Style Collective", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3674.jpg", imageAlt: "Michael Chen professional portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3674.jpg", imageAlt: "Michael Chen professional portrait"
},
{
id: "testimonial-3", name: "Emily Rodriguez", role: "Content Creator", company: "Lifestyle Blog", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg", imageAlt: "Emily Rodriguez professional portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg", imageAlt: "Emily Rodriguez professional portrait"
},
{
id: "testimonial-4", name: "David Kim", role: "Product Manager", company: "Fashion Brand", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-groom-posing_23-2150327171.jpg", imageAlt: "David Kim professional portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-groom-posing_23-2150327171.jpg", imageAlt: "David Kim professional portrait"
}
]}
/>
</div>