Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c0f0c12bf2 |
312
src/app/page.tsx
312
src/app/page.tsx
@@ -33,33 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "#blog",
|
||||
},
|
||||
name: "Blog", id: "#blog"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="U.S. Polo Assn."
|
||||
/>
|
||||
@@ -71,39 +57,23 @@ export default function LandingPage() {
|
||||
description="Experience the authentic spirit of polo with our timeless apparel, embodying tradition, sport, and style."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop New Arrivals",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop New Arrivals", href: "#products"},
|
||||
{
|
||||
text: "Explore Our Heritage",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Explore Our Heritage", href: "#about"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-millennial-woman-with-wavy-red-hair-posing-against-blue-wall_273609-31918.jpg",
|
||||
imageAlt: "Polo player in action",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-millennial-woman-with-wavy-red-hair-posing-against-blue-wall_273609-31918.jpg", imageAlt: "Polo player in action"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/intercultural-friends-hugging-walking-together_23-2148300956.jpg",
|
||||
imageAlt: "Stylish group in polo apparel",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/intercultural-friends-hugging-walking-together_23-2148300956.jpg", imageAlt: "Stylish group in polo apparel"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concept-sport-fitness-lifestyle-portrait-amazed-excited-middleaged-male-athlete-pointi_1258-130664.jpg",
|
||||
imageAlt: "Close-up of polo shirt fabric",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concept-sport-fitness-lifestyle-portrait-amazed-excited-middleaged-male-athlete-pointi_1258-130664.jpg", imageAlt: "Close-up of polo shirt fabric"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-man-repairing-bicycle-road_23-2147874058.jpg",
|
||||
imageAlt: "Polo accessories",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-man-repairing-bicycle-road_23-2147874058.jpg", imageAlt: "Polo accessories"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rider-trains-with-horse_1157-27941.jpg",
|
||||
imageAlt: "Polo event spectators",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rider-trains-with-horse_1157-27941.jpg", imageAlt: "Polo event spectators"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-attractive-girls-posing-pink-background-colorful-winter-down-jacket-bright-red-yellow-color_285396-7182.jpg",
|
||||
imageAlt: "Winter polo collection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-attractive-girls-posing-pink-background-colorful-winter-down-jacket-bright-red-yellow-color_285396-7182.jpg", imageAlt: "Winter polo collection"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -132,47 +102,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p-1",
|
||||
name: "Classic Fit Polo Shirt",
|
||||
price: "$59.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-autumn-clothes_23-2149071331.jpg",
|
||||
imageAlt: "Classic Fit Polo Shirt",
|
||||
},
|
||||
id: "p-1", name: "Classic Fit Polo Shirt", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-autumn-clothes_23-2149071331.jpg", imageAlt: "Classic Fit Polo Shirt"},
|
||||
{
|
||||
id: "p-2",
|
||||
name: "Women's Polo Dress",
|
||||
price: "$79.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-playing-golf-golf-course_1157-23210.jpg",
|
||||
imageAlt: "Women's Polo Dress",
|
||||
},
|
||||
id: "p-2", name: "Women's Polo Dress", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-playing-golf-golf-course_1157-23210.jpg", imageAlt: "Women's Polo Dress"},
|
||||
{
|
||||
id: "p-3",
|
||||
name: "Kids' Striped Polo",
|
||||
price: "$34.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-boy-with-roller-blades_23-2148268052.jpg",
|
||||
imageAlt: "Kids' Striped Polo",
|
||||
},
|
||||
id: "p-3", name: "Kids' Striped Polo", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-boy-with-roller-blades_23-2148268052.jpg", imageAlt: "Kids' Striped Polo"},
|
||||
{
|
||||
id: "p-4",
|
||||
name: "Equestrian Leather Boots",
|
||||
price: "$189.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/country-lifestyle-with-leather-saddle_23-2148873751.jpg",
|
||||
imageAlt: "Equestrian Leather Boots",
|
||||
},
|
||||
id: "p-4", name: "Equestrian Leather Boots", price: "$189.00", imageSrc: "http://img.b2bpic.net/free-photo/country-lifestyle-with-leather-saddle_23-2148873751.jpg", imageAlt: "Equestrian Leather Boots"},
|
||||
{
|
||||
id: "p-5",
|
||||
name: "Heritage Chronograph Watch",
|
||||
price: "$129.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-modern-cool-black-digital-watch-with-brown-leather-strap_181624-3545.jpg",
|
||||
imageAlt: "Heritage Chronograph Watch",
|
||||
},
|
||||
id: "p-5", name: "Heritage Chronograph Watch", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-modern-cool-black-digital-watch-with-brown-leather-strap_181624-3545.jpg", imageAlt: "Heritage Chronograph Watch"},
|
||||
{
|
||||
id: "p-6",
|
||||
name: "Women's Leather Tote Bag",
|
||||
price: "$99.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-with-long-locs-hairstyles-sitting-stairs-with-book-woman-wearing-brown-coat-orange-scarf-black-hat_1157-50853.jpg",
|
||||
imageAlt: "Women's Leather Tote Bag",
|
||||
},
|
||||
id: "p-6", name: "Women's Leather Tote Bag", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-with-long-locs-hairstyles-sitting-stairs-with-book-woman-wearing-brown-coat-orange-scarf-black-hat_1157-50853.jpg", imageAlt: "Women's Leather Tote Bag"},
|
||||
]}
|
||||
title="Signature Collections"
|
||||
description="Discover our latest arrivals and timeless classics, crafted with quality and comfort in mind for every lifestyle."
|
||||
@@ -187,41 +127,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Superior Craftsmanship",
|
||||
author: "Quality Assurance",
|
||||
description: "Each garment is meticulously crafted with attention to detail and premium materials for lasting comfort and style.",
|
||||
tags: [
|
||||
"Quality",
|
||||
"Durability",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-garage-sale_23-2150574511.jpg",
|
||||
imageAlt: "Close-up of fabric stitching",
|
||||
},
|
||||
id: "f1", title: "Superior Craftsmanship", author: "Quality Assurance", description: "Each garment is meticulously crafted with attention to detail and premium materials for lasting comfort and style.", tags: [
|
||||
"Quality", "Durability"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-garage-sale_23-2150574511.jpg", imageAlt: "Close-up of fabric stitching"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Authentic Heritage",
|
||||
author: "Brand History",
|
||||
description: "Rooted in the prestigious sport of polo, our designs reflect a rich history of athleticism and sophisticated elegance.",
|
||||
tags: [
|
||||
"Tradition",
|
||||
"Sport",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-background-with-frame_23-2147832085.jpg",
|
||||
imageAlt: "Vintage polo trophy",
|
||||
},
|
||||
id: "f2", title: "Authentic Heritage", author: "Brand History", description: "Rooted in the prestigious sport of polo, our designs reflect a rich history of athleticism and sophisticated elegance.", tags: [
|
||||
"Tradition", "Sport"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-background-with-frame_23-2147832085.jpg", imageAlt: "Vintage polo trophy"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Sustainable Practices",
|
||||
author: "Future Forward",
|
||||
description: "We are dedicated to incorporating eco-friendly materials and responsible manufacturing processes to protect our planet.",
|
||||
tags: [
|
||||
"Eco-friendly",
|
||||
"Ethical",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-sustainability-concept-arrangement_23-2148996994.jpg",
|
||||
imageAlt: "Organic cotton field",
|
||||
},
|
||||
id: "f3", title: "Sustainable Practices", author: "Future Forward", description: "We are dedicated to incorporating eco-friendly materials and responsible manufacturing processes to protect our planet.", tags: [
|
||||
"Eco-friendly", "Ethical"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-sustainability-concept-arrangement_23-2148996994.jpg", imageAlt: "Organic cotton field"},
|
||||
]}
|
||||
title="Crafted for Excellence"
|
||||
description="Our commitment to quality, tradition, and innovation ensures that every U.S. Polo Assn. product stands the test of time."
|
||||
@@ -234,14 +150,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Luxury Magazine",
|
||||
"Equestrian Weekly",
|
||||
"Fashion Insider",
|
||||
"Sport Style Daily",
|
||||
"The Lifestyle Edit",
|
||||
"Premium Retailers",
|
||||
"Global Polo Tour",
|
||||
]}
|
||||
"Luxury Magazine", "Equestrian Weekly", "Fashion Insider", "Sport Style Daily", "The Lifestyle Edit", "Premium Retailers", "Global Polo Tour"]}
|
||||
title="As Seen In & Partners"
|
||||
description="Proudly featured in leading publications and partnered with prestigious organizations that share our values."
|
||||
tag="Our Presence"
|
||||
@@ -256,65 +165,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "James R.",
|
||||
date: "May 2024",
|
||||
title: "Unmatched Quality and Comfort!",
|
||||
quote: "I've been wearing U.S. Polo Assn. shirts for years, and the quality never disappoints. They're incredibly comfortable and hold up perfectly after countless washes.",
|
||||
tag: "Apparel",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10533.jpg",
|
||||
avatarAlt: "James R. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-trousers-fashion-male-posing-street-background-europe-city-sunset-sunglasses_158538-22384.jpg",
|
||||
imageAlt: "Man wearing polo shirt",
|
||||
},
|
||||
id: "t1", name: "James R.", date: "May 2024", title: "Unmatched Quality and Comfort!", quote: "I've been wearing U.S. Polo Assn. shirts for years, and the quality never disappoints. They're incredibly comfortable and hold up perfectly after countless washes.", tag: "Apparel", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10533.jpg", avatarAlt: "James R. avatar", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-trousers-fashion-male-posing-street-background-europe-city-sunset-sunglasses_158538-22384.jpg", imageAlt: "Man wearing polo shirt"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sophia L.",
|
||||
date: "April 2024",
|
||||
title: "Elegant Style for Any Occasion",
|
||||
quote: "The polo dresses are a staple in my wardrobe. They're effortlessly stylish and versatile enough for both casual outings and more formal events. Simply love them!",
|
||||
tag: "Fashion",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/fashion-elegant-woman-wearing-black-jacket-brown-hat-skirt-with-handbag-clutch-walking-european-city-center_613910-6770.jpg",
|
||||
avatarAlt: "Sophia L. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-phone-street_1301-1442.jpg",
|
||||
imageAlt: "Woman wearing polo dress",
|
||||
},
|
||||
id: "t2", name: "Sophia L.", date: "April 2024", title: "Elegant Style for Any Occasion", quote: "The polo dresses are a staple in my wardrobe. They're effortlessly stylish and versatile enough for both casual outings and more formal events. Simply love them!", tag: "Fashion", avatarSrc: "http://img.b2bpic.net/free-photo/fashion-elegant-woman-wearing-black-jacket-brown-hat-skirt-with-handbag-clutch-walking-european-city-center_613910-6770.jpg", avatarAlt: "Sophia L. avatar", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-phone-street_1301-1442.jpg", imageAlt: "Woman wearing polo dress"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Robert M.",
|
||||
date: "March 2024",
|
||||
title: "A Brand You Can Trust",
|
||||
quote: "The craftsmanship in their leather goods is exceptional. My U.S. Polo Assn. watch is not just a timepiece; it's a statement of classic style and reliability.",
|
||||
tag: "Accessories",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-handsome-smiling-businessman-showing-thumbs-up-with-funny-faces-drawings-focus-hands-white-modern-office-interior_176420-6491.jpg",
|
||||
avatarAlt: "Robert M. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-men-wearing-varsity-jacket-outdoors_52683-90216.jpg",
|
||||
imageAlt: "Senior man in polo shirt",
|
||||
},
|
||||
id: "t3", name: "Robert M.", date: "March 2024", title: "A Brand You Can Trust", quote: "The craftsmanship in their leather goods is exceptional. My U.S. Polo Assn. watch is not just a timepiece; it's a statement of classic style and reliability.", tag: "Accessories", avatarSrc: "http://img.b2bpic.net/free-photo/young-handsome-smiling-businessman-showing-thumbs-up-with-funny-faces-drawings-focus-hands-white-modern-office-interior_176420-6491.jpg", avatarAlt: "Robert M. avatar", imageSrc: "http://img.b2bpic.net/free-photo/old-men-wearing-varsity-jacket-outdoors_52683-90216.jpg", imageAlt: "Senior man in polo shirt"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Emily C.",
|
||||
date: "February 2024",
|
||||
title: "Modern Comfort with a Touch of Class",
|
||||
quote: "Their latest collection perfectly blends modern trends with the timeless polo aesthetic. I always feel chic and comfortable, whether I'm at work or out with friends.",
|
||||
tag: "Lifestyle",
|
||||
avatarSrc: "http://img.b2bpic.net/free-vector/minimalist-duotone-best-beauty-salon-customer-review-instagram-story_742173-5029.jpg",
|
||||
avatarAlt: "Emily C. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-african-woman-posing_23-2148353604.jpg",
|
||||
imageAlt: "Woman in polo fashion",
|
||||
},
|
||||
id: "t4", name: "Emily C.", date: "February 2024", title: "Modern Comfort with a Touch of Class", quote: "Their latest collection perfectly blends modern trends with the timeless polo aesthetic. I always feel chic and comfortable, whether I'm at work or out with friends.", tag: "Lifestyle", avatarSrc: "http://img.b2bpic.net/free-vector/minimalist-duotone-best-beauty-salon-customer-review-instagram-story_742173-5029.jpg", avatarAlt: "Emily C. avatar", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-african-woman-posing_23-2148353604.jpg", imageAlt: "Woman in polo fashion"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Michael S.",
|
||||
date: "January 2024",
|
||||
title: "Authentic Spirit of Polo",
|
||||
quote: "As a polo enthusiast, I appreciate how U.S. Polo Assn. captures the true essence of the sport in their apparel. It's more than just clothes; it's a lifestyle.",
|
||||
tag: "Sport",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/pleased-young-casual-woman-showing-thumbs-up-isolated-purple-space_141793-92371.jpg",
|
||||
avatarAlt: "Michael S. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scene-with-man-golf-course_23-2150551311.jpg",
|
||||
imageAlt: "Man playing polo",
|
||||
},
|
||||
id: "t5", name: "Michael S.", date: "January 2024", title: "Authentic Spirit of Polo", quote: "As a polo enthusiast, I appreciate how U.S. Polo Assn. captures the true essence of the sport in their apparel. It's more than just clothes; it's a lifestyle.", tag: "Sport", avatarSrc: "http://img.b2bpic.net/free-photo/pleased-young-casual-woman-showing-thumbs-up-isolated-purple-space_141793-92371.jpg", avatarAlt: "Michael S. avatar", imageSrc: "http://img.b2bpic.net/free-photo/scene-with-man-golf-course_23-2150551311.jpg", imageAlt: "Man playing polo"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from those who cherish the U.S. Polo Assn. experience and embrace our style."
|
||||
@@ -332,38 +191,11 @@ export default function LandingPage() {
|
||||
tag="Our Blog"
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Fashion",
|
||||
title: "Autumn Essentials: Elevate Your Wardrobe with Polo Classics",
|
||||
excerpt: "Discover how to seamlessly integrate U.S. Polo Assn. staples into your fall fashion, blending comfort with sophisticated style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-couple-posing-studio_23-2148632244.jpg",
|
||||
imageAlt: "Autumn fashion with polo shirts",
|
||||
authorName: "Isabella Clark",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/job-position-beside-employee-portrait_23-2150037694.jpg",
|
||||
date: "Oct 26, 2023",
|
||||
},
|
||||
id: "b1", category: "Fashion", title: "Autumn Essentials: Elevate Your Wardrobe with Polo Classics", excerpt: "Discover how to seamlessly integrate U.S. Polo Assn. staples into your fall fashion, blending comfort with sophisticated style.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-couple-posing-studio_23-2148632244.jpg", imageAlt: "Autumn fashion with polo shirts", authorName: "Isabella Clark", authorAvatar: "http://img.b2bpic.net/free-photo/job-position-beside-employee-portrait_23-2150037694.jpg", date: "Oct 26, 2023"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Lifestyle",
|
||||
title: "Beyond the Field: Embracing the Polo Lifestyle Off-Duty",
|
||||
excerpt: "The polo lifestyle extends beyond the game. Learn how to embody elegance and adventure in your daily life.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-friends-taking-selfie_23-2149412439.jpg",
|
||||
imageAlt: "Polo event lifestyle",
|
||||
authorName: "Marcus Stone",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-smiling-blogger-influencer-making-makeup_1268-21923.jpg",
|
||||
date: "Sep 15, 2023",
|
||||
},
|
||||
id: "b2", category: "Lifestyle", title: "Beyond the Field: Embracing the Polo Lifestyle Off-Duty", excerpt: "The polo lifestyle extends beyond the game. Learn how to embody elegance and adventure in your daily life.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-friends-taking-selfie_23-2149412439.jpg", imageAlt: "Polo event lifestyle", authorName: "Marcus Stone", authorAvatar: "http://img.b2bpic.net/free-photo/young-smiling-blogger-influencer-making-makeup_1268-21923.jpg", date: "Sep 15, 2023"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Sustainability",
|
||||
title: "Our Commitment to a Greener Future: Sustainable Fashion Initiatives",
|
||||
excerpt: "Explore the steps U.S. Polo Assn. is taking towards a more sustainable and environmentally conscious production of our apparel.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-sheep-farm_23-2151468577.jpg",
|
||||
imageAlt: "Sustainable fashion production",
|
||||
authorName: "Elena Ramirez",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/dreamy-middle-aged-man-standing-city-park_1262-20157.jpg",
|
||||
date: "Aug 01, 2023",
|
||||
},
|
||||
id: "b3", category: "Sustainability", title: "Our Commitment to a Greener Future: Sustainable Fashion Initiatives", excerpt: "Explore the steps U.S. Polo Assn. is taking towards a more sustainable and environmentally conscious production of our apparel.", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-sheep-farm_23-2151468577.jpg", imageAlt: "Sustainable fashion production", authorName: "Elena Ramirez", authorAvatar: "http://img.b2bpic.net/free-photo/dreamy-middle-aged-man-standing-city-park_1262-20157.jpg", date: "Aug 01, 2023"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -372,8 +204,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Stay Connected with U.S. Polo Assn."
|
||||
description="Sign up for our newsletter to receive exclusive updates, new collection alerts, and special offers directly to your inbox."
|
||||
@@ -391,77 +222,50 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Heritage",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Heritage", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Store Locator",
|
||||
href: "#",
|
||||
},
|
||||
label: "Store Locator", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Men's Collection",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Men's Collection", href: "#products"},
|
||||
{
|
||||
label: "Women's Collection",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Women's Collection", href: "#products"},
|
||||
{
|
||||
label: "Kids' Apparel",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Kids' Apparel", href: "#products"},
|
||||
{
|
||||
label: "Accessories",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Accessories", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Customer Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Customer Service", href: "#"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQ", href: "#"},
|
||||
{
|
||||
label: "Returns & Exchanges",
|
||||
href: "#",
|
||||
},
|
||||
label: "Returns & Exchanges", href: "#"},
|
||||
{
|
||||
label: "104 New Bond St, London W1S 1SU, UK", href: "https://maps.app.goo.gl/L3vEbMfNy1iKx8BNA"
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms & Conditions",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms & Conditions", href: "#"},
|
||||
{
|
||||
label: "Cookie Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cookie Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user