8 Commits

Author SHA1 Message Date
da13857b39 Update src/app/styles/variables.css 2026-02-18 07:36:21 +00:00
2adb72466a Update src/app/shop/page.tsx 2026-02-18 07:36:20 +00:00
b626d02149 Update src/app/shop/[id]/page.tsx 2026-02-18 07:36:20 +00:00
3d61c83848 Update src/app/page.tsx 2026-02-18 07:36:19 +00:00
ec95fbfc5e Update src/app/layout.tsx 2026-02-18 07:36:18 +00:00
7a3af958d6 Update src/app/blog/page.tsx 2026-02-18 07:36:17 +00:00
c897e9ee5f Merge version_3 into main
Merge version_3 into main
2026-02-18 07:24:32 +00:00
318db34b6b Merge version_3 into main
Merge version_3 into main
2026-02-18 07:22:35 +00:00
6 changed files with 20 additions and 19 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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