Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-02 17:46:55 +00:00

View File

@@ -115,27 +115,27 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: "Fashion Enthusiast", company: "New York, NY", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Sarah Mitchell"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1", imageAlt: "Sarah Mitchell"
},
{
id: "2", name: "Jessica Chen", role: "Style Blogger", company: "Los Angeles, CA", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Jessica Chen"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", imageAlt: "Jessica Chen"
},
{
id: "3", name: "Emma Richardson", role: "Marketing Manager", company: "Chicago, IL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Emma Richardson"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=3", imageAlt: "Emma Richardson"
},
{
id: "4", name: "Rachel Taylor", role: "Entrepreneur", company: "Austin, TX", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Rachel Taylor"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=4", imageAlt: "Rachel Taylor"
},
{
id: "5", name: "Amanda Foster", role: "Creative Director", company: "Seattle, WA", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Amanda Foster"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=5", imageAlt: "Amanda Foster"
},
{
id: "6", name: "Nicole Brooks", role: "Fashion Consultant", company: "Miami, FL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Nicole Brooks"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=6", imageAlt: "Nicole Brooks"
}
]}
gridVariant="three-columns-all-equal-width"