diff --git a/src/app/page.tsx b/src/app/page.tsx index a85566c..bf60c0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,6 +101,7 @@ export default function LandingPage() { imageAlt="Destiny fashion team workspace" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -111,12 +112,10 @@ export default function LandingPage() { tag="Collections" features={[ { - id: "1", title: "Spring Summer 2025", author: "Destiny Design Team", description: "Bright, vibrant pieces perfect for warm weather and outdoor adventures. Featuring lightweight fabrics and refreshing color palettes.", tags: ["Spring", "Summer", "Vibrant"], - imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176657.jpg", imageAlt: "Spring Summer collection" + id: "1", title: "Spring Summer 2025", author: "Destiny Design Team", description: "Bright, vibrant pieces perfect for warm weather and outdoor adventures. Featuring lightweight fabrics and refreshing color palettes.", tags: ["Spring", "Summer", "Vibrant"], imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176657.jpg", imageAlt: "Spring Summer collection" }, { - id: "2", title: "Winter Premium Line", author: "Destiny Design Team", description: "Luxurious layers and cozy essentials designed for comfort and style. Premium materials ensure warmth without compromising elegance.", tags: ["Winter", "Premium", "Cozy"], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-model-posing-front-building_23-2148187397.jpg", imageAlt: "Winter premium collection" + id: "2", title: "Winter Premium Line", author: "Destiny Design Team", description: "Luxurious layers and cozy essentials designed for comfort and style. Premium materials ensure warmth without compromising elegance.", tags: ["Winter", "Premium", "Cozy"], imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-model-posing-front-building_23-2148187397.jpg", imageAlt: "Winter premium collection" } ]} animationType="slide-up" @@ -132,10 +131,10 @@ export default function LandingPage() { tag="Testimonials" testimonials={[ { - id: "1", name: "Sarah Chen", handle: "@sarahstyle", testimonial: "Destiny's quality is unmatched. Every piece I've purchased fits perfectly and holds up beautifully. I recommend it to all my friends!", imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg?_wi=1", imageAlt: "Sarah Chen" + id: "1", name: "Sarah Chen", handle: "@sarahstyle", testimonial: "Destiny's quality is unmatched. Every piece I've purchased fits perfectly and holds up beautifully. I recommend it to all my friends!", imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", imageAlt: "Sarah Chen" }, { - id: "2", name: "Marcus Johnson", handle: "@marcusfashion", testimonial: "The attention to detail is incredible. These aren't just clothes—they're investments in your style. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg?_wi=1", imageAlt: "Marcus Johnson" + id: "2", name: "Marcus Johnson", handle: "@marcusfashion", testimonial: "The attention to detail is incredible. These aren't just clothes—they're investments in your style. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg", imageAlt: "Marcus Johnson" }, { id: "3", name: "Emma Rodriguez", handle: "@emmaglam", testimonial: "I love that Destiny focuses on sustainability. Looking good while helping the planet? That's the Destiny difference.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-dressed-black-dress-beige-trench-with-stylish-hairstyle-red-lips-street_291650-281.jpg", imageAlt: "Emma Rodriguez" @@ -144,10 +143,10 @@ export default function LandingPage() { id: "4", name: "James Wilson", handle: "@jamesmenswear", testimonial: "Finally, a brand that understands modern style. The designs are contemporary, the quality is exceptional. This is my new go-to.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg", imageAlt: "James Wilson" }, { - id: "5", name: "Olivia Brown", handle: "@oliviaofficiel", testimonial: "Destiny pieces are versatile enough for the office but stylish enough for weekend adventures. Absolutely love this collection.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg?_wi=2", imageAlt: "Olivia Brown" + id: "5", name: "Olivia Brown", handle: "@oliviaofficiel", testimonial: "Destiny pieces are versatile enough for the office but stylish enough for weekend adventures. Absolutely love this collection.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", imageAlt: "Olivia Brown" }, { - id: "6", name: "Daniel Kim", handle: "@danielstyle", testimonial: "The customer service is amazing, and the products are even better. Destiny has earned my loyalty for life.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg?_wi=2", imageAlt: "Daniel Kim" + id: "6", name: "Daniel Kim", handle: "@danielstyle", testimonial: "The customer service is amazing, and the products are even better. Destiny has earned my loyalty for life.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg", imageAlt: "Daniel Kim" } ]} animationType="slide-up" @@ -207,4 +206,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file