Merge version_1 into main #1
327
src/app/page.tsx
327
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ArrowRight } from "lucide-react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
@@ -32,22 +33,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Shop",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Shop", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="KOOLKY"
|
||||
/>
|
||||
@@ -55,79 +44,33 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
title="Wear Your Mindset"
|
||||
description="Style that speaks your mindset. Confidence you can wear."
|
||||
kpis={[
|
||||
{
|
||||
value: "10k+",
|
||||
label: "Community",
|
||||
},
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Rating",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Quality",
|
||||
},
|
||||
{ value: "10k+", label: "Community" },
|
||||
{ value: "4.9", label: "Rating" },
|
||||
{ value: "100%", label: "Quality" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Shop Now", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-punk-woman-posing_23-2149267430.jpg"
|
||||
imageAlt="urban fashion model streetwear"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-choker-necklace_23-2149267426.jpg",
|
||||
alt: "Medium shot woman wearing choker necklace",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-unknown-young-man-posing_23-2149417572.jpg",
|
||||
alt: "Front view unknown young man posing",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-expressive-woman-posing_23-2149392891.jpg",
|
||||
alt: "Medium shot expressive woman posing",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915123.jpg",
|
||||
alt: "Spotlight portrait during golden hour",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-expressinve-woman-posing_23-2149392897.jpg",
|
||||
alt: "Medium shot expressinve woman posing",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-choker-necklace_23-2149267426.jpg", alt: "Medium shot woman wearing choker necklace" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-unknown-young-man-posing_23-2149417572.jpg", alt: "Front view unknown young man posing" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-expressive-woman-posing_23-2149392891.jpg", alt: "Medium shot expressive woman posing" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915123.jpg", alt: "Spotlight portrait during golden hour" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-expressinve-woman-posing_23-2149392897.jpg", alt: "Medium shot expressinve woman posing" },
|
||||
]}
|
||||
avatarText="Join our growing community"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "PREMIUM QUALITY",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "URBAN AESTHETIC",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "FUTURE FASHION",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "MINDSET DRIVEN",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "STREETWEAR READY",
|
||||
},
|
||||
{ type: "text", text: "PREMIUM QUALITY" },
|
||||
{ type: "text", text: "URBAN AESTHETIC" },
|
||||
{ type: "text", text: "FUTURE FASHION" },
|
||||
{ type: "text", text: "MINDSET DRIVEN" },
|
||||
{ type: "text", text: "STREETWEAR READY" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,42 +82,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Essential Street Tee",
|
||||
price: "$35.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-man-close-ears-from-noisy-neighbours-looking-up-shouting-annoyed-hearing-loud-music-isolated-background_1150-63498.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Premium Urban Trousers",
|
||||
price: "$65.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/single-s-day-banner-design_23-2149667434.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Future Edition Hoodie",
|
||||
price: "$85.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-fashion-design-sketch-paper_23-2151486993.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Techwear Utility Pants",
|
||||
price: "$95.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pop-punk-aesthetic-portrait-woman-posing-train-station_23-2149371523.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Signature Black Tee",
|
||||
price: "$40.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/school-scene-with-queer-teens_23-2150379372.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Statement Future Jacket",
|
||||
price: "$120.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-listening-music-headphones-close-up_23-2148381737.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Essential Street Tee", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-man-close-ears-from-noisy-neighbours-looking-up-shouting-annoyed-hearing-loud-music-isolated-background_1150-63498.jpg" },
|
||||
{ id: "p2", name: "Premium Urban Trousers", price: "$65.00", imageSrc: "http://img.b2bpic.net/free-photo/single-s-day-banner-design_23-2149667434.jpg" },
|
||||
{ id: "p3", name: "Future Edition Hoodie", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-fashion-design-sketch-paper_23-2151486993.jpg" },
|
||||
{ id: "p4", name: "Techwear Utility Pants", price: "$95.00", imageSrc: "http://img.b2bpic.net/free-photo/pop-punk-aesthetic-portrait-woman-posing-train-station_23-2149371523.jpg" },
|
||||
{ id: "p5", name: "Signature Black Tee", price: "$40.00", imageSrc: "http://img.b2bpic.net/free-photo/school-scene-with-queer-teens_23-2150379372.jpg" },
|
||||
{ id: "p6", name: "Statement Future Jacket", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/young-man-listening-music-headphones-close-up_23-2148381737.jpg" },
|
||||
]}
|
||||
title="Trending Arrivals"
|
||||
description="Our latest collection of premium streetwear essentials."
|
||||
@@ -186,30 +99,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "T-Shirts",
|
||||
description: "Premium comfort for daily wear.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clothes-clothing-store_23-2148164875.jpg",
|
||||
buttonIcon: "ArrowRight",
|
||||
},
|
||||
{
|
||||
title: "Trousers",
|
||||
description: "Modern cuts, superior style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-clothing-collection-modern-boutique-store-generated-by-ai_188544-33893.jpg",
|
||||
buttonIcon: "ArrowRight",
|
||||
},
|
||||
{
|
||||
title: "Future Fashion",
|
||||
description: "Next generation apparel.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-fashion-boutique-shopaholic-modern-people-commercial-activity-with-merchandise-clothing-store-trendy-collections-formal-casual-wear-retail-market-shopping-center_482257-61768.jpg",
|
||||
buttonIcon: "ArrowRight",
|
||||
},
|
||||
{
|
||||
title: "Accessories",
|
||||
description: "Details that define you.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-black-man-wearing-hat-turtleneck_181624-44167.jpg",
|
||||
buttonIcon: "ArrowRight",
|
||||
},
|
||||
{ title: "T-Shirts", description: "Premium comfort for daily wear.", imageSrc: "http://img.b2bpic.net/free-photo/clothes-clothing-store_23-2148164875.jpg", buttonIcon: ArrowRight },
|
||||
{ title: "Trousers", description: "Modern cuts, superior style.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-clothing-collection-modern-boutique-store-generated-by-ai_188544-33893.jpg", buttonIcon: ArrowRight },
|
||||
{ title: "Future Fashion", description: "Next generation apparel.", imageSrc: "http://img.b2bpic.net/free-photo/empty-fashion-boutique-shopaholic-modern-people-commercial-activity-with-merchandise-clothing-store-trendy-collections-formal-casual-wear-retail-market-shopping-center_482257-61768.jpg", buttonIcon: ArrowRight },
|
||||
{ title: "Accessories", description: "Details that define you.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-black-man-wearing-hat-turtleneck_181624-44167.jpg", buttonIcon: ArrowRight },
|
||||
]}
|
||||
title="Shop By Category"
|
||||
description="Explore our curated fashion lines."
|
||||
@@ -223,18 +116,9 @@ export default function LandingPage() {
|
||||
title="Confidence You Can Wear"
|
||||
description="At KOOLKY, we don't just design clothes; we create armor for your mindset. Inspired by the hunger and drive of today's youth, our streetwear is built to push you forward."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Quality First",
|
||||
description: "Premium fabrics that last.",
|
||||
},
|
||||
{
|
||||
title: "Urban Aesthetic",
|
||||
description: "Streetwear made for leaders.",
|
||||
},
|
||||
{
|
||||
title: "Driven by Mindset",
|
||||
description: "Positive energy in every stitch.",
|
||||
},
|
||||
{ title: "Quality First", description: "Premium fabrics that last." },
|
||||
{ title: "Urban Aesthetic", description: "Streetwear made for leaders." },
|
||||
{ title: "Driven by Mindset", description: "Positive energy in every stitch." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-young-woman-posing-black-white_23-2149392896.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -247,41 +131,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah",
|
||||
handle: "@sarah_fits",
|
||||
testimonial: "Best quality t-shirt I have ever owned.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-arabian-muslim-boy-with-originally-hair-sunglasses-posed-streets-ladder_627829-13727.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark",
|
||||
handle: "@mark_moves",
|
||||
testimonial: "Really inspired by the mindset messaging.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-basket-field_23-2148883552.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Chloe",
|
||||
handle: "@chloe_style",
|
||||
testimonial: "Fast delivery and premium packaging.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David",
|
||||
handle: "@dave_urban",
|
||||
testimonial: "Fits perfectly and looks even better.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-male-singer-happily-looking-camera-recording-song-new-album-sound-studio_574295-4362.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Emily",
|
||||
handle: "@em_fashion",
|
||||
testimonial: "The material is exceptionally comfortable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-dog-drinking-bed_23-2147888574.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah", handle: "@sarah_fits", testimonial: "Best quality t-shirt I have ever owned.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-arabian-muslim-boy-with-originally-hair-sunglasses-posed-streets-ladder_627829-13727.jpg" },
|
||||
{ id: "t2", name: "Mark", handle: "@mark_moves", testimonial: "Really inspired by the mindset messaging.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-basket-field_23-2148883552.jpg" },
|
||||
{ id: "t3", name: "Chloe", handle: "@chloe_style", testimonial: "Fast delivery and premium packaging.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg" },
|
||||
{ id: "t4", name: "David", handle: "@dave_urban", testimonial: "Fits perfectly and looks even better.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-male-singer-happily-looking-camera-recording-song-new-album-sound-studio_574295-4362.jpg" },
|
||||
{ id: "t5", name: "Emily", handle: "@em_fashion", testimonial: "The material is exceptionally comfortable.", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-dog-drinking-bed_23-2147888574.jpg" },
|
||||
]}
|
||||
title="Words From The Community"
|
||||
description="See why everyone is wearing KOOLKY."
|
||||
@@ -294,21 +148,9 @@ export default function LandingPage() {
|
||||
title="KOOLKY By The Numbers"
|
||||
tag="Our Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15K+",
|
||||
description: "Happy Customers",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20+",
|
||||
description: "Future Collections",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99%",
|
||||
description: "Satisfaction Rate",
|
||||
},
|
||||
{ id: "m1", value: "15K+", description: "Happy Customers" },
|
||||
{ id: "m2", value: "20+", description: "Future Collections" },
|
||||
{ id: "m3", value: "99%", description: "Satisfaction Rate" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -319,14 +161,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"@koolky_official",
|
||||
"@koolky_drops",
|
||||
"@koolky_style",
|
||||
"@koolky_mindset",
|
||||
"@koolky_urban",
|
||||
"@koolky_future",
|
||||
"@koolky_premium",
|
||||
]}
|
||||
"@koolky_official", "@koolky_drops", "@koolky_style", "@koolky_mindset", "@koolky_urban", "@koolky_future", "@koolky_premium"]}
|
||||
title="Follow Our Journey"
|
||||
description="Latest updates and drops from our feed."
|
||||
/>
|
||||
@@ -337,21 +172,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major cards, UPI, and Cash on Delivery.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How long is shipping?",
|
||||
content: "Delivery usually takes 3-5 business days.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I return items?",
|
||||
content: "Yes, we offer hassle-free returns within 7 days.",
|
||||
},
|
||||
{ id: "q1", title: "What payment methods do you accept?", content: "We accept all major cards, UPI, and Cash on Delivery." },
|
||||
{ id: "q2", title: "How long is shipping?", content: "Delivery usually takes 3-5 business days." },
|
||||
{ id: "q3", title: "Can I return items?", content: "Yes, we offer hassle-free returns within 7 days." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know."
|
||||
@@ -365,22 +188,10 @@ export default function LandingPage() {
|
||||
title="Get In Touch"
|
||||
description="Questions? Shoot us a message or find us on WhatsApp."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your message",
|
||||
rows: 4,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Your message", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-choosing-clothes-shop_23-2147669917.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -390,45 +201,9 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-grey-shirt_158595-901.jpg"
|
||||
logoText="KOOLKY"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "T-Shirts",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Trousers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Refund Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Support",
|
||||
href: "mailto:support@koolky.com",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Shop", items: [{ label: "T-Shirts", href: "#" }, { label: "Trousers", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Refund Policy", href: "#" }] },
|
||||
{ title: "Contact", items: [{ label: "Support", href: "mailto:support@koolky.com" }, { label: "WhatsApp", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user