diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d38df7d..aba8053 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -73,31 +73,13 @@ export default function AboutPage() { tagAnimation="opacity" testimonials={[ { - id: "1", - title: "Transformed Our Living Room", - quote: "The quality is exceptional. Every detail speaks to the craftsmanship and attention we received. Our home feels like a luxury resort now.", - name: "Sarah Mitchell", - role: "Interior Designer", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", - imageAlt: "Sarah Mitchell" + id: "1", title: "Transformed Our Living Room", quote: "The quality is exceptional. Every detail speaks to the craftsmanship and attention we received. Our home feels like a luxury resort now.", name: "Sarah Mitchell", role: "Interior Designer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell" }, { - id: "2", - title: "Worth Every Investment", - quote: "Studio Luxe pieces are timeless investments. The minimalist aesthetic pairs perfectly with our modern home. Customer service was impeccable.", - name: "James Chen", - role: "Architect", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg?_wi=2", - imageAlt: "James Chen" + id: "2", title: "Worth Every Investment", quote: "Studio Luxe pieces are timeless investments. The minimalist aesthetic pairs perfectly with our modern home. Customer service was impeccable.", name: "James Chen", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", imageAlt: "James Chen" }, { - id: "3", - title: "Elegant Simplicity", - quote: "These aren't just furniture pieces—they're statements. The glass coffee table has become a conversation starter at every gathering.", - name: "Emma Rodriguez", - role: "CEO, Design Collective", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", - imageAlt: "Emma Rodriguez" + id: "3", title: "Elegant Simplicity", quote: "These aren't just furniture pieces—they're statements. The glass coffee table has become a conversation starter at every gathering.", name: "Emma Rodriguez", role: "CEO, Design Collective", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Rodriguez" } ]} textboxLayout="default" @@ -109,8 +91,7 @@ export default function AboutPage() {