Update src/app/womens/page.tsx
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import HeroCentered from "@/components/sections/hero/HeroCentered";
|
||||
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
|
||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
@@ -38,6 +39,25 @@ export default function WomensPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="womens-hero" data-section="womens-hero">
|
||||
<HeroCentered
|
||||
title="Women's Premium Beauty Collection"
|
||||
description="Discover our luxurious skincare and beauty line designed specifically for the modern woman. Experience radiant, glowing skin with our premium formulations."
|
||||
avatarText="Trusted by 40,000+ women worldwide"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135471.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/sincere-delighted-feminine-blond-girl-with-blue-eyes-nice-happy-smile-gazing-camera-giggling-having-fun-laughing-enjoying-evening-posing-satisfied-cheerful-tender-pose-white-wall_176420-35203.jpg", alt: "Customer 3" }
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Shop Collection", href: "/shop" },
|
||||
{ text: "Learn More", href: "#womens-collection" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="womens-collection" data-section="womens-collection">
|
||||
<FeatureCardNineteen
|
||||
title="Women's Beauty Excellence"
|
||||
@@ -48,33 +68,15 @@ export default function WomensPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Skincare",
|
||||
title: "Face Serums",
|
||||
subtitle: "Advanced hydration and brightening",
|
||||
description: "Our face serums are formulated with natural ingredients to restore luminosity and even skin tone. Infused with vitamin C and hyaluronic acid for maximum radiance. Suitable for all skin types, dermatologically tested.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg?_wi=2",
|
||||
imageAlt: "Face Serum",
|
||||
buttons: [{ text: "Explore", href: "/shop" }]
|
||||
tag: "Skincare", title: "Face Serums", subtitle: "Advanced hydration and brightening", description: "Our face serums are formulated with natural ingredients to restore luminosity and even skin tone. Infused with vitamin C and hyaluronic acid for maximum radiance. Suitable for all skin types, dermatologically tested.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg", imageAlt: "Face Serum", buttons: [{ text: "Explore", href: "/shop" }]
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Protection",
|
||||
title: "Sunscreen SPF 50",
|
||||
subtitle: "Premium UV protection with a light feel",
|
||||
description: "Broad-spectrum protection that prevents sun damage and premature aging. Lightweight, non-greasy formula that won't clog pores. 100% natural ingredients, cruelty-free, and eco-friendly packaging.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-skincare-product-beach_23-2150167906.jpg?_wi=1",
|
||||
imageAlt: "Sunscreen SPF 50",
|
||||
buttons: [{ text: "Discover", href: "/shop" }]
|
||||
tag: "Protection", title: "Sunscreen SPF 50", subtitle: "Premium UV protection with a light feel", description: "Broad-spectrum protection that prevents sun damage and premature aging. Lightweight, non-greasy formula that won't clog pores. 100% natural ingredients, cruelty-free, and eco-friendly packaging.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-skincare-product-beach_23-2150167906.jpg", imageAlt: "Sunscreen SPF 50", buttons: [{ text: "Discover", href: "/shop" }]
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Fragrance",
|
||||
title: "Signature Perfumes",
|
||||
subtitle: "Luxurious scents that last all day",
|
||||
description: "Handcrafted fragrances with premium ingredients from around the world. Each scent tells a story of elegance and sophistication. Long-lasting formula with natural essential oils.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-seductive-sensual-stylish-woman-boho-dress-sitting-vintage-retro-cafe-holding-perfume_285396-6907.jpg?_wi=1",
|
||||
imageAlt: "Luxury Perfume",
|
||||
buttons: [{ text: "Shop Now", href: "/womens" }]
|
||||
tag: "Fragrance", title: "Signature Perfumes", subtitle: "Luxurious scents that last all day", description: "Handcrafted fragrances with premium ingredients from around the world. Each scent tells a story of elegance and sophistication. Long-lasting formula with natural essential oils.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-seductive-sensual-stylish-woman-boho-dress-sitting-vintage-retro-cafe-holding-perfume_285396-6907.jpg", imageAlt: "Luxury Perfume", buttons: [{ text: "Shop Now", href: "/womens" }]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -82,61 +84,44 @@ export default function WomensPage() {
|
||||
|
||||
<div id="womens-products" data-section="womens-products">
|
||||
<ProductCardTwo
|
||||
title="Women's Premium Products"
|
||||
description="Discover our complete collection of luxury skincare and beauty essentials"
|
||||
tag="For Her"
|
||||
title="Best-Selling Women's Products"
|
||||
description="Our most-loved skincare and beauty essentials"
|
||||
tag="Top Picks"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "GlowAura",
|
||||
name: "Vitamin C Radiance Serum",
|
||||
price: "$89.00",
|
||||
rating: 5,
|
||||
reviewCount: "2.3k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg?_wi=3",
|
||||
imageAlt: "Vitamin C Serum"
|
||||
id: "1", brand: "GlowAura", name: "Vitamin C Radiance Serum", price: "$89.00", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg", imageAlt: "Vitamin C Serum"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "GlowAura",
|
||||
name: "Luxury Night Cream",
|
||||
price: "$125.00",
|
||||
rating: 5,
|
||||
reviewCount: "1.8k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg?_wi=2",
|
||||
imageAlt: "Night Cream"
|
||||
id: "2", brand: "GlowAura", name: "Luxury Night Cream", price: "$125.00", rating: 5,
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg", imageAlt: "Night Cream"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "GlowAura",
|
||||
name: "Premium Sunscreen SPF 50",
|
||||
price: "$75.00",
|
||||
rating: 5,
|
||||
reviewCount: "1.5k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-skincare-product-beach_23-2150167906.jpg?_wi=2",
|
||||
imageAlt: "Sunscreen"
|
||||
id: "3", brand: "GlowAura", name: "Premium Sunscreen SPF 50", price: "$55.00", rating: 5,
|
||||
reviewCount: "1.6k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-skincare-product-beach_23-2150167906.jpg", imageAlt: "Sunscreen SPF 50"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="newsletter-womens" data-section="newsletter-womens">
|
||||
<div id="newsletter" data-section="newsletter">
|
||||
<ContactSplit
|
||||
tag="Exclusive Offers"
|
||||
title="Get Beauty Tips & Exclusive Discounts"
|
||||
description="Join our community of beauty enthusiasts and receive personalized skincare recommendations"
|
||||
tag="Newsletter"
|
||||
title="Stay Updated on Women's Beauty"
|
||||
description="Subscribe to receive exclusive beauty tips, new product launches, and special offers for our women's collection."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg?_wi=2"
|
||||
imageAlt="Women's beauty collection"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg"
|
||||
imageAlt="Women's Beauty"
|
||||
mediaPosition="left"
|
||||
mediaAnimation="none"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
termsText="We respect your privacy. Unsubscribe at any time."
|
||||
termsText="We respect your privacy. Unsubscribe at any time. By subscribing, you agree to our Terms and Privacy Policy."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -144,8 +129,7 @@ export default function WomensPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "Women's Collection", href: "/womens" },
|
||||
{ label: "Men's Collection", href: "/mens" },
|
||||
{ label: "All Products", href: "/shop" },
|
||||
@@ -153,8 +137,7 @@ export default function WomensPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Story", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -162,8 +145,7 @@ export default function WomensPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user