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 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);