6 Commits

Author SHA1 Message Date
f3442112bb Merge version_2 into main
Merge version_2 into main
2026-04-07 20:20:59 +00:00
1a9d3c2e92 Update src/app/styles/variables.css 2026-04-07 20:20:56 +00:00
7a771ea3d8 Update src/app/page.tsx 2026-04-07 20:20:56 +00:00
551a1ec4e6 Merge version_1 into main
Merge version_1 into main
2026-04-07 20:17:57 +00:00
6229cb7b1b Merge version_1 into main
Merge version_1 into main
2026-04-07 20:17:33 +00:00
5deea0178e Merge version_1 into main
Merge version_1 into main
2026-04-07 20:17:06 +00:00
2 changed files with 13 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
@@ -110,12 +110,13 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Shop", href: "#features" }, { label: "Bundles", href: "#pricing" }] },
{ items: [{ label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }] },
]}
<FooterBaseReveal
logoText="DecantLuxury"
columns={[
{ title: "Shop", items: [{ label: "Collection", href: "#features" }, { label: "Packs", href: "#pricing" }] },
{ title: "Company", items: [{ label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }] },
]}
copyrightText="© 2024 DecantLuxury. All rights reserved."
/>
</div>
</ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fdf8f5;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #c19a6b;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #ffffff;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #d4af37;
--background-accent: #e6e1d5;
--accent: #b8860b;
--background-accent: #8b6914;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);