diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b43705..8832861 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,6 +134,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/close-up-asian-artist-ceramist-female-hands-working-potters-wheelasian-female-sculpture-woman-with-wet-dirty-hands-shaping-clay-vase-pottery-wheel-workshop-studio_609648-2758.jpg" imageAlt="Artist working with clay in studio" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -177,17 +178,17 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Mitchell", handle: "Luxury Interior Designer", testimonial: "The craftsmanship is extraordinary. These pieces elevate every space—clients are consistently moved by the authenticity and presence.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, + id: "1", name: "Sarah Mitchell", handle: "Luxury Interior Designer", testimonial: "The craftsmanship is extraordinary. These pieces elevate every space—clients are consistently moved by the authenticity and presence.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Mitchell"}, { - id: "2", name: "James Chen", handle: "Art Collector, Singapore", testimonial: "I've acquired five pieces now. Each firing brings unexpected beauty. Investing in contemporary ceramics has become my passion.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Chen"}, + id: "2", name: "James Chen", handle: "Art Collector, Singapore", testimonial: "I've acquired five pieces now. Each firing brings unexpected beauty. Investing in contemporary ceramics has become my passion.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen"}, { - id: "3", name: "Elena Rodriguez", handle: "Gallery Curator", testimonial: "The artist's evolution is remarkable. From classical forms to sculptural innovation—every exhibition pushes boundaries.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Elena Rodriguez"}, + id: "3", name: "Elena Rodriguez", handle: "Gallery Curator", testimonial: "The artist's evolution is remarkable. From classical forms to sculptural innovation—every exhibition pushes boundaries.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Elena Rodriguez"}, { - id: "4", name: "David Kim", handle: "Private Collector, New York", testimonial: "These ceramics are conversation pieces. Guests consistently ask about the artist. That's the mark of truly exceptional work.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Kim"}, + id: "4", name: "David Kim", handle: "Private Collector, New York", testimonial: "These ceramics are conversation pieces. Guests consistently ask about the artist. That's the mark of truly exceptional work.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"}, { - id: "5", name: "Victoria Lombard", handle: "Museum Director", testimonial: "We're proud to feature this artist's work. The pieces resonate with our contemporary ceramics initiative.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Victoria Lombard"}, + id: "5", name: "Victoria Lombard", handle: "Museum Director", testimonial: "We're proud to feature this artist's work. The pieces resonate with our contemporary ceramics initiative.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Victoria Lombard"}, { - id: "6", name: "Marcus Thompson", handle: "Hospitality Designer", testimonial: "Sourcing for luxury hotels, these ceramics consistently add sophisticated, artisanal character to refined spaces.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Marcus Thompson"}, + id: "6", name: "Marcus Thompson", handle: "Hospitality Designer", testimonial: "Sourcing for luxury hotels, these ceramics consistently add sophisticated, artisanal character to refined spaces.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Thompson"}, ]} speed={40} />