diff --git a/src/app/page.tsx b/src/app/page.tsx index 4512ff9..9701459 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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?_wi=1", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", 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?_wi=2", imageAlt: "Jessica Chen" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", 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?_wi=3", imageAlt: "Emma Richardson" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", 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?_wi=4", imageAlt: "Rachel Taylor" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", 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?_wi=5", imageAlt: "Amanda Foster" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", 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?_wi=6", imageAlt: "Nicole Brooks" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Nicole Brooks" } ]} gridVariant="three-columns-all-equal-width" @@ -181,7 +181,6 @@ export default function LandingPage() { features: ["All Pro features", "Free express shipping worldwide", "25% discount on all items", "VIP customer concierge", "Exclusive VIP-only products", "Personal styling consultations"] } ]} - gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" useInvertedBackground={false}