Update src/app/page.tsx

This commit is contained in:
2026-03-10 15:55:13 +00:00
parent 81612285bd
commit ce013a48b8

View File

@@ -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"
]}