diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ce4ac6..8835e68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,13 +119,13 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", title: "Transformative Experience", quote: "Terra has completely elevated my daily routine. Every product feels like a thoughtful investment in myself and our planet.", name: "Alexandra Sterling", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alexandra Sterling"}, + id: "1", title: "Transformative Experience", quote: "Terra has completely elevated my daily routine. Every product feels like a thoughtful investment in myself and our planet.", name: "Alexandra Sterling", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Alexandra Sterling"}, { - id: "2", title: "Luxury Redefined", quote: "The attention to detail and sustainability practices set Terra apart. It's luxury with a conscience.", name: "Marcus Chen", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Chen"}, + id: "2", title: "Luxury Redefined", quote: "The attention to detail and sustainability practices set Terra apart. It's luxury with a conscience.", name: "Marcus Chen", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Chen"}, { - id: "3", title: "Pure Elegance", quote: "I've never experienced such quality combined with environmental responsibility. Terra is my new standard.", name: "Sophia Laurent", role: "Luxury Consultant", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sophia Laurent"}, + id: "3", title: "Pure Elegance", quote: "I've never experienced such quality combined with environmental responsibility. Terra is my new standard.", name: "Sophia Laurent", role: "Luxury Consultant", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Sophia Laurent"}, { - id: "4", title: "Worth Every Moment", quote: "Terra products are investments in beauty and sustainability. I recommend them to everyone who values quality.", name: "James Mitchell", role: "Lifestyle Curator", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Mitchell"}, + id: "4", title: "Worth Every Moment", quote: "Terra products are investments in beauty and sustainability. I recommend them to everyone who values quality.", name: "James Mitchell", role: "Lifestyle Curator", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "James Mitchell"}, ]} textboxLayout="default" useInvertedBackground={false}