Merge version_2 into main #2
@@ -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." },
|
||||
|
||||
@@ -69,6 +69,8 @@ export default function SmartFitIntelligencePage() {
|
||||
<div id="tech" data-section="tech">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Technology Overview"
|
||||
description="Built on a robust foundation of agentic intelligence and computer vision."
|
||||
metrics={[
|
||||
@@ -96,4 +98,4 @@ export default function SmartFitIntelligencePage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user