From 74355ad6585b8fccdccb2bc6d93e87586aa9a0af Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 06:49:08 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 189 ++++++++++++----------------------------------- 1 file changed, 48 insertions(+), 141 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 10242f0..8f99e6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,10 +19,10 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="medium" - background="noise" - cardStyle="subtle-shadow" - primaryButtonStyle="diagonal-gradient" - secondaryButtonStyle="layered" + background="fluid" + cardStyle="glass-elevated" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="glass" headingFontWeight="bold" > @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -56,82 +48,44 @@ export default function LandingPage() { description="Redefining the modern wardrobe for the conscious individual. Premium quality, timeless design." buttons={[ { - text: "Shop Now", - href: "#products", - }, + text: "Shop Now", href: "#products"}, { - text: "View Lookbook", - href: "#", - }, + text: "View Lookbook", href: "#"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453348.jpg", - imageAlt: "Streetwear Model", - }, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453348.jpg", imageAlt: "Streetwear Model"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-black-outfit_23-2151044540.jpg", - imageAlt: "Front view woman posing with black outfit", - }, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-black-outfit_23-2151044540.jpg", imageAlt: "Front view woman posing with black outfit"}, { - imageSrc: "http://img.b2bpic.net/free-photo/interested-african-man-chilling-stairs-inspired-guy-black-attire-sitting-steps-thinking-about-something_197531-22075.jpg", - imageAlt: "Interested african man chilling on stairs", - }, + imageSrc: "http://img.b2bpic.net/free-photo/interested-african-man-chilling-stairs-inspired-guy-black-attire-sitting-steps-thinking-about-something_197531-22075.jpg", imageAlt: "Interested african man chilling on stairs"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-posing-black-white_23-2149735213.jpg", - imageAlt: "Front view couple posing black and white", - }, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-posing-black-white_23-2149735213.jpg", imageAlt: "Front view couple posing black and white"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-universe-texture-projection_23-2149512085.jpg", - imageAlt: "Young woman standing in universe texture projection", - }, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-universe-texture-projection_23-2149512085.jpg", imageAlt: "Young woman standing in universe texture projection"}, ]} />
@@ -254,18 +165,14 @@ export default function LandingPage() { socialLinks={[ { icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + href: "#", ariaLabel: "Instagram"}, { icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, + href: "#", ariaLabel: "Twitter"}, ]} />
); -} +} \ No newline at end of file -- 2.49.1 From 7df26727ef8a101b5b652661232564bc39d0aff2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 06:49:09 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 6fe75e6..97d12d7 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0A0A0A; - --card: #161616; - --foreground: #FFFFFF; - --primary-cta: #FF8C42; + --background: #050505; + --card: #101010; + --foreground: #f0f0f0; + --primary-cta: #ffffff; --primary-cta-text: #0A0A0A; - --secondary-cta: #0A0A0A; + --secondary-cta: #1c1c1c; --secondary-cta-text: #FFFFFF; - --accent: #FF8C42; - --background-accent: #1A1A1A; + --accent: #333333; + --background-accent: #1a1a1a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1