Merge version_4 into main #7
@@ -74,4 +74,4 @@ export default function BlogPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -247,4 +247,4 @@ export default function TravelPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -237,4 +237,4 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -110,4 +110,4 @@ export default function ShopPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user