7 Commits

Author SHA1 Message Date
6d15b13081 Switch to version 5: modified src/app/page.tsx 2026-04-23 11:20:23 +00:00
0eecf2e6e3 Switch to version 5: modified src/app/layout.tsx 2026-04-23 11:20:23 +00:00
4259aded47 Merge version_6 into main
Merge version_6 into main
2026-04-23 11:13:35 +00:00
eedfce3bf7 Merge version_6 into main
Merge version_6 into main
2026-04-23 11:13:06 +00:00
e9407ee9a3 Merge version_6 into main
Merge version_6 into main
2026-04-23 11:12:38 +00:00
336c8df0ff Merge version_6 into main
Merge version_6 into main
2026-04-23 11:03:35 +00:00
91b0a85727 Merge version_6 into main
Merge version_6 into main
2026-04-23 11:03:06 +00:00
2 changed files with 180 additions and 138 deletions

View File

@@ -11,8 +11,8 @@ import { Mulish } from "next/font/google";
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'KOOLKY | Wear Your Mindset', title: 'KOOLKY | Wear Your Mindset | Premium Streetwear',
description: 'Premium apparel for the driven individual.', description: 'Elevate your style with KOOLKY. Trendy, premium clothing built to motivate. Shop our latest t-shirts, trousers, and future collections.',
openGraph: { openGraph: {
"title": "KOOLKY Fashion Brand", "title": "KOOLKY Fashion Brand",
"description": "Wear Your Mindset. Premium streetwear for everyone.", "description": "Wear Your Mindset. Premium streetwear for everyone.",

View File

@@ -2,19 +2,18 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import { CheckCircle } from "lucide-react"; import { ArrowRight } from "lucide-react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqBase from '@/components/sections/faq/FaqBase'; import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FooterMedia from '@/components/sections/footer/FooterMedia';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import FooterCard from '@/components/sections/footer/FooterCard'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import LegalSection from '@/components/legal/LegalSection'; import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -31,141 +30,184 @@ export default function LandingPage() {
headingFontWeight="normal" headingFontWeight="normal"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ name: "Shop", id: "products" }, { name: "Shop", id: "products" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "FAQ", id: "faq" }, { name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="KOOLKY" brandName="KOOLKY"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSplitKpi
title="Wear Your Mindset" background={{ variant: "rotated-rays-static" }}
description="Style that speaks your mindset. Confidence you can wear." title="Wear Your Mindset"
buttons={[{ text: "Shop The Mindset", href: "#products" }]} description="Style that speaks your mindset. Confidence you can wear."
imageSrc="http://img.b2bpic.net/free-photo/full-shot-punk-woman-posing_23-2149267430.jpg" kpis={[
background={{ variant: "rotated-rays-static" }} { value: "10k+", label: "Community" },
mediaAnimation="none" { value: "4.9", label: "Rating" },
/> { value: "100%", label: "Quality" },
</div> ]}
enableKpiAnimation={true}
buttons={[{ text: "Shop The Mindset", 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" },
]}
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" },
]}
/>
</div>
<div id="about" data-section="about"> <div id="products" data-section="products">
<TestimonialAboutCard <ProductCardThree
tag="Our Story" animationType="slide-up"
title="Confidence You Can Wear" textboxLayout="default"
description="At KOOLKY, we don't just design clothes; we create armor for your mindset." gridVariant="four-items-2x2-equal-grid"
subdescription="Inspired by the hunger and drive of today's youth, our streetwear is built to push you forward." useInvertedBackground={true}
icon={CheckCircle} products={[
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-young-woman-posing-black-white_23-2149392896.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" },
useInvertedBackground={false} { 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" },
</div> { 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."
/>
</div>
<div id="feature1" data-section="feature1"> <div id="categories" data-section="categories">
<FeatureCardNine <FeatureCardTwentySix
title="How It Works" textboxLayout="default"
description="Experience the KOOLKY difference step by step." useInvertedBackground={false}
showStepNumbers={true} features={[
animationType="slide-up" { title: "T-Shirts", description: "Premium comfort for daily wear.", imageSrc: "http://img.b2bpic.net/free-photo/clothes-clothing-store_23-2148164875.jpg", buttonIcon: ArrowRight },
textboxLayout="default" { 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 },
useInvertedBackground={false} { 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 },
features={[ { 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: "Design", description: "Hand-drawn concepts.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-fashion-design-sketch-paper_23-2151486993.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-fashion-design-sketch-paper_23-2151486993.jpg" } }, ]}
{ title: "Production", description: "Eco-friendly crafting.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/clothes-clothing-store_23-2148164875.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/clothes-clothing-store_23-2148164875.jpg" } } title="Shop By Category"
]} description="Explore our curated fashion lines."
/> />
</div> </div>
<div id="feature2" data-section="feature2"> <div id="about" data-section="about">
<FeatureCardTwentyFive <SplitAbout
title="Innovation at Core" textboxLayout="split"
description="We use technology to enhance your style." useInvertedBackground={true}
animationType="blur-reveal" title="Confidence You Can Wear"
textboxLayout="default" 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."
useInvertedBackground={true} bulletPoints={[
features={[ { title: "Quality First", description: "Premium fabrics that last." },
{ title: "Smart Fabric", description: "Adaptive tech.", icon: CheckCircle, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-listening-music-headphones-close-up_23-2148381737.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-man-listening-music-headphones-close-up_23-2148381737.jpg" }] }, { title: "Urban Aesthetic", description: "Streetwear made for leaders." },
{ title: "Design Lab", description: "AI-powered trends.", icon: CheckCircle, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-grey-shirt_158595-901.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-grey-shirt_158595-901.jpg" }] } { 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"
</div> mediaAnimation="slide-up"
/>
</div>
<div id="products" data-section="products"> <div id="testimonials" data-section="testimonials">
<ProductCardTwo <TestimonialCardSix
title="Featured Arrivals" animationType="slide-up"
description="Our latest collection." textboxLayout="default"
animationType="slide-up" useInvertedBackground={false}
gridVariant="four-items-2x2-equal-grid" testimonials={[
textboxLayout="default" { 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" },
useInvertedBackground={false} { 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" },
products={[ { 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: "p1", brand: "KOOLKY", name: "Street Tee", price: "$35", rating: 5, reviewCount: "100+", 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: "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" },
/> ]}
</div> title="Words From The Community"
description="See why everyone is wearing KOOLKY."
/>
</div>
<div id="metrics" data-section="metrics"> <div id="metrics" data-section="metrics">
<MetricCardOne <MetricCardFourteen
title="Impact Metrics" useInvertedBackground={true}
description="Driven by community numbers." title="KOOLKY By The Numbers"
animationType="slide-up" tag="Our Impact"
gridVariant="uniform-all-items-equal" metrics={[
textboxLayout="default" { id: "m1", value: "15K+", description: "Happy Customers" },
useInvertedBackground={false} { id: "m2", value: "20+", description: "Future Collections" },
metrics={[ { id: "m3", value: "99%", description: "Satisfaction Rate" },
{ id: "m1", value: "15K+", title: "Customers", description: "Happy shoppers", icon: CheckCircle } ]}
]} metricsAnimation="slide-up"
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="instagram" data-section="instagram">
<ContactSplitForm <SocialProofOne
title="Contact Us" textboxLayout="default"
description="We are here for you." useInvertedBackground={false}
inputs={[{ name: "name", type: "text", placeholder: "Name" }, { name: "email", type: "email", placeholder: "Email" }]} names={[
imageSrc="http://img.b2bpic.net/free-photo/woman-choosing-clothes-shop_23-2147669917.jpg" "@koolky_official", "@koolky_drops", "@koolky_style", "@koolky_mindset", "@koolky_urban", "@koolky_future", "@koolky_premium"]}
useInvertedBackground={false} title="Follow Our Journey"
/> description="Latest updates and drops from our feed."
</div> />
</div>
<div id="footer-reveal" data-section="footer-reveal"> <div id="faq" data-section="faq">
<FooterBaseReveal <FaqDouble
logoText="KOOLKY" textboxLayout="default"
columns={[{ title: "Company", items: [{ label: "Home", href: "/" }] }]} useInvertedBackground={true}
/> faqs={[
</div> { 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."
faqsAnimation="blur-reveal"
/>
</div>
<div id="faq" data-section="faq"> <div id="contact" data-section="contact">
<FaqBase <ContactSplitForm
title="FAQ" useInvertedBackground={false}
description="Common questions about our brand." title="Get In Touch"
textboxLayout="default" description="Questions? Shoot us a message or find us on WhatsApp."
faqs={[{ id: "1", title: "Returns?", content: "Easy returns." }]} inputs={[
faqsAnimation="slide-up" { name: "name", type: "text", placeholder: "Name" },
useInvertedBackground={false} { name: "email", type: "email", placeholder: "Email" },
/> ]}
</div> textarea={{ name: "message", placeholder: "Your message", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/woman-choosing-clothes-shop_23-2147669917.jpg"
<div id="footer-card" data-section="footer-card"> />
<FooterCard </div>
logoText="KOOLKY"
/>
</div>
<div id="legal" data-section="legal">
<LegalSection
layout="section"
title="Terms"
sections={[{ heading: "Policy", content: { type: "paragraph", text: "All sales final." } }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
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: "#" }] },
]}
/>
</div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }