Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-05-22 18:11:40 +00:00
2 changed files with 32 additions and 11 deletions

View File

@@ -151,16 +151,37 @@ export default function LandingPage() {
logoText="Threads Boutique"
columns={[
{
title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }, { label: "Shop", href: "#products" }],
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Values", href: "#about" },
{ label: "Careers", href: "#contact" }
],
},
{
title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Directions", href: "https://maps.google.com" }],
title: "Navigation", items: [
{ label: "Home", href: "#hero" },
{ label: "Shop Catalog", href: "#products" },
{ label: "Reviews", href: "#testimonials" }
],
},
{
title: "Customer Support", items: [
{ label: "Contact Support", href: "#contact" },
{ label: "Location & Hours", href: "#contact" },
{ label: "FAQs", href: "#faq" }
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
],
}
]}
copyrightText="© 2025 Threads Boutique"
copyrightText="© 2025 Threads Boutique. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--background: #f7f6f7;
--card: #ffffff;
--foreground: #1b0c25;
--primary-cta: #1b0c25;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta: #ffffff;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
--accent: #ff93e4;
--background-accent: #e8a8c3;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);