Update src/app/women/page.tsx
This commit is contained in:
@@ -2,12 +2,23 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
|
||||
export default function WomenPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Men's", id: "/men" },
|
||||
{ name: "Women's", id: "/women" },
|
||||
{ name: "Accessories", id: "/accessories" },
|
||||
{ name: "Drops", id: "/seasonal-drops" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
];
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
@@ -22,251 +33,97 @@ export default function LandingPage() {
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "/shop",
|
||||
},
|
||||
{
|
||||
name: "Men's",
|
||||
id: "/men",
|
||||
},
|
||||
{
|
||||
name: "Women's",
|
||||
id: "/women",
|
||||
},
|
||||
{
|
||||
name: "Accessories",
|
||||
id: "/accessories",
|
||||
},
|
||||
{
|
||||
name: "Drops",
|
||||
id: "/seasonal-drops",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/flat-design-beach-club-logo-template_23-2149496426.jpg"
|
||||
logoAlt="Shark Wave logo"
|
||||
brandName="Shark Wave"
|
||||
bottomLeftText="Luxury Streetwear"
|
||||
bottomRightText="Premium Style, Affordable Price."
|
||||
button={{
|
||||
text: "Account",
|
||||
href: "/account",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={navItems}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/flat-design-beach-club-logo-template_23-2149496426.jpg"
|
||||
logoAlt="Shark Wave logo"
|
||||
brandName="Shark Wave"
|
||||
bottomLeftText="Luxury Streetwear"
|
||||
bottomRightText="Premium Style, Affordable Price."
|
||||
button={{
|
||||
text: "Account", href: "/account" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="women-collection" data-section="women-collection">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "w1",
|
||||
name: "Abyssal Knit Dress",
|
||||
price: "$150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-blonde-with-long-curly-hairstyle-natural-makeup-shooting-studio-fashion-magazine-wearing-black-party-dress-with-sparkles-high-heel-shoes-professional-model-gorgeous-lady_343629-245.jpg",
|
||||
imageAlt: "Women's luxury knit dress",
|
||||
},
|
||||
{
|
||||
id: "w2",
|
||||
name: "Wavebreaker Trench",
|
||||
price: "$220",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-brown-coat-spring-city_1157-33400.jpg",
|
||||
imageAlt: "Women's oversized trench coat",
|
||||
},
|
||||
{
|
||||
id: "w3",
|
||||
name: "Tidal Wide-Leg Pants",
|
||||
price: "$110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-young-fashionable-caucasian-brunette-woman-with-red-lipstick-wears-black-clothes-glasses-holds-glass-booze-indoors_197531-32093.jpg",
|
||||
imageAlt: "Women's high-waisted wide leg pants",
|
||||
},
|
||||
{
|
||||
id: "w4",
|
||||
name: "Ocean Flow Tee",
|
||||
price: "$65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-look-camera-city-with-laptop_197531-33728.jpg",
|
||||
imageAlt: "Oversized t-shirt",
|
||||
},
|
||||
{
|
||||
id: "w5",
|
||||
name: "Reef Denim Jacket",
|
||||
price: "$160",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-model-blue-coat-by-cafe_1303-20457.jpg",
|
||||
imageAlt: "Chic denim jacket",
|
||||
},
|
||||
{
|
||||
id: "w6",
|
||||
name: "Oceanic Slip Dress",
|
||||
price: "$110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-businessman-model-dressed-elegant-checkered-suit-posing-near-gray-wall-street-background-metrosexual-with-luxury-watch-wrist_158538-14230.jpg",
|
||||
imageAlt: "Elegant women's dress",
|
||||
},
|
||||
]}
|
||||
title="Women's Collection: Elegance & Edge"
|
||||
description="Explore our curated collection for women, blending sophisticated designs with the defiant spirit of streetwear. Fashion-forward pieces for every occasion."
|
||||
/>
|
||||
</div>
|
||||
<div id="women-collection" data-section="women-collection">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{id: "w1", name: "Abyssal Knit Dress", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/amazing-blonde-with-long-curly-hairstyle-natural-makeup-shooting-studio-fashion-magazine-wearing-black-party-dress-with-sparkles-high-heel-shoes-professional-model-gorgeous-lady_343629-245.jpg", imageAlt: "Women's luxury knit dress"},
|
||||
{id: "w2", name: "Wavebreaker Trench", price: "$220", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-brown-coat-spring-city_1157-33400.jpg", imageAlt: "Women's oversized trench coat"},
|
||||
{id: "w3", name: "Tidal Wide-Leg Pants", price: "$110", imageSrc: "http://img.b2bpic.net/free-photo/full-length-young-fashionable-caucasian-brunette-woman-with-red-lipstick-wears-black-clothes-glasses-holds-glass-booze-indoors_197531-32093.jpg", imageAlt: "Women's high-waisted wide leg pants"},
|
||||
{id: "w4", name: "Ocean Flow Tee", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-look-camera-city-with-laptop_197531-33728.jpg", imageAlt: "Oversized t-shirt"},
|
||||
{id: "w5", name: "Reef Denim Jacket", price: "$160", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-model-blue-coat-by-cafe_1303-20457.jpg", imageAlt: "Chic denim jacket"},
|
||||
{id: "w6", name: "Oceanic Slip Dress", price: "$110", imageSrc: "http://img.b2bpic.net/free-photo/fashion-businessman-model-dressed-elegant-checkered-suit-posing-near-gray-wall-street-background-metrosexual-with-luxury-watch-wrist_158538-14230.jpg", imageAlt: "Elegant women's dress"}
|
||||
]}
|
||||
title="Women's Collection: Elegance & Edge"
|
||||
description="Explore our curated collection for women, blending sophisticated designs with the defiant spirit of streetwear. Fashion-forward pieces for every occasion."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="women-style-features" data-section="women-style-features">
|
||||
<FeatureCardTwentyThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "wf1",
|
||||
title: "Flattering Silhouettes",
|
||||
tags: [
|
||||
"Elegant Fit",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-wearing-black-suit-hair-bun-makeup-smiling-posing-standing-near-gates-outdoor-hand-waist-looking-down-stylish-fashion_343629-84.jpg",
|
||||
imageAlt: "Female model in perfectly fitted dress",
|
||||
},
|
||||
{
|
||||
id: "wf2",
|
||||
title: "Luxurious Drapes",
|
||||
tags: [
|
||||
"Fluid Fabrics",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-model-sleeping-underwear_1303-19340.jpg",
|
||||
imageAlt: "Close up of luxury fabric texture",
|
||||
},
|
||||
{
|
||||
id: "wf3",
|
||||
title: "Versatile Styling",
|
||||
tags: [
|
||||
"Any Occasion",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/goodhumored-woman-standing-outside-shorthaired-girl-black-shirt-white-pants-wireless-headphones-holding-bottle-water-smiles-outdoors_291650-2692.jpg",
|
||||
imageAlt: "Women's oversized trench coat",
|
||||
},
|
||||
]}
|
||||
title="Designed for the Modern Woman"
|
||||
description="Our women's collection blends high fashion silhouettes with practical comfort, ensuring you look and feel exceptional, from day to night."
|
||||
/>
|
||||
</div>
|
||||
<div id="women-style-features" data-section="women-style-features">
|
||||
<FeatureCardTwentyThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{id: "wf1", title: "Flattering Silhouettes", tags: ["Elegant Fit"], imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-wearing-black-suit-hair-bun-makeup-smiling-posing-standing-near-gates-outdoor-hand-waist-looking-down-stylish-fashion_343629-84.jpg", imageAlt: "Female model in perfectly fitted dress"},
|
||||
{id: "wf2", title: "Luxurious Drapes", tags: ["Fluid Fabrics"], imageSrc: "http://img.b2bpic.net/free-photo/young-female-model-sleeping-underwear_1303-19340.jpg", imageAlt: "Close up of luxury fabric texture"},
|
||||
{id: "wf3", title: "Versatile Styling", tags: ["Any Occasion"], imageSrc: "http://img.b2bpic.net/free-photo/goodhumored-woman-standing-outside-shorthaired-girl-black-shirt-white-pants-wireless-headphones-holding-bottle-water-smiles-outdoors_291650-2692.jpg", imageAlt: "Women's oversized trench coat"}
|
||||
]}
|
||||
title="Designed for the Modern Woman"
|
||||
description="Our women's collection blends high fashion silhouettes with practical comfort, ensuring you look and feel exceptional, from day to night."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beach-background-with-clam-shells-remixed-from-artworks-by-augustus-addison-gould_53876-104879.jpg?_wi=4"
|
||||
imageAlt="Stylized ocean wave with subtle shark fin"
|
||||
videoAriaLabel="Footer video"
|
||||
logoText="Shark Wave"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "All Products",
|
||||
href: "/shop",
|
||||
},
|
||||
{
|
||||
label: "Men's Collection",
|
||||
href: "/men",
|
||||
},
|
||||
{
|
||||
label: "Women's Collection",
|
||||
href: "/women",
|
||||
},
|
||||
{
|
||||
label: "Accessories",
|
||||
href: "/accessories",
|
||||
},
|
||||
{
|
||||
label: "Seasonal Drops",
|
||||
href: "/seasonal-drops",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/seasonal-drops",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/contact#faq",
|
||||
},
|
||||
{
|
||||
label: "Shipping & Returns",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Order Tracking",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/sharkwave",
|
||||
},
|
||||
{
|
||||
label: "TikTok",
|
||||
href: "https://tiktok.com/@sharkwave",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/sharkwave",
|
||||
},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com/sharkwave",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Shark Wave. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
videoSrc=""
|
||||
videoAriaLabel="Footer video"
|
||||
logoText="Shark Wave"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop", items: [
|
||||
{label: "All Products", href: "/shop"},
|
||||
{label: "Men's Collection", href: "/men"},
|
||||
{label: "Women's Collection", href: "/women"},
|
||||
{label: "Accessories", href: "/accessories"},
|
||||
{label: "Seasonal Drops", href: "/seasonal-drops"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{label: "About Us", href: "/about"},
|
||||
{label: "Contact Us", href: "/contact"},
|
||||
{label: "Blog", href: "/seasonal-drops"},
|
||||
{label: "Careers", href: "#"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{label: "FAQ", href: "/contact#faq"},
|
||||
{label: "Shipping & Returns", href: "#"},
|
||||
{label: "Order Tracking", href: "#"},
|
||||
{label: "Privacy Policy", href: "#"},
|
||||
{label: "Terms of Service", href: "#"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Social", items: [
|
||||
{label: "Instagram", href: "https://instagram.com/sharkwave"},
|
||||
{label: "TikTok", href: "https://tiktok.com/@sharkwave"},
|
||||
{label: "Facebook", href: "https://facebook.com/sharkwave"},
|
||||
{label: "Twitter", href: "https://twitter.com/sharkwave"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Shark Wave. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user