From b3cde717fb8fc362eb1809a08d979ba510d4bbff Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:23:57 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 44ca6f3..4f3d7a1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,16 +16,19 @@ const inter = Inter({ export const metadata: Metadata = { title: "Sutton Pizza Co | Authentic Wood-Fired Pizzas", description: "Handcrafted pizzas made with premium ingredients in Sutton. Order online or visit us today for fresh, authentic Italian pizza.", keywords: "pizza, Sutton, wood-fired, Italian, delivery, restaurant", metadataBase: new URL("https://suttonpizzaco.com"), alternates: { - canonical: "https://suttonpizzaco.com"}, + canonical: "https://suttonpizzaco.com" + }, openGraph: { title: "Sutton Pizza Co | Authentic Wood-Fired Pizzas", description: "Handcrafted pizzas made with premium ingredients in Sutton. Fresh, authentic Italian pizza.", url: "https://suttonpizzaco.com", siteName: "Sutton Pizza Co", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg", alt: "Artisan pizza in wood-fired oven"}, + url: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg", alt: "Artisan pizza in wood-fired oven" + }, ], }, twitter: { card: "summary_large_image", title: "Sutton Pizza Co | Authentic Wood-Fired Pizzas", description: "Handcrafted pizzas made with premium ingredients. Order online or visit Sutton.", images: [ - "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg"], + "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg" + ], }, robots: { index: true, -- 2.49.1 From 98bf0eab225edc23d39f082665ae221425ac874a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:23:57 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3d0e32c..6d91dc5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #000f06e6; - --primary-cta: #0a7039; + --foreground: #000612e6; + --primary-cta: #e63946; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #000f06e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #0a7039; + --background-accent: #ffb81c; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1