From 4bdb9dc4626297499f6d7730b4f308ad57db193c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 08:12:07 +0000 Subject: [PATCH 1/3] Update src/app/ai-stylist/page.tsx --- src/app/ai-stylist/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/ai-stylist/page.tsx b/src/app/ai-stylist/page.tsx index 9897962..719e2d4 100644 --- a/src/app/ai-stylist/page.tsx +++ b/src/app/ai-stylist/page.tsx @@ -48,6 +48,7 @@ export default function AIStylistPage() { description="Unlock powerful styling capabilities curated for your lifestyle." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} features={[ { title: "Trend Forecasting", description: "Stay ahead with real-time trend analysis tailored to your taste." }, { title: "Virtual Closet", description: "Manage and visualize your wardrobe with seamless digital integration." }, @@ -62,6 +63,7 @@ export default function AIStylistPage() { description="Our AI learns your preferences, sizing, and style evolution over time." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} features={[ { title: "Adaptive Sizing", description: "Advanced neural networks predict your best fit across thousands of brands." }, { title: "Style DNA", description: "Deep-dive analysis into your fashion preferences, skin tone, and body metrics." }, -- 2.49.1 From 06bf7a0c97a28ec0cf88943347f4d019d7ef5bf8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 08:12:08 +0000 Subject: [PATCH 2/3] Update src/app/smart-fit-intelligence/page.tsx --- src/app/smart-fit-intelligence/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/smart-fit-intelligence/page.tsx b/src/app/smart-fit-intelligence/page.tsx index 5faf549..e77c6ec 100644 --- a/src/app/smart-fit-intelligence/page.tsx +++ b/src/app/smart-fit-intelligence/page.tsx @@ -69,6 +69,8 @@ export default function SmartFitIntelligencePage() {
); -} +} \ No newline at end of file -- 2.49.1 From e78e08195d7494fb3221a6688888928cfcb2c70b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 08:12:08 +0000 Subject: [PATCH 3/3] Update src/app/wardrobe-ai/page.tsx --- src/app/wardrobe-ai/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/wardrobe-ai/page.tsx b/src/app/wardrobe-ai/page.tsx index e950893..9dca357 100644 --- a/src/app/wardrobe-ai/page.tsx +++ b/src/app/wardrobe-ai/page.tsx @@ -44,7 +44,8 @@ export default function WardrobeAIPage() { dashboard={{ title: "Wardrobe Analytics", stats: [ { title: "Outfits", values: [150, 200, 250], description: "Unique outfits curated" }, - { title: "Inventory", values: [45, 60, 80], description: "Items in collection" } + { title: "Inventory", values: [45, 60, 80], description: "Items in collection" }, + { title: "Wishlist", values: [10, 20, 30], description: "Items desired" } ], logoIcon: Sparkles, sidebarItems: [{ icon: Shirt, active: true }, { icon: BarChart3 }, { icon: Zap }], @@ -63,6 +64,8 @@ export default function WardrobeAIPage() { animationType="slide-up" textboxLayout="inline-image" title="Intelligent Wardrobe Management" + description="Seamless digital wardrobe control." + useInvertedBackground={false} features={[ { title: "Smart Categorization", description: "Automatically tag and organize your clothing using advanced computer vision.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smart-closet-app_23-2151952989.jpg" }, @@ -81,6 +84,8 @@ export default function WardrobeAIPage() { title="Your Wardrobe Insights" description="Data-driven metrics to optimize your fashion journey." animationType="scale-rotate" + textboxLayout="default" + useInvertedBackground={false} metrics={[ { id: "1", icon: Zap, title: "Efficiency Score", value: "94%" }, { id: "2", icon: BarChart3, title: "Cost Per Wear", value: "$2.40" }, -- 2.49.1