Update src/app/page.tsx

This commit is contained in:
2026-03-15 16:33:01 +00:00
parent 551ec71b1d
commit de514ee45c

View File

@@ -86,7 +86,7 @@ export default function LandingPage() {
features={[
{
id: "essentials", title: "Essentials", description: "Timeless basics that form the foundation of any wardrobe. Quality fabrics, perfect fit, everyday staples.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/different-zero-waste-products-with-copy-space_23-2148491097.jpg?_wi=1", imageAlt: "Folded quality casual apparel"},
imageSrc: "http://img.b2bpic.net/free-photo/different-zero-waste-products-with-copy-space_23-2148491097.jpg", imageAlt: "Folded quality casual apparel"},
items: [
{ icon: Check, text: "Premium fabrics" },
{ icon: Check, text: "Perfect fit" },
@@ -96,7 +96,7 @@ export default function LandingPage() {
},
{
id: "layers", title: "Layers & Outerwear", description: "Versatile pieces designed to transition across seasons. Layer with confidence using our carefully curated outerwear.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-front-building-with-bag-looking-camera_23-2148148108.jpg?_wi=1", imageAlt: "Modern casual denim jacket"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-front-building-with-bag-looking-camera_23-2148148108.jpg", imageAlt: "Modern casual denim jacket"},
items: [
{ icon: Check, text: "Versatile styling" },
{ icon: Check, text: "Season-ready" },
@@ -106,7 +106,7 @@ export default function LandingPage() {
},
{
id: "statement", title: "Statement Pieces", description: "Stand out with intentional design. Pieces that make an impression while maintaining wearability and comfort.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-attractive-stylish-blonde-woman-city-street-summer-fashion-style-dress-wearing-sunglasses_285396-8475.jpg?_wi=1", imageAlt: "Premium dress elegant casual wear"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-attractive-stylish-blonde-woman-city-street-summer-fashion-style-dress-wearing-sunglasses_285396-8475.jpg", imageAlt: "Premium dress elegant casual wear"},
items: [
{ icon: Check, text: "Distinctive design" },
{ icon: Check, text: "Comfortable wear" },
@@ -132,15 +132,15 @@ export default function LandingPage() {
products={[
{
id: "product-1", brand: "StyleNest", name: "Premium Cotton Essential Tee", price: "$48", rating: 5,
reviewCount: "324", imageSrc: "http://img.b2bpic.net/free-photo/different-zero-waste-products-with-copy-space_23-2148491097.jpg?_wi=2", imageAlt: "Premium cotton essential t-shirt", isFavorited: false,
reviewCount: "324", imageSrc: "http://img.b2bpic.net/free-photo/different-zero-waste-products-with-copy-space_23-2148491097.jpg", imageAlt: "Premium cotton essential t-shirt", isFavorited: false,
},
{
id: "product-2", brand: "StyleNest", name: "Versatile Denim Jacket", price: "$128", rating: 5,
reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-front-building-with-bag-looking-camera_23-2148148108.jpg?_wi=2", imageAlt: "Modern casual denim jacket", isFavorited: false,
reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-front-building-with-bag-looking-camera_23-2148148108.jpg", imageAlt: "Modern casual denim jacket", isFavorited: false,
},
{
id: "product-3", brand: "StyleNest", name: "Minimalist Everyday Dress", price: "$89", rating: 5,
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-attractive-stylish-blonde-woman-city-street-summer-fashion-style-dress-wearing-sunglasses_285396-8475.jpg?_wi=2", imageAlt: "Premium dress elegant casual wear", isFavorited: false,
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-attractive-stylish-blonde-woman-city-street-summer-fashion-style-dress-wearing-sunglasses_285396-8475.jpg", imageAlt: "Premium dress elegant casual wear", isFavorited: false,
},
]}
/>
@@ -235,12 +235,14 @@ export default function LandingPage() {
/>
</div>
<div id="contact" data-section="contact">
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Get In Touch"
ctaDescription="Have questions about our collections, sizing, or brand story? Our customer service team is here to help. Reach out via email, phone, or contact form."
ctaButton={{
text: "Contact Us", href: "#"}}
text: "Contact Us", href: "#"
}}
ctaIcon={Mail}
animationType="slide-up"
useInvertedBackground={false}
@@ -252,7 +254,8 @@ export default function LandingPage() {
{
id: "contact-social", title: "Social Media", content: "Connect with us on Instagram @stylenest or send us a message on our social channels for faster responses on general inquiries."},
{
id: "contact-partnership", title: "Brand Partnerships", content: "Interested in collaborating with StyleNest? Email partnerships@stylenest.com with details about your proposal."},
id: "contact-partnership", title: "Brand Partnerships", content: "Interested in collaborating with StyleNest? Email partnerships@stylenest.com with details about your proposal."
}
]}
/>
</div>