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 = {
title: 'KOOLKY | Wear Your Mindset',
description: 'Premium apparel for the driven individual.',
title: 'KOOLKY | Wear Your Mindset | Premium Streetwear',
description: 'Elevate your style with KOOLKY. Trendy, premium clothing built to motivate. Shop our latest t-shirts, trousers, and future collections.',
openGraph: {
"title": "KOOLKY Fashion Brand",
"description": "Wear Your Mindset. Premium streetwear for everyone.",

View File

@@ -2,19 +2,18 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { CheckCircle } from "lucide-react";
import { ArrowRight } from "lucide-react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import LegalSection from '@/components/legal/LegalSection';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
export default function LandingPage() {
return (
@@ -31,141 +30,184 @@ export default function LandingPage() {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Shop", id: "products" },
{ name: "About", id: "about" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
]}
brandName="KOOLKY"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Shop", id: "products" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="KOOLKY"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplit
title="Wear Your Mindset"
description="Style that speaks your mindset. Confidence you can wear."
buttons={[{ text: "Shop The Mindset", href: "#products" }]}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-punk-woman-posing_23-2149267430.jpg"
background={{ variant: "rotated-rays-static" }}
mediaAnimation="none"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
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" },
]}
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">
<TestimonialAboutCard
tag="Our Story"
title="Confidence You Can Wear"
description="At KOOLKY, we don't just design clothes; we create armor for your mindset."
subdescription="Inspired by the hunger and drive of today's youth, our streetwear is built to push you forward."
icon={CheckCircle}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-young-woman-posing-black-white_23-2149392896.jpg"
useInvertedBackground={false}
/>
</div>
<div id="products" data-section="products">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
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" },
]}
title="Trending Arrivals"
description="Our latest collection of premium streetwear essentials."
/>
</div>
<div id="feature1" data-section="feature1">
<FeatureCardNine
title="How It Works"
description="Experience the KOOLKY difference step by step."
showStepNumbers={true}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{ 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" } }
]}
/>
</div>
<div id="categories" data-section="categories">
<FeatureCardTwentySix
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="Shop By Category"
description="Explore our curated fashion lines."
/>
</div>
<div id="feature2" data-section="feature2">
<FeatureCardTwentyFive
title="Innovation at Core"
description="We use technology to enhance your style."
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={true}
features={[
{ 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: "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" }] }
]}
/>
</div>
<div id="about" data-section="about">
<SplitAbout
textboxLayout="split"
useInvertedBackground={true}
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." },
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-young-woman-posing-black-white_23-2149392896.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="products" data-section="products">
<ProductCardTwo
title="Featured Arrivals"
description="Our latest collection."
animationType="slide-up"
gridVariant="four-items-2x2-equal-grid"
textboxLayout="default"
useInvertedBackground={false}
products={[
{ 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" }
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
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" },
]}
title="Words From The Community"
description="See why everyone is wearing KOOLKY."
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardOne
title="Impact Metrics"
description="Driven by community numbers."
animationType="slide-up"
gridVariant="uniform-all-items-equal"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "15K+", title: "Customers", description: "Happy shoppers", icon: CheckCircle }
]}
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardFourteen
useInvertedBackground={true}
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" },
]}
metricsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Contact Us"
description="We are here for you."
inputs={[{ name: "name", type: "text", placeholder: "Name" }, { name: "email", type: "email", placeholder: "Email" }]}
imageSrc="http://img.b2bpic.net/free-photo/woman-choosing-clothes-shop_23-2147669917.jpg"
useInvertedBackground={false}
/>
</div>
<div id="instagram" data-section="instagram">
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={[
"@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."
/>
</div>
<div id="footer-reveal" data-section="footer-reveal">
<FooterBaseReveal
logoText="KOOLKY"
columns={[{ title: "Company", items: [{ label: "Home", href: "/" }] }]}
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
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." },
]}
title="Frequently Asked Questions"
description="Everything you need to know."
faqsAnimation="blur-reveal"
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
title="FAQ"
description="Common questions about our brand."
textboxLayout="default"
faqs={[{ id: "1", title: "Returns?", content: "Easy returns." }]}
faqsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="footer-card" data-section="footer-card">
<FooterCard
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="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
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" },
]}
textarea={{ name: "message", placeholder: "Your message", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/woman-choosing-clothes-shop_23-2147669917.jpg"
/>
</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>
</ThemeProvider>
);
}
}