Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -48,23 +48,23 @@ export default function LandingPage() {
|
||||
tag="Sustainable Shopping"
|
||||
tagIcon={Leaf}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/positive-blonde-female-black-eyeglasses-chooses-fashionable-clothes-coat-rack_613910-7654.jpg?_wi=1"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/positive-blonde-female-black-eyeglasses-chooses-fashionable-clothes-coat-rack_613910-7654.jpg"
|
||||
imageAlt="Vintage clothing collection"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Maya Chen", handle: "Fashion Blogger, 17", testimonial: "Finally found vintage pieces that actually fit my style! Thrift & Vibe gets it.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoors_624325-737.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoors_624325-737.jpg"
|
||||
},
|
||||
{
|
||||
name: "Jordan Lee", handle: "College Student, 19", testimonial: "Best prices for authentic vintage. I'm obsessed with my finds!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-hispanic-boy-wearing-casual-clothes-smiling-cheerful-pointing-with-hand-finger-up-side_839833-23303.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-hispanic-boy-wearing-casual-clothes-smiling-cheerful-pointing-with-hand-finger-up-side_839833-23303.jpg"
|
||||
},
|
||||
{
|
||||
name: "Alex Morgan", handle: "Artist, 18", testimonial: "Love supporting sustainable fashion. This is my go-to shop.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoors_624325-737.jpg?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoors_624325-737.jpg"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -87,11 +87,11 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Vintage '90s", name: "Classic Denim Jacket", price: "$34.99", rating: 5,
|
||||
reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/cyclist-using-smartphone-steel-bridge_613910-14382.jpg?_wi=1", imageAlt: "Vintage denim jacket"
|
||||
reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/cyclist-using-smartphone-steel-bridge_613910-14382.jpg", imageAlt: "Vintage denim jacket"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Retro Threads", name: "Graphic Band Tee", price: "$18.99", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-font-named-boston-good-use-any-creative-labels_1284-36748.jpg?_wi=1", imageAlt: "Vintage graphic t-shirt"
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-font-named-boston-good-use-any-creative-labels_1284-36748.jpg", imageAlt: "Vintage graphic t-shirt"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Thrift Classic", name: "High-Waist Jeans", price: "$29.99", rating: 5,
|
||||
@@ -139,16 +139,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Eco-Friendly & Sustainable", author: "By Thrift & Vibe", description: "Every vintage piece you buy extends the lifecycle of clothing, reducing waste and carbon footprint. Shop guilt-free knowing you're making an environmental impact.", tags: ["Sustainability", "Eco-Conscious"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-blonde-female-black-eyeglasses-chooses-fashionable-clothes-coat-rack_613910-7654.jpg?_wi=2"
|
||||
id: "1", title: "Eco-Friendly & Sustainable", author: "By Thrift & Vibe", description: "Every vintage piece you buy extends the lifecycle of clothing, reducing waste and carbon footprint. Shop guilt-free knowing you're making an environmental impact.", tags: ["Sustainability", "Eco-Conscious"], imageSrc: "http://img.b2bpic.net/free-photo/positive-blonde-female-black-eyeglasses-chooses-fashionable-clothes-coat-rack_613910-7654.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Unique Pieces, No Clones", author: "By Thrift & Vibe", description: "Say goodbye to seeing your outfit on five other people. Vintage pieces are one-of-a-kind, letting your personality shine through your style.", tags: ["Individuality", "Style"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyclist-using-smartphone-steel-bridge_613910-14382.jpg?_wi=2"
|
||||
id: "2", title: "Unique Pieces, No Clones", author: "By Thrift & Vibe", description: "Say goodbye to seeing your outfit on five other people. Vintage pieces are one-of-a-kind, letting your personality shine through your style.", tags: ["Individuality", "Style"], imageSrc: "http://img.b2bpic.net/free-photo/cyclist-using-smartphone-steel-bridge_613910-14382.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Affordable Fashion", author: "By Thrift & Vibe", description: "Quality vintage pieces at fraction of retail prices. Build your wardrobe on a budget without sacrificing style or authenticity.", tags: ["Budget-Friendly", "Value"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-font-named-boston-good-use-any-creative-labels_1284-36748.jpg?_wi=2"
|
||||
id: "3", title: "Affordable Fashion", author: "By Thrift & Vibe", description: "Quality vintage pieces at fraction of retail prices. Build your wardrobe on a budget without sacrificing style or authenticity.", tags: ["Budget-Friendly", "Value"], imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-font-named-boston-good-use-any-creative-labels_1284-36748.jpg"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -168,28 +165,22 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sofia Rodriguez", role: "High School Student", company: "New York", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoors_624325-737.jpg?_wi=3"
|
||||
id: "1", name: "Sofia Rodriguez", role: "High School Student", company: "New York", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoors_624325-737.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Jordan Kim", role: "College Freshman", company: "Los Angeles", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-hispanic-boy-wearing-casual-clothes-smiling-cheerful-pointing-with-hand-finger-up-side_839833-23303.jpg?_wi=2"
|
||||
id: "2", name: "Jordan Kim", role: "College Freshman", company: "Los Angeles", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/teenager-hispanic-boy-wearing-casual-clothes-smiling-cheerful-pointing-with-hand-finger-up-side_839833-23303.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Alex Thompson", role: "Artist & Designer", company: "Portland", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoors_624325-737.jpg?_wi=4"
|
||||
id: "3", name: "Alex Thompson", role: "Artist & Designer", company: "Portland", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoors_624325-737.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Casey Johnson", role: "TikTok Creator", company: "Austin", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-teenager-s-face-with-big-smile_23-2147562537.jpg"
|
||||
id: "4", name: "Casey Johnson", role: "TikTok Creator", company: "Austin", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-teenager-s-face-with-big-smile_23-2147562537.jpg"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Morgan Lee", role: "Fashion Enthusiast", company: "Seattle", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoors_624325-737.jpg?_wi=5"
|
||||
id: "5", name: "Morgan Lee", role: "Fashion Enthusiast", company: "Seattle", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoors_624325-737.jpg"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Riley Chen", role: "Sustainable Living Advocate", company: "San Francisco", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-hispanic-boy-wearing-casual-clothes-smiling-cheerful-pointing-with-hand-finger-up-side_839833-23303.jpg?_wi=3"
|
||||
id: "6", name: "Riley Chen", role: "Sustainable Living Advocate", company: "San Francisco", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/teenager-hispanic-boy-wearing-casual-clothes-smiling-cheerful-pointing-with-hand-finger-up-side_839833-23303.jpg"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -241,7 +232,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
text="Ready to start your vintage journey? Get in touch with our team. We're here to help you find that perfect piece."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Email Us", href: "mailto:hello@thriftandvibe.com" },
|
||||
|
||||
Reference in New Issue
Block a user