diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 792471a..20a7fe6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,7 +26,8 @@ export default function AboutPage() { ]; const navButton = { - text: "Explore Rankings", href: "/rankings"}; + text: "Explore Rankings", href: "/rankings" + }; const footerColumns = [ { @@ -72,55 +73,61 @@ export default function AboutPage() {
@@ -157,7 +164,7 @@ export default function AboutPage() { diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a4c9e08..0036170 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,26 +14,28 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "Steak Critique - Professional Restaurant & Steak Reviews", description: "Data-driven restaurant and steak evaluations combining rigorous analytical scoring with genuine culinary insight. Transparent methodology, trusted reviews.", keywords: "steak reviews, restaurant ratings, fine dining, steakhouse reviews, restaurant scoring, culinary evaluation", metadataBase: new URL("https://steakcriture.com"), + title: "My Steak Critique - Personal Restaurant & Steak Reviews", description: "My personal evaluations of steakhouses and restaurants with detailed scoring methodology. Honest, transparent reviews from a passionate steak enthusiast.", keywords: "steak reviews, restaurant ratings, fine dining, steakhouse reviews, restaurant scoring, culinary evaluation", metadataBase: new URL("https://steakcriture.com"), alternates: { - canonical: "https://steakcriture.com"}, + canonical: "https://steakcriture.com" + }, openGraph: { - title: "Steak Critique - Professional Restaurant Reviews", description: "Rigorous, transparent evaluations of steakhouses and restaurants. 60% steak quality, 40% restaurant excellence.", url: "https://steakcriture.com", siteName: "Steak Critique", type: "website", images: [ + title: "My Steak Critique - Personal Restaurant Reviews", description: "My detailed evaluations of steakhouses and restaurants with transparent scoring methodology.", url: "https://steakcriture.com", siteName: "My Steak Critique", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/tuna-salad-with-vegetables-plate_140725-5555.jpg", alt: "Premium steak plating"}, - ], + url: "http://img.b2bpic.net/free-photo/tuna-salad-with-vegetables-plate_140725-5555.jpg", alt: "Premium steak plating" + } + ] }, twitter: { - card: "summary_large_image", title: "Steak Critique - Professional Restaurant Reviews", description: "Transparent, data-driven steak and restaurant evaluations you can trust.", images: ["http://img.b2bpic.net/free-photo/tuna-salad-with-vegetables-plate_140725-5555.jpg"], + card: "summary_large_image", title: "My Steak Critique - Personal Restaurant Reviews", description: "My transparent, detailed steak and restaurant evaluations.", images: ["http://img.b2bpic.net/free-photo/tuna-salad-with-vegetables-plate_140725-5555.jpg"] }, robots: { index: true, - follow: true, - }, + follow: true + } }; export default function RootLayout({ - children, + children }: Readonly<{ children: React.ReactNode; }>) { diff --git a/src/app/page.tsx b/src/app/page.tsx index be202ab..53c6973 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,8 @@ export default function HomePage() { ]; const navButton = { - text: "Explore Rankings", href: "/rankings"}; + text: "Explore Rankings", href: "/rankings" + }; const footerColumns = [ { @@ -77,35 +78,45 @@ export default function HomePage() { secondaryButtonStyle="solid" headingFontWeight="semibold" > +
+
+
+
+
+
+
+
@@ -274,7 +302,7 @@ export default function HomePage() { diff --git a/src/app/rankings/page.tsx b/src/app/rankings/page.tsx index 6b78c53..7b18a2d 100644 --- a/src/app/rankings/page.tsx +++ b/src/app/rankings/page.tsx @@ -19,7 +19,8 @@ export default function RankingsPage() { ]; const navButton = { - text: "Explore Rankings", href: "/rankings"}; + text: "Explore Rankings", href: "/rankings" + }; const footerColumns = [ { @@ -65,44 +66,48 @@ export default function RankingsPage() {
@@ -129,7 +134,7 @@ export default function RankingsPage() { diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index a934aa0..2923ada 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -19,7 +19,8 @@ export default function ReviewsPage() { ]; const navButton = { - text: "Explore Rankings", href: "/rankings"}; + text: "Explore Rankings", href: "/rankings" + }; const footerColumns = [ { @@ -65,55 +66,61 @@ export default function ReviewsPage() {
@@ -164,7 +174,7 @@ export default function ReviewsPage() { diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9c4e630..0cffcc6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,20 +4,20 @@ /* --background: #000000;;;;;; --card: #7e1159;;;;;; - --foreground: #f5f5f5;;;;;; - --primary-cta: #7E1159;;;;;; - --secondary-cta: #C6A75E;;;;;; - --accent: #C6A75E;;;;;; + --foreground: #e8d4e8;;;;;; + --primary-cta: #7e1159;;;;;; + --secondary-cta: #e8d4e8;;;;;; + --accent: #e8d4e8;;;;;; --background-accent: #7e1159;;;;;; */ --background: #000000;;;;;; --card: #7e1159;;;;;; - --foreground: #f5f5f5;;;;;; - --primary-cta: #7E1159;;;;;; + --foreground: #e8d4e8;;;;;; + --primary-cta: #7e1159;;;;;; --primary-cta-text: #fffefe;;;;;; - --secondary-cta: #C6A75E;;;;;; + --secondary-cta: #e8d4e8;;;;;; --secondary-cta-text: #000000;;;;;; - --accent: #C6A75E;;;;;; + --accent: #e8d4e8;;;;;; --background-accent: #7e1159;;;;;; /* text sizing - set by ThemeProvider */