From fa002447a25e185b32c5a62b53e0b7682d78933e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 11:31:54 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 98 ++++++++++++++++-------------------------------- 1 file changed, 33 insertions(+), 65 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1cf7f9f..05479de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function ItalianRestaurantPage() { borderRadius="soft" contentWidth="medium" sizing="mediumLarge" - background="floatingGradient" + background="none" cardStyle="glass-elevated" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -38,8 +38,7 @@ export default function ItalianRestaurantPage() { { name: "Reviews", id: "testimonials" } ]} button={{ - text: "Book a Table", - href: "contact" + text: "Book a Table", href: "contact" }} /> @@ -62,7 +61,7 @@ export default function ItalianRestaurantPage() {
@@ -220,4 +188,4 @@ export default function ItalianRestaurantPage() { ); -} +} \ No newline at end of file -- 2.49.1 From bb3bb316307e8f15de9530355c30a98f5ae8487c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 11:31:55 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fbd84bc..018e8e2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1c1c1c; - --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; - --secondary-cta-text: #1c1c1c; - --accent: #e63946; - --background-accent: #e8bea8; + --background: #000000; + --card: #0c0c0c; + --foreground: #ffffff; + --primary-cta: #106EFB; + --primary-cta-text: #ffffff; + --secondary-cta: #000000; + --secondary-cta-text: #ffffff; + --accent: #535353; + --background-accent: #106EFB; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1