Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-06-13 01:38:56 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Sparkles, CheckCircle, Award, Truck, RefreshCw } from 'lucide-react';
import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
@@ -31,35 +32,21 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "#home-hero",
},
name: "Home", id: "#home-hero"},
{
name: "Why CrownCaps",
id: "#why-crowncaps",
},
name: "Why CrownCaps", id: "#why-crowncaps"},
{
name: "Shop",
id: "#featured-products",
},
name: "Shop", id: "#featured-products"},
{
name: "Reviews",
id: "#customer-reviews",
},
name: "Reviews", id: "#customer-reviews"},
{
name: "About",
id: "#about-us",
},
name: "About", id: "#about-us"},
{
name: "Contact",
id: "#contact-us",
},
name: "Contact", id: "#contact-us"},
]}
brandName="CrownCaps"
button={{
text: "Shop Now",
href: "#featured-products",
}}
text: "Shop Now", href: "#featured-products"}}
/>
</div>
@@ -69,40 +56,26 @@ export default function LandingPage() {
description="Premium hats designed for everyday wear, sports, and streetwear culture. Built with comfort, durability, and modern design in mind."
buttons={[
{
text: "Shop Now",
href: "#featured-products",
},
text: "Shop Now", href: "#featured-products"},
{
text: "Explore Collection",
href: "#featured-products",
},
text: "Explore Collection", href: "#featured-products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/spectacular-asian-woman-with-blond-wavy-hair-dressed-beige-trench-coat-sits-white-window-sill-near-large-window_197531-16928.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/spectacular-asian-woman-with-blond-wavy-hair-dressed-beige-trench-coat-sits-white-window-sill-near-large-window_197531-16928.jpg"
imageAlt="person wearing stylish baseball cap street fashion"
showDimOverlay={true}
showBlur={true}
textPosition="bottom"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/closeup-smiling-goodlooking-man-showing-thumbs-up-praising-good-job-recommending-company-standing_1258-152692.jpg",
alt: "Closeup of smiling goodlooking man showing thumbs up praising good job recommending company standing",
},
src: "http://img.b2bpic.net/free-photo/closeup-smiling-goodlooking-man-showing-thumbs-up-praising-good-job-recommending-company-standing_1258-152692.jpg", alt: "Closeup of smiling goodlooking man showing thumbs up praising good job recommending company standing"},
{
src: "http://img.b2bpic.net/free-photo/closeup-handsome-cheeky-man-with-gray-hair-winking-pointing-fingers-camera-praising-you-we_1258-130538.jpg",
alt: "Closeup of handsome cheeky man with gray hair winking and pointing fingers at camera praising you we",
},
src: "http://img.b2bpic.net/free-photo/closeup-handsome-cheeky-man-with-gray-hair-winking-pointing-fingers-camera-praising-you-we_1258-130538.jpg", alt: "Closeup of handsome cheeky man with gray hair winking and pointing fingers at camera praising you we"},
{
src: "http://img.b2bpic.net/free-photo/supportive-attractive-adult-redhead-male-with-bristle-liking-great-plan-raising-hands-showing-thumbs-up-smiling-joyfully_176420-27569.jpg",
alt: "Supportive and attractive adult redhead male with bristle liking great plan raising hands, showing thumbs up, smiling joyfully",
},
src: "http://img.b2bpic.net/free-photo/supportive-attractive-adult-redhead-male-with-bristle-liking-great-plan-raising-hands-showing-thumbs-up-smiling-joyfully_176420-27569.jpg", alt: "Supportive and attractive adult redhead male with bristle liking great plan raising hands, showing thumbs up, smiling joyfully"},
{
src: "http://img.b2bpic.net/free-photo/closeup-cheerful-man-say-yes-showing-thumbs-up-approval-praise-good-job-smiling-approvingly-st_1258-144820.jpg",
alt: "Closeup of cheerful man say yes showing thumbs up in approval praise good job smiling approvingly st",
},
src: "http://img.b2bpic.net/free-photo/closeup-cheerful-man-say-yes-showing-thumbs-up-approval-praise-good-job-smiling-approvingly-st_1258-144820.jpg", alt: "Closeup of cheerful man say yes showing thumbs up in approval praise good job smiling approvingly st"},
{
src: "http://img.b2bpic.net/free-photo/young-redhead-female-tourist-rests-her-trip-opens-thermos-drinks-hot-tea-having-break_1258-152038.jpg",
alt: "Young redhead female tourist rests during her trip opens thermos and drinks hot tea having a break a",
},
src: "http://img.b2bpic.net/free-photo/young-redhead-female-tourist-rests-her-trip-opens-thermos-drinks-hot-tea-having-break_1258-152038.jpg", alt: "Young redhead female tourist rests during her trip opens thermos and drinks hot tea having a break a"},
]}
avatarText="Join our community of style enthusiasts!"
/>
@@ -114,40 +87,20 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Premium Quality Materials",
description: "Crafted with the finest fabrics for lasting comfort and wear.",
buttonIcon: "Sparkles",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cozy-texture-clothing_23-2149432481.jpg?_wi=1",
imageAlt: "premium fabric texture close-up",
},
title: "Premium Quality Materials", description: "Crafted with the finest fabrics for lasting comfort and wear.", buttonIcon: Sparkles,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cozy-texture-clothing_23-2149432481.jpg", imageAlt: "premium fabric texture close-up"},
{
title: "Comfortable All-Day Fit",
description: "Engineered for a snug yet comfortable fit, perfect for any activity.",
buttonIcon: "CheckCircle",
imageSrc: "http://img.b2bpic.net/free-photo/spectacular-asian-woman-with-blond-wavy-hair-dressed-beige-trench-coat-sits-white-window-sill-near-large-window_197531-16928.jpg?_wi=2",
imageAlt: "premium fabric texture close-up",
},
title: "Comfortable All-Day Fit", description: "Engineered for a snug yet comfortable fit, perfect for any activity.", buttonIcon: CheckCircle,
imageSrc: "http://img.b2bpic.net/free-photo/spectacular-asian-woman-with-blond-wavy-hair-dressed-beige-trench-coat-sits-white-window-sill-near-large-window_197531-16928.jpg", imageAlt: "premium fabric texture close-up"},
{
title: "Modern Designs",
description: "Stay ahead of trends with our cutting-edge and stylish hat collections.",
buttonIcon: "Award",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-shopping-concept-cunning-asian-senior-woman-stylish-clothes-keeping-secret-squinting_1258-170002.jpg?_wi=1",
imageAlt: "premium fabric texture close-up",
},
title: "Modern Designs", description: "Stay ahead of trends with our cutting-edge and stylish hat collections.", buttonIcon: Award,
imageSrc: "http://img.b2bpic.net/free-photo/fashion-shopping-concept-cunning-asian-senior-woman-stylish-clothes-keeping-secret-squinting_1258-170002.jpg", imageAlt: "premium fabric texture close-up"},
{
title: "Fast & Secure Shipping",
description: "Get your favorite hats delivered quickly and safely to your doorstep.",
buttonIcon: "Truck",
imageSrc: "http://img.b2bpic.net/free-photo/fedora-hats-studio-still-life_23-2150744057.jpg?_wi=1",
imageAlt: "premium fabric texture close-up",
},
title: "Fast & Secure Shipping", description: "Get your favorite hats delivered quickly and safely to your doorstep.", buttonIcon: Truck,
imageSrc: "http://img.b2bpic.net/free-photo/fedora-hats-studio-still-life_23-2150744057.jpg", imageAlt: "premium fabric texture close-up"},
{
title: "Easy Returns",
description: "Hassle-free returns ensure your satisfaction with every purchase.",
buttonIcon: "RefreshCw",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-girl-blue-uniform-cap-rush-running-delivering-pizza-boxes-customer-pink-wall_141793-64036.jpg?_wi=1",
imageAlt: "premium fabric texture close-up",
},
title: "Easy Returns", description: "Hassle-free returns ensure your satisfaction with every purchase.", buttonIcon: RefreshCw,
imageSrc: "http://img.b2bpic.net/free-photo/delivery-girl-blue-uniform-cap-rush-running-delivering-pizza-boxes-customer-pink-wall_141793-64036.jpg", imageAlt: "premium fabric texture close-up"},
]}
title="Why CrownCaps?"
description="Discover the difference with CrownCaps. We are committed to providing the best quality and style in every hat we make."
@@ -163,61 +116,21 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "prod-1",
name: "The Classic Cap",
price: "$25.00",
imageSrc: "http://img.b2bpic.net/free-photo/young-male-red-t-shirt-black-cap-touching-cap-with-fingers-looking-hidden-front-view_176474-22567.jpg",
imageAlt: "Classic black baseball cap",
},
id: "prod-1", name: "The Classic Cap", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/young-male-red-t-shirt-black-cap-touching-cap-with-fingers-looking-hidden-front-view_176474-22567.jpg", imageAlt: "Classic black baseball cap"},
{
id: "prod-2",
name: "The Performance Hat",
price: "$35.00",
imageSrc: "http://img.b2bpic.net/free-photo/view-handsome-male-lifeguard_23-2151159977.jpg",
imageAlt: "Lightweight blue sports hat",
},
id: "prod-2", name: "The Performance Hat", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/view-handsome-male-lifeguard_23-2151159977.jpg", imageAlt: "Lightweight blue sports hat"},
{
id: "prod-3",
name: "The Street Collection",
price: "$30.00",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-trucker-hat_23-2149432349.jpg",
imageAlt: "Bold red snapback hat",
},
id: "prod-3", name: "The Street Collection", price: "$30.00", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-trucker-hat_23-2149432349.jpg", imageAlt: "Bold red snapback hat"},
{
id: "prod-4",
name: "Signature Trucker",
price: "$28.00",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-backpack-binoculars_23-2148315639.jpg",
imageAlt: "White and black trucker hat",
},
id: "prod-4", name: "Signature Trucker", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-backpack-binoculars_23-2148315639.jpg", imageAlt: "White and black trucker hat"},
{
id: "prod-5",
name: "Urban Beanie",
price: "$20.00",
imageSrc: "http://img.b2bpic.net/free-photo/man-red-hat-looks-his-shoulder-posing-jeans-jacket_8353-1301.jpg",
imageAlt: "Stylish grey beanie",
},
id: "prod-5", name: "Urban Beanie", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/man-red-hat-looks-his-shoulder-posing-jeans-jacket_8353-1301.jpg", imageAlt: "Stylish grey beanie"},
{
id: "prod-6",
name: "Vintage Snapback",
price: "$32.00",
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-sitting-plastic-orange-penny-shortboard-asphalt-cap_158538-13623.jpg",
imageAlt: "Retro green snapback",
},
id: "prod-6", name: "Vintage Snapback", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-sitting-plastic-orange-penny-shortboard-asphalt-cap_158538-13623.jpg", imageAlt: "Retro green snapback"},
{
id: "prod-7",
name: "Adventure Bucket Hat",
price: "$27.00",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-near-sea_23-2147771362.jpg",
imageAlt: "Beige bucket hat for outdoors",
},
id: "prod-7", name: "Adventure Bucket Hat", price: "$27.00", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-near-sea_23-2147771362.jpg", imageAlt: "Beige bucket hat for outdoors"},
{
id: "prod-8",
name: "Flex Fit",
price: "$29.00",
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-sportswear-with-headband-with-confident-smile-standing-purple-wall_141793-48310.jpg",
imageAlt: "Navy blue flex fit cap",
},
id: "prod-8", name: "Flex Fit", price: "$29.00", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-sportswear-with-headband-with-confident-smile-standing-purple-wall_141793-48310.jpg", imageAlt: "Navy blue flex fit cap"},
]}
title="Featured Products"
description="Discover our latest drops and best-selling hats, designed for every style and occasion."
@@ -230,77 +143,17 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "test-1",
name: "Michael R.",
date: "May 10, 2024",
title: "Amazing Quality!",
quote: "Amazing quality and perfect fit. I wear my CrownCaps hat everywhere!",
tag: "Fashion",
avatarSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20271.jpg",
avatarAlt: "Michael R. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/spectacular-asian-woman-with-blond-wavy-hair-dressed-beige-trench-coat-sits-white-window-sill-near-large-window_197531-16928.jpg?_wi=3",
imageAlt: "young man smiling portrait casual",
},
id: "test-1", name: "Michael R.", date: "May 10, 2024", title: "Amazing Quality!", quote: "Amazing quality and perfect fit. I wear my CrownCaps hat everywhere!", tag: "Fashion", avatarSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20271.jpg", avatarAlt: "Michael R. avatar", imageSrc: "http://img.b2bpic.net/free-photo/spectacular-asian-woman-with-blond-wavy-hair-dressed-beige-trench-coat-sits-white-window-sill-near-large-window_197531-16928.jpg", imageAlt: "young man smiling portrait casual"},
{
id: "test-2",
name: "Sophia L.",
date: "May 5, 2024",
title: "Best Hats Online",
quote: "The best hats Ive purchased online. Highly recommend CrownCaps to everyone.",
tag: "Style",
avatarSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-looking-camera_23-2147892779.jpg",
avatarAlt: "Sophia L. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cozy-texture-clothing_23-2149432481.jpg?_wi=2",
imageAlt: "young man smiling portrait casual",
},
id: "test-2", name: "Sophia L.", date: "May 5, 2024", title: "Best Hats Online", quote: "The best hats Ive purchased online. Highly recommend CrownCaps to everyone.", tag: "Style", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-looking-camera_23-2147892779.jpg", avatarAlt: "Sophia L. avatar", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cozy-texture-clothing_23-2149432481.jpg", imageAlt: "young man smiling portrait casual"},
{
id: "test-3",
name: "James T.",
date: "April 28, 2024",
title: "Excellent Service",
quote: "Great customer service and fast shipping. My order arrived perfectly.",
tag: "Service",
avatarSrc: "http://img.b2bpic.net/free-photo/funny-young-man-glasses-show-thumb-up-biting-lip-look-indecisive-standing-white-background_1258-145693.jpg",
avatarAlt: "James T. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-shopping-concept-cunning-asian-senior-woman-stylish-clothes-keeping-secret-squinting_1258-170002.jpg?_wi=2",
imageAlt: "young man smiling portrait casual",
},
id: "test-3", name: "James T.", date: "April 28, 2024", title: "Excellent Service", quote: "Great customer service and fast shipping. My order arrived perfectly.", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/funny-young-man-glasses-show-thumb-up-biting-lip-look-indecisive-standing-white-background_1258-145693.jpg", avatarAlt: "James T. avatar", imageSrc: "http://img.b2bpic.net/free-photo/fashion-shopping-concept-cunning-asian-senior-woman-stylish-clothes-keeping-secret-squinting_1258-170002.jpg", imageAlt: "young man smiling portrait casual"},
{
id: "test-4",
name: "Olivia K.",
date: "April 20, 2024",
title: "Stylish & Durable",
quote: "I love the modern design and how durable these hats are. Worth every penny!",
tag: "Quality",
avatarSrc: "http://img.b2bpic.net/free-photo/serious-african-man-looking_171337-9848.jpg",
avatarAlt: "Olivia K. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/fedora-hats-studio-still-life_23-2150744057.jpg?_wi=2",
imageAlt: "young man smiling portrait casual",
},
id: "test-4", name: "Olivia K.", date: "April 20, 2024", title: "Stylish & Durable", quote: "I love the modern design and how durable these hats are. Worth every penny!", tag: "Quality", avatarSrc: "http://img.b2bpic.net/free-photo/serious-african-man-looking_171337-9848.jpg", avatarAlt: "Olivia K. avatar", imageSrc: "http://img.b2bpic.net/free-photo/fedora-hats-studio-still-life_23-2150744057.jpg", imageAlt: "young man smiling portrait casual"},
{
id: "test-5",
name: "Daniel P.",
date: "April 15, 2024",
title: "My Go-To Brand",
quote: "CrownCaps is now my go-to brand for all my headwear needs. Fantastic selection!",
tag: "Collection",
avatarSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-smiling-broadly-with-arms-crossed-his-chest_141793-55097.jpg",
avatarAlt: "Daniel P. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-girl-blue-uniform-cap-rush-running-delivering-pizza-boxes-customer-pink-wall_141793-64036.jpg?_wi=2",
imageAlt: "young man smiling portrait casual",
},
id: "test-5", name: "Daniel P.", date: "April 15, 2024", title: "My Go-To Brand", quote: "CrownCaps is now my go-to brand for all my headwear needs. Fantastic selection!", tag: "Collection", avatarSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-smiling-broadly-with-arms-crossed-his-chest_141793-55097.jpg", avatarAlt: "Daniel P. avatar", imageSrc: "http://img.b2bpic.net/free-photo/delivery-girl-blue-uniform-cap-rush-running-delivering-pizza-boxes-customer-pink-wall_141793-64036.jpg", imageAlt: "young man smiling portrait casual"},
{
id: "test-6",
name: "Emma W.",
date: "April 12, 2024",
title: "Perfect for Sports",
quote: "The performance hat is perfect for my workouts. Breathable and comfortable.",
tag: "Sports",
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-with-projector_23-2149424950.jpg",
avatarAlt: "Emma W. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/happy-client-with-their-box-delivered_23-2149229257.jpg",
imageAlt: "young man smiling portrait casual",
},
id: "test-6", name: "Emma W.", date: "April 12, 2024", title: "Perfect for Sports", quote: "The performance hat is perfect for my workouts. Breathable and comfortable.", tag: "Sports", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-with-projector_23-2149424950.jpg", avatarAlt: "Emma W. avatar", imageSrc: "http://img.b2bpic.net/free-photo/happy-client-with-their-box-delivered_23-2149229257.jpg", imageAlt: "young man smiling portrait casual"},
]}
title="Customer Reviews"
description="Hear what our amazing customers have to say about CrownCaps."
@@ -312,7 +165,6 @@ export default function LandingPage() {
useInvertedBackground={false}
tag="About Us"
title="Our Story"
description="At CrownCaps, our mission is simple: create high-quality hats that combine comfort, durability, and style. Founded by people who love fashion and self-expression, we focus on creating products that help you stand out while feeling comfortable every day. We believe your hat is more than just an accessory—its an extension of your personality."
/>
</div>
@@ -321,15 +173,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Urban Threads",
"StreetStyle Mag",
"Athletic Edge",
"Fashion Forward",
"TrendSetters",
"Sportswear Daily",
"Hip Hop Culture",
"Daily Threads Co.",
]}
"Urban Threads", "StreetStyle Mag", "Athletic Edge", "Fashion Forward", "TrendSetters", "Sportswear Daily", "Hip Hop Culture", "Daily Threads Co."]}
title="Trusted by Style Enthusiasts"
description="Join a community that values premium quality and modern design in every cap."
speed={50}
@@ -340,14 +184,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
text="Get In Touch\n\nHave questions about your order or our products?\n📧 support@crowncaps.com\n📞 (555) 123-4567\n\nBusiness Hours\nMonday Friday: 9:00 AM 6:00 PM\nSaturday: 10:00 AM 4:00 PM\nSunday: Closed\n\nJoin the CrownCaps Community\nGet exclusive discounts, early access to new releases, and updates on limited-edition drops."
buttons={[
{
text: "Subscribe to Newsletter",
href: "#",
},
text: "Subscribe to Newsletter", href: "#"},
]}
/>
</div>
@@ -357,37 +198,23 @@ export default function LandingPage() {
logoText="CrownCaps"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "Home",
href: "#home-hero",
},
label: "Home", href: "#home-hero"},
{
label: "Shop",
href: "#featured-products",
},
label: "Shop", href: "#featured-products"},
{
label: "About",
href: "#about-us",
},
label: "About", href: "#about-us"},
{
label: "Contact",
href: "#contact-us",
},
label: "Contact", href: "#contact-us"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}