Merge version_2 into main #2
@@ -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,
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user