From 979136fb43b34756d1ea6803dca9e025a82a3559 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 11:03:31 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7983c24..f842889 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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.", From 7f37b56fa9733eed4b2e53e692603129222bc987 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 11:03:31 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27b560c..f9dcf65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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} /> @@ -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() { @@ -134,6 +144,9 @@ export default function LandingPage() {