diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 90ad957..ea4cdef 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -28,7 +28,8 @@ export const metadata: Metadata = { openGraph: { title: "Sweet Crust Bakery - Premium Artisan Baking", description: "Experience 40 years of baking excellence with handcrafted pastries and fresh bread.", type: "website", siteName: "Sweet Crust Bakery", images: [ { - url: "http://img.b2bpic.net/free-photo/various-baking-supermarket-shelves-sale_627829-7384.jpg", alt: "Fresh bakery display"}, + url: "http://img.b2bpic.net/free-photo/various-baking-supermarket-shelves-sale_627829-7384.jpg", alt: "Fresh bakery display" + }, ], }, twitter: { diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 29a336e..1ea4ca3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1f3251;; - --secondary-cta: #ffffff;; - --accent: #15479c;; - --background-accent: #a8cce8;; */ + /* --background: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #ffffffe6;; + --primary-cta: #e6e6e6;; + --secondary-cta: #1a1a1a;; + --accent: #737373;; + --background-accent: #737373;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1f3251;; + --background: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #ffffffe6;; + --primary-cta: #e6e6e6;; --primary-cta-text: #f5f5f5;; - --secondary-cta: #ffffff;; + --secondary-cta: #1a1a1a;; --secondary-cta-text: #1c1c1c;; - --accent: #15479c;; - --background-accent: #a8cce8;; + --accent: #737373;; + --background-accent: #737373;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);