Merge version_6 into main
Merge version_6 into main
This commit was merged in pull request #8.
This commit is contained in:
@@ -11,8 +11,8 @@ import { Mulish } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
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.',
|
||||
title: 'KOOLKY | Wear Your Mindset',
|
||||
description: 'Premium apparel for the driven individual.',
|
||||
openGraph: {
|
||||
"title": "KOOLKY Fashion Brand",
|
||||
"description": "Wear Your Mindset. Premium streetwear for everyone.",
|
||||
|
||||
@@ -50,6 +50,7 @@ export default function LandingPage() {
|
||||
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"
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,6 +62,7 @@ export default function LandingPage() {
|
||||
subdescription="Built for those who lead."
|
||||
icon={ArrowRight}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-young-woman-posing-black-white_23-2149392896.jpg"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -71,6 +73,7 @@ export default function LandingPage() {
|
||||
description="How we craft excellence."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Design", description: "Crafting the vision", 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" } }
|
||||
]}
|
||||
@@ -96,6 +99,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
title="Shop Latest"
|
||||
description="Premium gear awaits."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", brand: "KOOLKY", name: "Essential 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" }
|
||||
]}
|
||||
@@ -106,6 +111,10 @@ export default function LandingPage() {
|
||||
<MetricCardOne
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
title="Our Impact"
|
||||
description="Growth and Trust"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "15K+", title: "Customers", description: "Satisfied", icon: ArrowRight }
|
||||
]}
|
||||
@@ -121,6 +130,7 @@ export default function LandingPage() {
|
||||
{ name: "email", type: "email", placeholder: "Email" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-choosing-clothes-shop_23-2147669917.jpg"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -134,6 +144,9 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
title="Common Questions"
|
||||
description="Everything you need to know."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[{ id: "q1", title: "Shipping?", content: "3-5 days." }]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user