From 7a3af958d6f8a4b98d620c405d4688f12a47fdb5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 07:36:17 +0000 Subject: [PATCH 1/6] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.49.1 From ec95fbfc5e30efad0a71fbf5981e82b68c73ec66 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 07:36:18 +0000 Subject: [PATCH 2/6] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.49.1 From 3d61c8384803be8e7eb16693c1a2cc36d93f41b3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 07:36:19 +0000 Subject: [PATCH 3/6] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.49.1 From b626d0214945c2a0e57b5b311751765d5f0bf229 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 07:36:20 +0000 Subject: [PATCH 4/6] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.49.1 From 2adb72466af492356f7687c158ebd8a148f82504 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 07:36:20 +0000 Subject: [PATCH 5/6] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.49.1 From da13857b3972c6bce07e14cd663c7b0d8c77b406 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 07:36:21 +0000 Subject: [PATCH 6/6] Update src/app/styles/variables.css --- src/app/styles/variables.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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); -- 2.49.1