Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -44,13 +44,13 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="Family Threads"
|
||||
description="Style That Grows With Your Family. Premium coordinated apparel designed for parents and kids who refuse to compromise. Match, mix, and make memories in pieces built to last."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Shop Family Collections", href: "#featured" },
|
||||
{ text: "Explore Our Story", href: "#about" }
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mother-with-her-children-backyard_1303-22039.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mother-with-her-children-backyard_1303-22039.jpg"
|
||||
imageAlt="Family in coordinated premium apparel"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="card"
|
||||
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
title: "Family Bonding", description: "Coordinated styles that strengthen visual family identity and create shareable, memorable moments together."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mother-with-her-children-backyard_1303-22039.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mother-with-her-children-backyard_1303-22039.jpg"
|
||||
imageAlt="Coordinated family apparel collection"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -96,7 +96,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Family Threads", name: "Heirloom Linen Set - Family", price: "$240.00", rating: 5,
|
||||
reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-her-children-backyard_1303-22039.jpg?_wi=3", imageAlt: "Coordinated family linen set"
|
||||
reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-her-children-backyard_1303-22039.jpg", imageAlt: "Coordinated family linen set"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Family Threads", name: "Modern Boys Collection - Premium", price: "$185.00", rating: 5,
|
||||
@@ -201,7 +201,7 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Mitchell"
|
||||
id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/woman-isolation_1098-12724.jpg", imageAlt: "Emma Rodriguez"
|
||||
@@ -210,7 +210,7 @@ export default function LandingPage() {
|
||||
id: "3", name: "James Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-blinking-eye_1298-120.jpg", imageAlt: "James Chen"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Alexandra Thompson", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Alexandra Thompson"
|
||||
id: "4", name: "Alexandra Thompson", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Alexandra Thompson"
|
||||
}
|
||||
]}
|
||||
cardTitle="Trusted by over 8,000+ families who refuse to compromise on quality and style"
|
||||
|
||||
Reference in New Issue
Block a user