From 018de0ce36e051c7f85d09fedd398d0fb8819e73 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 06:08:02 +0000 Subject: [PATCH] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 378 +++++++++---------------------------- 1 file changed, 88 insertions(+), 290 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index cc0ef71..764245f 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -2,14 +2,23 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +// Corrected imports based on LOCKED_SELECTION JSON +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroCentered from '@/components/sections/hero/HeroCentered'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import { Calendar, Check, Clock, Cloud, Eye, Heart, LayoutDashboard, Palette, PieChart, Plus, Scan, Settings, Sparkles, TrendingUp, Wand2, Shirt, View, Brain } from "lucide-react"; +// Refined LucideIcon imports +import { Plus, Wand2, Shirt, Sparkles, TrendingUp, Settings, Check, Heart, Eye } from "lucide-react"; export default function LandingPage() { + const imageSrcDashboard = "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTEkLfKMy48GDgE7b9QK7UtsOz/a-sleek-dark-ui-screenshot-of-vestra-s-w-1774504954179-b22b8bb5.png"; + const imageAltDashboard = "VESTRA Dashboard Interface showing wardrobe stats"; + + const featureImage1 = "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTEkLfKMy48GDgE7b9QK7UtsOz/a-futuristic-3d-rotating-smart-wardrobe--1774504954222-ebcba7c0.png"; + const featureImageAlt1 = "Interactive 3D wardrobe display"; + const featureImage2 = "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTEkLfKMy48GDgE7b9QK7UtsOz/a-dark-modern-ui-screenshot-of-vestra-s--1774504954621-501aab5d.png"; + const featureImageAlt2 = "AI outfit recommendation interface"; + return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+ {/* MetricCardOne section removed as it's not in LOCKED_SELECTION */} - +
);