Update src/app/page.tsx
This commit is contained in:
@@ -46,17 +46,17 @@ export default function LandingPage() {
|
||||
tag="New Collection"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885690.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885690.jpg?_wi=1"
|
||||
imageAlt="Hero showcase of minimalist clothing collection"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Emma Rodriguez", handle: "Fashion Enthusiast", testimonial: "The quality is incredible for the price. Every piece fits perfectly and feels premium.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-caucasian-unshaved-man-eyeglasses-looking-camera-with-sincere-smile-isolated-gray_171337-630.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-caucasian-unshaved-man-eyeglasses-looking-camera-with-sincere-smile-isolated-gray_171337-630.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Alex Chen", handle: "Sustainable Fashion Advocate", testimonial: "Finally, a brand that cares about the environment AND style. I'm obsessed.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -139,10 +139,10 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell, Creative Director", date: "Date: 15 January 2025", title: "The perfect wardrobe staple for my lifestyle", quote: "I've been wearing pieces from COLLECTIVE for over a year now. The quality has held up beautifully, and the minimalist aesthetic just works with everything in my closet. It's like investing in confidence.", tag: "Premium Member", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-caucasian-unshaved-man-eyeglasses-looking-camera-with-sincere-smile-isolated-gray_171337-630.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-caucasian-unshaved-man-eyeglasses-looking-camera-with-sincere-smile-isolated-gray_171337-630.jpg"
|
||||
id: "1", name: "Sarah Mitchell, Creative Director", date: "Date: 15 January 2025", title: "The perfect wardrobe staple for my lifestyle", quote: "I've been wearing pieces from COLLECTIVE for over a year now. The quality has held up beautifully, and the minimalist aesthetic just works with everything in my closet. It's like investing in confidence.", tag: "Premium Member", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-caucasian-unshaved-man-eyeglasses-looking-camera-with-sincere-smile-isolated-gray_171337-630.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-caucasian-unshaved-man-eyeglasses-looking-camera-with-sincere-smile-isolated-gray_171337-630.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Rodriguez, Environmental Consultant", date: "Date: 10 January 2025", title: "Sustainability meets style perfectly", quote: "As someone passionate about the environment, finding a clothing brand that aligns with my values was crucial. COLLECTIVE delivers on both fronts. The craftsmanship is exceptional.", tag: "Eco-Conscious", avatarSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg"
|
||||
id: "2", name: "James Rodriguez, Environmental Consultant", date: "Date: 10 January 2025", title: "Sustainability meets style perfectly", quote: "As someone passionate about the environment, finding a clothing brand that aligns with my values was crucial. COLLECTIVE delivers on both fronts. The craftsmanship is exceptional.", tag: "Eco-Conscious", avatarSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Maya Patel, Fashion Blogger", date: "Date: 8 January 2025", title: "Building a capsule wardrobe has never been easier", quote: "These pieces are versatile and timeless. I've built my entire capsule wardrobe around COLLECTIVE basics. My followers keep asking where I get my clothes!", tag: "Style Influencer", avatarSrc: "http://img.b2bpic.net/free-photo/male-freelancer-using-computer-plan-financial-analysis-with-business-charts-statistics-working-online-network-economy-growth-office-employee-planning-growth-strategy-close-up_482257-40931.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-freelancer-using-computer-plan-financial-analysis-with-business-charts-statistics-working-online-network-economy-growth-office-employee-planning-growth-strategy-close-up_482257-40931.jpg"
|
||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885690.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/studio-with-props-fashion-shoting_23-2148885690.jpg?_wi=2"
|
||||
imageAlt="Join the COLLECTIVE community"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user