diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index bc66880..db1eb8f 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -74,4 +74,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7b7f99a..6b5fdaa 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, diff --git a/src/app/page.tsx b/src/app/page.tsx index 9188e4d..aa98faa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -247,4 +247,4 @@ export default function TravelPage() { ); -} \ No newline at end of file +} diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 1f31c0a..0ff6dad 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -237,4 +237,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 4f8c6b9..77d5737 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -110,4 +110,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 5e7f710..93ce85b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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);