From ce013a48b8f0422fa86a8a13e94bfdd6b58726af Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:55:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 35627b8..0fc430b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,7 +103,7 @@ export default function LandingPage() { description="We believe that exceptional shoes begin with exceptional craftsmanship. Every pair is meticulously designed and manufactured to meet the highest standards of quality and comfort." tag="Our Story" tagIcon={Heart} - tagAnimation="fade" + tagAnimation="slide-up" bulletPoints={[ { title: "Premium Materials", description: "Sourced from the finest suppliers worldwide for unmatched quality and durability", icon: Zap @@ -256,6 +256,9 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} + names={[ + "Nike", "Adidas", "Puma", "New Balance", "Reebok", "Saucony", "ASICS", "Vans" + ]} logos={[ "http://img.b2bpic.net/free-photo/close-up-athlete-tying-her-shoes_23-2148267176.jpg", "http://img.b2bpic.net/free-vector/collection-vintage-badges_23-2147508114.jpg", "http://img.b2bpic.net/free-vector/cougar-branding-logo-template_23-2149209168.jpg", "http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-collection_23-2148878068.jpg", "http://img.b2bpic.net/free-vector/perspective-logo-bright-color_1043-217.jpg", "http://img.b2bpic.net/free-photo/african-american-athlete-exercising_23-2149063646.jpg", "http://img.b2bpic.net/free-vector/basket-ball-logo_1057-7144.jpg", "http://img.b2bpic.net/free-vector/vintage-design-with-lettering-composition-dark-background_1284-53339.jpg" ]}