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.",
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() {