diff --git a/src/app/page.tsx b/src/app/page.tsx index 746c40d..0eb60a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -56,97 +48,54 @@ export default function LandingPage() { @@ -159,17 +108,11 @@ export default function LandingPage() { description="At Gentlemen Socks, we believe that the smallest details define the man. Our socks are engineered with premium materials to ensure a perfect fit that stays throughout your busy day." bulletPoints={[ { - title: "Premium Material", - description: "High-grade Egyptian cotton for softness and breathability.", - }, + title: "Premium Material", description: "High-grade Egyptian cotton for softness and breathability."}, { - title: "Reinforced Construction", - description: "Double-stitched heels and toes for long-term endurance.", - }, + title: "Reinforced Construction", description: "Double-stitched heels and toes for long-term endurance."}, { - title: "Timeless Aesthetics", - description: "Classic patterns designed to complement any professional wardrobe.", - }, + title: "Timeless Aesthetics", description: "Classic patterns designed to complement any professional wardrobe."}, ]} imageSrc="http://img.b2bpic.net/free-photo/top-view-fabric-texture_23-2148952734.jpg" mediaAnimation="blur-reveal" @@ -184,41 +127,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Classic Navy Stripe", - price: "$25", - imageSrc: "http://img.b2bpic.net/free-photo/business-men-answer-phones-office-door_1359-1396.jpg", - }, + id: "p1", name: "Classic Navy Stripe", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/business-men-answer-phones-office-door_1359-1396.jpg"}, { - id: "p2", - name: "Midnight Charcoal", - price: "$25", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-hat-sitting-chair_23-2148931676.jpg", - }, + id: "p2", name: "Midnight Charcoal", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-hat-sitting-chair_23-2148931676.jpg"}, { - id: "p3", - name: "Burgundy Heritage", - price: "$25", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-black-shirt-black-suit_158595-4810.jpg", - }, + id: "p3", name: "Burgundy Heritage", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-black-shirt-black-suit_158595-4810.jpg"}, { - id: "p4", - name: "Oxford Dot", - price: "$25", - imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man_158595-737.jpg", - }, + id: "p4", name: "Oxford Dot", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man_158595-737.jpg"}, { - id: "p5", - name: "Forest Geometric", - price: "$25", - imageSrc: "http://img.b2bpic.net/free-photo/grunge-style-argyle-pattern-background-with-stains-creases_1048-15599.jpg", - }, + id: "p5", name: "Forest Geometric", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/grunge-style-argyle-pattern-background-with-stains-creases_1048-15599.jpg"}, { - id: "p6", - name: "Royal Check", - price: "$25", - imageSrc: "http://img.b2bpic.net/free-vector/argyle-patterns-set_1015-203.jpg", - }, + id: "p6", name: "Royal Check", price: "$25", imageSrc: "http://img.b2bpic.net/free-vector/argyle-patterns-set_1015-203.jpg"}, ]} title="Our Signature Collection" description="Hand-selected patterns for every occasion." @@ -233,20 +152,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Moisture Control", - description: "Natural fibers that keep feet dry all day long.", - imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158811.jpg", - }, + title: "Moisture Control", description: "Natural fibers that keep feet dry all day long.", imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158811.jpg"}, { - title: "Perfect Fit", - description: "Non-slip cuffs ensure your socks stay exactly where they belong.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-arranging-sock_23-2149996133.jpg", - }, + title: "Perfect Fit", description: "Non-slip cuffs ensure your socks stay exactly where they belong.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-arranging-sock_23-2149996133.jpg"}, { - title: "Eco-Conscious", - description: "Sustainably sourced cotton and responsible manufacturing processes.", - imageSrc: "http://img.b2bpic.net/free-photo/view-raw-material-felt_23-2149447365.jpg", - }, + title: "Eco-Conscious", description: "Sustainably sourced cotton and responsible manufacturing processes.", imageSrc: "http://img.b2bpic.net/free-photo/view-raw-material-felt_23-2149447365.jpg"}, ]} title="Why Gentlemen Choose Us" description="Redefining comfort standards in men's hosiery." @@ -258,14 +168,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Gentleman's Quarterly", - "Style Daily", - "Fashion Insider", - "Business Standard", - "Modern Men", - "Tailored Weekly", - "Luxury Goods", - ]} + "Gentleman's Quarterly", "Style Daily", "Fashion Insider", "Business Standard", "Modern Men", "Tailored Weekly", "Luxury Goods"]} title="Featured in Global Publications" description="Trusted by men of style around the world." /> @@ -273,44 +176,20 @@ export default function LandingPage() {
@@ -366,42 +233,27 @@ export default function LandingPage() { logoText="Gentlemen Socks" columns={[ { - title: "Products", - items: [ + title: "Products", items: [ { - label: "Shop All", - href: "#products", - }, + label: "Shop All", href: "#products"}, { - label: "New Arrivals", - href: "#", - }, + label: "New Arrivals", href: "#"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "Our Story", - href: "#about", - }, + label: "Our Story", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}