7 Commits

Author SHA1 Message Date
d888c437cb Update src/app/page.tsx 2026-03-02 23:13:31 +00:00
4f44b220be Merge version_1 into main
Merge version_1 into main
2026-03-02 23:11:01 +00:00
d2f4e0ded4 Update src/app/page.tsx 2026-03-02 23:10:57 +00:00
dab3cc7082 Merge version_1 into main
Merge version_1 into main
2026-03-02 23:10:06 +00:00
57a03d1af6 Update src/app/page.tsx 2026-03-02 23:10:02 +00:00
410702ccf0 Merge version_1 into main
Merge version_1 into main
2026-03-02 23:08:50 +00:00
6730bdf4f1 Update src/app/page.tsx 2026-03-02 23:08:45 +00:00

View File

@@ -44,12 +44,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogo <HeroLogo
logoText="Coordinate" logoText="Coordinate"
description="Premium family apparel designed for parents and kids who prioritize both style and quality. Matching collections that let you coordinate confidently." description="Create coordinated family moments that matter. Premium apparel designed for parents and kids who value style and quality, with matching collections that let your family express themselves together."
buttons={[ buttons={[
{ text: "Explore Collections", href: "products" }, { text: "Explore Collections", href: "products" },
{ text: "Learn Our Story", href: "about" } { text: "Discover Our Story", href: "about" }
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/mother-with-her-children-backyard_1303-22039.jpg" imageSrc="http://img.b2bpic.net/free-photo/mother-with-her-children-backyard_1303-22039.jpg?_wi=1"
imageAlt="Family in coordinated apparel" imageAlt="Family in coordinated apparel"
showDimOverlay={true} showDimOverlay={true}
/> />
@@ -64,10 +64,11 @@ export default function LandingPage() {
{ value: "5000+", title: "Happy Family Sets Sold" }, { value: "5000+", title: "Happy Family Sets Sold" },
{ value: "100%", title: "Premium Quality Assured" } { value: "100%", title: "Premium Quality Assured" }
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/mother-with-her-children-backyard_1303-22039.jpg" imageSrc="http://img.b2bpic.net/free-photo/mother-with-her-children-backyard_1303-22039.jpg?_wi=2"
imageAlt="Family coordination showcase" imageAlt="Family coordination showcase"
useInvertedBackground={false} useInvertedBackground={false}
mediaAnimation="slide-up" mediaAnimation="slide-up"
metricsAnimation="slide-up"
/> />
</div> </div>
@@ -208,7 +209,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/mother-with-her-children-backyard_1303-22039.jpg" imageSrc="http://img.b2bpic.net/free-photo/mother-with-her-children-backyard_1303-22039.jpg?_wi=3"
imageAlt="Family in coordinated Coordinate apparel" imageAlt="Family in coordinated Coordinate apparel"
logoText="Coordinate" logoText="Coordinate"
copyrightText="© 2024 Coordinate | Premium Family Apparel" copyrightText="© 2024 Coordinate | Premium Family Apparel"