Merge version_4 into main #7

Merged
bender merged 6 commits from version_4 into main 2026-02-18 07:36:25 +00:00
6 changed files with 20 additions and 19 deletions

View File

@@ -74,4 +74,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -9,7 +9,8 @@ const inter = Inter({
});
export const metadata: Metadata = {
title: "Wanderlust Boutique", description: "Curated luxury travel experiences"};
title: "Wanderlust Boutique", description: "Curated luxury travel experiences"
};
export default function RootLayout({
children,

View File

@@ -247,4 +247,4 @@ export default function TravelPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -237,4 +237,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -110,4 +110,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -2,21 +2,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #f5faff;;;;
--card: #f1f8ff;;;;
--foreground: #001122;;;;
--primary-cta: #15479c;;;;
--secondary-cta: #ffffff;;;;
--accent: #a8cce8;;;;
--background-accent: #7ba3cf;;;; */
/* --background: #000000;;;;
--card: #1a1a1a;;;;
--foreground: #ffdd00;;;;
--primary-cta: #ffdd00;;;;
--secondary-cta: #000000;;;;
--accent: #ffdd00;;;;
--background-accent: #333333;;;; */
--background: #f5faff;;;;
--card: #f1f8ff;;;;
--foreground: #001122;;;;
--primary-cta: #15479c;;;;
--secondary-cta: #ffffff;;;;
--accent: #a8cce8;;;;
--background-accent: #7ba3cf;;;;
--background: #000000;;;;
--card: #1a1a1a;;;;
--foreground: #ffdd00;;;;
--primary-cta: #ffdd00;;;;
--secondary-cta: #000000;;;;
--accent: #ffdd00;;;;
--background-accent: #333333;;;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);