From 0432e2744b14bafcbe2dc579c14c7b23198d3e55 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:29:11 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 57 +++++++++++++----------------------------- 1 file changed, 17 insertions(+), 40 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 39b9a9f..792471a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,14 +26,11 @@ export default function AboutPage() { ]; const navButton = { - text: "Explore Rankings", - href: "/rankings", - }; + text: "Explore Rankings", href: "/rankings"}; const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Home", href: "/" }, { label: "Rankings", href: "/rankings" }, { label: "Reviews", href: "/reviews" }, @@ -41,8 +38,7 @@ export default function AboutPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Scoring Methodology", href: "#scoring" }, { label: "Tier System", href: "/about" }, { label: "Submit a Restaurant", href: "/contact" }, @@ -50,8 +46,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Contact", href: "/contact" }, @@ -93,57 +88,39 @@ export default function AboutPage() { animationType="blur-reveal" features={[ { - title: "Transparency & Trust", - description: - "Every rating is backed by documented methodology. No hidden criteria, no favoritism, no mysterious scoring. You know exactly how we evaluate, and you can see why each restaurant earned its rank.", - icon: CheckCircle, + title: "Transparency & Trust", description: + "Every rating is backed by documented methodology. No hidden criteria, no favoritism, no mysterious scoring. You know exactly how we evaluate, and you can see why each restaurant earned its rank.", icon: CheckCircle, mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-vector/flat-design-gantt-chart-template_23-2148656113.jpg?_wi=2", - imageAlt: "Transparent scoring methodology", - }, + "http://img.b2bpic.net/free-vector/flat-design-gantt-chart-template_23-2148656113.jpg?_wi=2", imageAlt: "Transparent scoring methodology"}, { imageSrc: - "http://img.b2bpic.net/free-photo/financial-planner-expert-highlighting-contract-terms-detailed-retirement-plan_482257-100616.jpg?_wi=2", - imageAlt: "Detailed evaluation criteria", - }, + "http://img.b2bpic.net/free-photo/financial-planner-expert-highlighting-contract-terms-detailed-retirement-plan_482257-100616.jpg?_wi=2", imageAlt: "Detailed evaluation criteria"}, ], }, { - title: "Rigorous Analytical Framework", - description: - "60% steak mastery (quality, technique, temperature, seasoning, presentation) + 40% restaurant excellence (service, ambiance, wine, attention to detail, value). Science meets art. Data informs judgment.", - icon: Gauge, + title: "Rigorous Analytical Framework", description: + "60% steak mastery (quality, technique, temperature, seasoning, presentation) + 40% restaurant excellence (service, ambiance, wine, attention to detail, value). Science meets art. Data informs judgment.", icon: Gauge, mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/group-friends-cooking-kitchen_53876-2.jpg?_wi=3", - imageAlt: "Culinary precision and technique", - }, + "http://img.b2bpic.net/free-photo/group-friends-cooking-kitchen_53876-2.jpg?_wi=3", imageAlt: "Culinary precision and technique"}, { imageSrc: - "http://img.b2bpic.net/free-photo/skilled-waiter-bringing-teapot-clients-table-serve-them-tea_482257-122164.jpg?_wi=3", - imageAlt: "Service excellence standards", - }, + "http://img.b2bpic.net/free-photo/skilled-waiter-bringing-teapot-clients-table-serve-them-tea_482257-122164.jpg?_wi=3", imageAlt: "Service excellence standards"}, ], }, { - title: "Community & Expertise", - description: - "Our review team includes executive chefs, sommeliers, food critics, and passionate diners. Diverse perspectives ensure balanced, nuanced evaluations that honor both tradition and innovation.", - icon: Users, + title: "Community & Expertise", description: + "Our review team includes executive chefs, sommeliers, food critics, and passionate diners. Diverse perspectives ensure balanced, nuanced evaluations that honor both tradition and innovation.", icon: Users, mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg?_wi=3", - imageAlt: "Expert culinary professionals", - }, + "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg?_wi=3", imageAlt: "Expert culinary professionals"}, { imageSrc: - "http://img.b2bpic.net/free-photo/serious-elegant-wine-sommelier-is-ready-try-new-red-wine-artisan-wine-boutique_613910-3112.jpg?_wi=3", - imageAlt: "Sommelier expertise", - }, + "http://img.b2bpic.net/free-photo/serious-elegant-wine-sommelier-is-ready-try-new-red-wine-artisan-wine-boutique_613910-3112.jpg?_wi=3", imageAlt: "Sommelier expertise"}, ], }, ]} @@ -185,4 +162,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 0d9ac0738cf539fce27515ebcd2d11554fe4fa6c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:29:12 +0000 Subject: [PATCH 2/6] Update src/app/layout.tsx --- src/app/layout.tsx | 32 ++++++++------------------------ 1 file changed, 8 insertions(+), 24 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8a3e00e..a4c9e08 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,41 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const publicSans = Public_Sans({ - variable: "--font-public-sans", - subsets: ["latin"], + variable: "--font-public-sans", subsets: ["latin"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); 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: "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"), 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: "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: [ { - 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: "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"], }, robots: { index: true, @@ -1432,4 +1416,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 61a7df90aa5699803404026a1b9c075db2f207a0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:29:13 +0000 Subject: [PATCH 3/6] Update src/app/page.tsx --- src/app/page.tsx | 178 +++++++++++++---------------------------------- 1 file changed, 47 insertions(+), 131 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dc645ee..be202ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,14 +35,11 @@ export default function HomePage() { ]; const navButton = { - text: "Explore Rankings", - href: "/rankings", - }; + text: "Explore Rankings", href: "/rankings"}; const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Home", href: "/" }, { label: "Rankings", href: "/rankings" }, { label: "Reviews", href: "/reviews" }, @@ -50,8 +47,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Scoring Methodology", href: "#scoring" }, { label: "Tier System", href: "/about" }, { label: "Submit a Restaurant", href: "/contact" }, @@ -59,8 +55,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Contact", href: "/contact" }, @@ -101,14 +96,10 @@ export default function HomePage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/tuna-salad-with-vegetables-plate_140725-5555.jpg", - imageAlt: "Expertly plated premium steak with garnish", - }, + "http://img.b2bpic.net/free-photo/tuna-salad-with-vegetables-plate_140725-5555.jpg", imageAlt: "Expertly plated premium steak with garnish"}, { imageSrc: - "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg", - imageAlt: "Elegant steakhouse dining room ambiance", - }, + "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg", imageAlt: "Elegant steakhouse dining room ambiance"}, ]} rating={5} ratingText="Trusted by culinary professionals" @@ -148,29 +139,14 @@ export default function HomePage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", - name: "The Prime Cut House", - price: "9.2/10", - imageSrc: - "http://img.b2bpic.net/free-photo/fried-steak-table_140725-44194.jpg?_wi=1", - imageAlt: "The Prime Cut House exterior and steaks", - }, + id: "1", name: "The Prime Cut House", price: "9.2/10", imageSrc: + "http://img.b2bpic.net/free-photo/fried-steak-table_140725-44194.jpg?_wi=1", imageAlt: "The Prime Cut House exterior and steaks"}, { - id: "2", - name: "Heritage Steakhouse", - price: "9.0/10", - imageSrc: - "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg?_wi=1", - imageAlt: "Heritage Steakhouse dining experience", - }, + id: "2", name: "Heritage Steakhouse", price: "9.0/10", imageSrc: + "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg?_wi=1", imageAlt: "Heritage Steakhouse dining experience"}, { - id: "3", - name: "Ember & Oak", - price: "8.8/10", - imageSrc: - "http://img.b2bpic.net/free-photo/closeup-shot-barbequed-meat-glass-wine-near-fireplace_181624-58053.jpg?_wi=1", - imageAlt: "Ember & Oak signature steak presentation", - }, + id: "3", name: "Ember & Oak", price: "8.8/10", imageSrc: + "http://img.b2bpic.net/free-photo/closeup-shot-barbequed-meat-glass-wine-near-fireplace_181624-58053.jpg?_wi=1", imageAlt: "Ember & Oak signature steak presentation"}, ]} buttons={[{ text: "View All Rankings", href: "/rankings" }]} buttonAnimation="slide-up" @@ -189,75 +165,51 @@ export default function HomePage() { animationType="blur-reveal" features={[ { - title: "Transparent Scoring Methodology", - description: - "Every score reflects documented criteria: meat quality, preparation technique, temperature precision, seasoning, and presentation. No hidden agendas, no inflated ratings.", - icon: CheckCircle, + title: "Transparent Scoring Methodology", description: + "Every score reflects documented criteria: meat quality, preparation technique, temperature precision, seasoning, and presentation. No hidden agendas, no inflated ratings.", icon: CheckCircle, mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-vector/flat-design-gantt-chart-template_23-2148656113.jpg?_wi=1", - imageAlt: "Scoring criteria chart", - }, + "http://img.b2bpic.net/free-vector/flat-design-gantt-chart-template_23-2148656113.jpg?_wi=1", imageAlt: "Scoring criteria chart"}, { imageSrc: - "http://img.b2bpic.net/free-photo/financial-planner-expert-highlighting-contract-terms-detailed-retirement-plan_482257-100616.jpg?_wi=1", - imageAlt: "Detailed evaluation documentation", - }, + "http://img.b2bpic.net/free-photo/financial-planner-expert-highlighting-contract-terms-detailed-retirement-plan_482257-100616.jpg?_wi=1", imageAlt: "Detailed evaluation documentation"}, ], }, { - title: "Restaurant Holistic Assessment", - description: - "40% of your score depends on service quality, ambiance, wine selection, attention to detail, and value proposition. Great steak matters, but context is everything.", - icon: Sparkles, + title: "Restaurant Holistic Assessment", description: + "40% of your score depends on service quality, ambiance, wine selection, attention to detail, and value proposition. Great steak matters, but context is everything.", icon: Sparkles, mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg?_wi=1", - imageAlt: "Restaurant dining atmosphere", - }, + "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg?_wi=1", imageAlt: "Restaurant dining atmosphere"}, { imageSrc: - "http://img.b2bpic.net/free-photo/skilled-waiter-bringing-teapot-clients-table-serve-them-tea_482257-122164.jpg?_wi=1", - imageAlt: "Professional table service", - }, + "http://img.b2bpic.net/free-photo/skilled-waiter-bringing-teapot-clients-table-serve-them-tea_482257-122164.jpg?_wi=1", imageAlt: "Professional table service"}, ], }, { - title: "Human-Centered Reviews", - description: - "Numbers tell part of the story. Our written commentary captures the nuance—the warmth of hospitality, unexpected discoveries, standout moments that elevate dining from transaction to memory.", - icon: Heart, + title: "Human-Centered Reviews", description: + "Numbers tell part of the story. Our written commentary captures the nuance—the warmth of hospitality, unexpected discoveries, standout moments that elevate dining from transaction to memory.", icon: Heart, mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/group-friends-cooking-kitchen_53876-2.jpg?_wi=1", - imageAlt: "Chef's attention to detail", - }, + "http://img.b2bpic.net/free-photo/group-friends-cooking-kitchen_53876-2.jpg?_wi=1", imageAlt: "Chef's attention to detail"}, { imageSrc: - "http://img.b2bpic.net/free-photo/slice-tasty-tuna-meal-with-glass-white-wine-restaurant_8353-10588.jpg", - imageAlt: "Memorable dining experience", - }, + "http://img.b2bpic.net/free-photo/slice-tasty-tuna-meal-with-glass-white-wine-restaurant_8353-10588.jpg", imageAlt: "Memorable dining experience"}, ], }, { - title: "Tier-Based Classification", - description: - "Elite (9.0+), Exceptional (8.0–8.9), Strong (7.0–7.9), Solid (6.0–6.9). Clear frameworks help you match restaurants to your expectations without guesswork.", - icon: Layers, + title: "Tier-Based Classification", description: + "Elite (9.0+), Exceptional (8.0–8.9), Strong (7.0–7.9), Solid (6.0–6.9). Clear frameworks help you match restaurants to your expectations without guesswork.", icon: Layers, mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/top-view-fried-meat-dish-with-glass-wine-table-meat-meal-food_140725-28163.jpg?_wi=1", - imageAlt: "Elite tier restaurant showcase", - }, + "http://img.b2bpic.net/free-photo/top-view-fried-meat-dish-with-glass-wine-table-meat-meal-food_140725-28163.jpg?_wi=1", imageAlt: "Elite tier restaurant showcase"}, { imageSrc: - "http://img.b2bpic.net/free-photo/woman-eating-baked-fish-fillet-with-herbs-vegetables-table_141793-2937.jpg", - imageAlt: "Solid tier restaurant example", - }, + "http://img.b2bpic.net/free-photo/woman-eating-baked-fish-fillet-with-herbs-vegetables-table_141793-2937.jpg", imageAlt: "Solid tier restaurant example"}, ], }, ]} @@ -277,67 +229,31 @@ export default function HomePage() { carouselMode="buttons" testimonials={[ { - id: "1", - name: "Chef Marcus Richardson", - role: "Executive Chef", - testimonial: - "Steak Critique's methodology is rigorous and fair. They understand the craft. Their feedback has helped us refine our plating and consistency.", - icon: ChefHat, + id: "1", name: "Chef Marcus Richardson", role: "Executive Chef", testimonial: + "Steak Critique's methodology is rigorous and fair. They understand the craft. Their feedback has helped us refine our plating and consistency.", icon: ChefHat, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg?_wi=1", - imageAlt: "Portrait of Chef Marcus Richardson", - }, + "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg?_wi=1", imageAlt: "Portrait of Chef Marcus Richardson"}, { - id: "2", - name: "Sarah Chen", - role: "Food Critic", - testimonial: - "Finally, a platform that balances data with narrative. The transparency in scoring is refreshing—no mystery, no favoritism.", - imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2148680199.jpg?_wi=1", - imageAlt: "Portrait of Sarah Chen", - }, + id: "2", name: "Sarah Chen", role: "Food Critic", testimonial: + "Finally, a platform that balances data with narrative. The transparency in scoring is refreshing—no mystery, no favoritism.", imageSrc: + "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2148680199.jpg?_wi=1", imageAlt: "Portrait of Sarah Chen"}, { - id: "3", - name: "Robert Mitchell", - role: "Restaurant Owner", - testimonial: - "We use their tier classifications in our marketing. Honest, credible, and customers respect it. That's powerful.", - imageSrc: - "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", - imageAlt: "Portrait of Robert Mitchell", - }, + id: "3", name: "Robert Mitchell", role: "Restaurant Owner", testimonial: + "We use their tier classifications in our marketing. Honest, credible, and customers respect it. That's powerful.", imageSrc: + "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", imageAlt: "Portrait of Robert Mitchell"}, { - id: "4", - name: "Amelia Torres", - role: "Culinary Director", - testimonial: - "The blend of scientific rigor and genuine appreciation for the craft is rare. This is the review source I trust.", - icon: Flame, + id: "4", name: "Amelia Torres", role: "Culinary Director", testimonial: + "The blend of scientific rigor and genuine appreciation for the craft is rare. This is the review source I trust.", icon: Flame, imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg", - imageAlt: "Portrait of Amelia Torres", - }, + "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg", imageAlt: "Portrait of Amelia Torres"}, { - id: "5", - name: "James Sullivan", - role: "Sommelier", - testimonial: - "Their reviews acknowledge wine pairing and service context alongside steak quality. Holistic. Professional. Exactly what the industry needed.", - imageSrc: - "http://img.b2bpic.net/free-photo/serious-elegant-wine-sommelier-is-ready-try-new-red-wine-artisan-wine-boutique_613910-3112.jpg?_wi=1", - imageAlt: "Portrait of James Sullivan", - }, + id: "5", name: "James Sullivan", role: "Sommelier", testimonial: + "Their reviews acknowledge wine pairing and service context alongside steak quality. Holistic. Professional. Exactly what the industry needed.", imageSrc: + "http://img.b2bpic.net/free-photo/serious-elegant-wine-sommelier-is-ready-try-new-red-wine-artisan-wine-boutique_613910-3112.jpg?_wi=1", imageAlt: "Portrait of James Sullivan"}, { - id: "6", - name: "Diana Foster", - role: "Dining Enthusiast", - testimonial: - "I plan my restaurant visits around Steak Critique recommendations. No fluff, no influencer nonsense—just solid, earned scores.", - imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg", - imageAlt: "Portrait of Diana Foster", - }, + id: "6", name: "Diana Foster", role: "Dining Enthusiast", testimonial: + "I plan my restaurant visits around Steak Critique recommendations. No fluff, no influencer nonsense—just solid, earned scores.", imageSrc: + "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg", imageAlt: "Portrait of Diana Foster"}, ]} /> @@ -363,4 +279,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1 From a300d69185bd6a10c3068468d5dc7bbf1006f382 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:29:14 +0000 Subject: [PATCH 4/6] Update src/app/rankings/page.tsx --- src/app/rankings/page.tsx | 51 ++++++++++----------------------------- 1 file changed, 13 insertions(+), 38 deletions(-) diff --git a/src/app/rankings/page.tsx b/src/app/rankings/page.tsx index cb81533..6b78c53 100644 --- a/src/app/rankings/page.tsx +++ b/src/app/rankings/page.tsx @@ -19,14 +19,11 @@ export default function RankingsPage() { ]; const navButton = { - text: "Explore Rankings", - href: "/rankings", - }; + text: "Explore Rankings", href: "/rankings"}; const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Home", href: "/" }, { label: "Rankings", href: "/rankings" }, { label: "Reviews", href: "/reviews" }, @@ -34,8 +31,7 @@ export default function RankingsPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Scoring Methodology", href: "#scoring" }, { label: "Tier System", href: "/about" }, { label: "Submit a Restaurant", href: "/contact" }, @@ -43,8 +39,7 @@ export default function RankingsPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Contact", href: "/contact" }, @@ -87,37 +82,17 @@ export default function RankingsPage() { gridVariant="four-items-2x2-equal-grid" products={[ { - id: "1", - name: "The Prime Cut House", - price: "9.2/10", - imageSrc: - "http://img.b2bpic.net/free-photo/fried-steak-table_140725-44194.jpg?_wi=2", - imageAlt: "The Prime Cut House - Elite tier", - }, + id: "1", name: "The Prime Cut House", price: "9.2/10", imageSrc: + "http://img.b2bpic.net/free-photo/fried-steak-table_140725-44194.jpg?_wi=2", imageAlt: "The Prime Cut House - Elite tier"}, { - id: "2", - name: "Heritage Steakhouse", - price: "9.0/10", - imageSrc: - "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg?_wi=2", - imageAlt: "Heritage Steakhouse - Elite tier", - }, + id: "2", name: "Heritage Steakhouse", price: "9.0/10", imageSrc: + "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg?_wi=2", imageAlt: "Heritage Steakhouse - Elite tier"}, { - id: "3", - name: "Ember & Oak", - price: "8.8/10", - imageSrc: - "http://img.b2bpic.net/free-photo/closeup-shot-barbequed-meat-glass-wine-near-fireplace_181624-58053.jpg?_wi=2", - imageAlt: "Ember & Oak - Exceptional tier", - }, + id: "3", name: "Ember & Oak", price: "8.8/10", imageSrc: + "http://img.b2bpic.net/free-photo/closeup-shot-barbequed-meat-glass-wine-near-fireplace_181624-58053.jpg?_wi=2", imageAlt: "Ember & Oak - Exceptional tier"}, { - id: "4", - name: "Copper & Stone", - price: "8.5/10", - imageSrc: - "http://img.b2bpic.net/free-photo/top-view-fried-meat-dish-with-glass-wine-table-meat-meal-food_140725-28163.jpg?_wi=2", - imageAlt: "Copper & Stone - Exceptional tier", - }, + id: "4", name: "Copper & Stone", price: "8.5/10", imageSrc: + "http://img.b2bpic.net/free-photo/top-view-fried-meat-dish-with-glass-wine-table-meat-meal-food_140725-28163.jpg?_wi=2", imageAlt: "Copper & Stone - Exceptional tier"}, ]} buttons={[{ text: "View Methodology", href: "/about" }]} buttonAnimation="slide-up" @@ -159,4 +134,4 @@ export default function RankingsPage() { ); -} \ No newline at end of file +} -- 2.49.1 From b60a81ad8cad191df0edf306ec3e141f1e1cff03 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:29:14 +0000 Subject: [PATCH 5/6] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 93 +++++++++++----------------------------- 1 file changed, 26 insertions(+), 67 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 415ee22..a934aa0 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -19,14 +19,11 @@ export default function ReviewsPage() { ]; const navButton = { - text: "Explore Rankings", - href: "/rankings", - }; + text: "Explore Rankings", href: "/rankings"}; const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Home", href: "/" }, { label: "Rankings", href: "/rankings" }, { label: "Reviews", href: "/reviews" }, @@ -34,8 +31,7 @@ export default function ReviewsPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Scoring Methodology", href: "#scoring" }, { label: "Tier System", href: "/about" }, { label: "Submit a Restaurant", href: "/contact" }, @@ -43,8 +39,7 @@ export default function ReviewsPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Contact", href: "/contact" }, @@ -86,57 +81,39 @@ export default function ReviewsPage() { animationType="blur-reveal" features={[ { - title: "The Prime Cut House Deep Dive", - description: - "A comprehensive analysis of their award-winning ribeye program, sous-vide techniques, wine pairings, and consistently outstanding service. Learn what sets them apart.", - icon: Sparkles, + title: "The Prime Cut House Deep Dive", description: + "A comprehensive analysis of their award-winning ribeye program, sous-vide techniques, wine pairings, and consistently outstanding service. Learn what sets them apart.", icon: Sparkles, mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/fried-steak-table_140725-44194.jpg?_wi=3", - imageAlt: "The Prime Cut House signature ribeye", - }, + "http://img.b2bpic.net/free-photo/fried-steak-table_140725-44194.jpg?_wi=3", imageAlt: "The Prime Cut House signature ribeye"}, { imageSrc: - "http://img.b2bpic.net/free-photo/skilled-waiter-bringing-teapot-clients-table-serve-them-tea_482257-122164.jpg?_wi=2", - imageAlt: "Premium service at The Prime Cut House", - }, + "http://img.b2bpic.net/free-photo/skilled-waiter-bringing-teapot-clients-table-serve-them-tea_482257-122164.jpg?_wi=2", imageAlt: "Premium service at The Prime Cut House"}, ], }, { - title: "Heritage Steakhouse: Tradition & Excellence", - description: - "Exploring how heritage techniques meet modern standards. Their dry-aging process, house-made sauces, and warm hospitality create a timeless steakhouse experience.", - icon: Sparkles, + title: "Heritage Steakhouse: Tradition & Excellence", description: + "Exploring how heritage techniques meet modern standards. Their dry-aging process, house-made sauces, and warm hospitality create a timeless steakhouse experience.", icon: Sparkles, mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg?_wi=3", - imageAlt: "Heritage Steakhouse elegant dining room", - }, + "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg?_wi=3", imageAlt: "Heritage Steakhouse elegant dining room"}, { imageSrc: - "http://img.b2bpic.net/free-photo/group-friends-cooking-kitchen_53876-2.jpg?_wi=2", - imageAlt: "Heritage Steakhouse kitchen craftsmanship", - }, + "http://img.b2bpic.net/free-photo/group-friends-cooking-kitchen_53876-2.jpg?_wi=2", imageAlt: "Heritage Steakhouse kitchen craftsmanship"}, ], }, { - title: "Ember & Oak: Innovation Meets Mastery", - description: - "A modern steakhouse redefining what's possible with open-flame cooking. Unique marinades, precision temperature control, and unexpected flavor combinations elevate tradition.", - icon: Sparkles, + title: "Ember & Oak: Innovation Meets Mastery", description: + "A modern steakhouse redefining what's possible with open-flame cooking. Unique marinades, precision temperature control, and unexpected flavor combinations elevate tradition.", icon: Sparkles, mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/closeup-shot-barbequed-meat-glass-wine-near-fireplace_181624-58053.jpg?_wi=3", - imageAlt: "Ember & Oak wood-fired steak preparation", - }, + "http://img.b2bpic.net/free-photo/closeup-shot-barbequed-meat-glass-wine-near-fireplace_181624-58053.jpg?_wi=3", imageAlt: "Ember & Oak wood-fired steak preparation"}, { imageSrc: - "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg?_wi=2", - imageAlt: "Ember & Oak contemporary ambiance", - }, + "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg?_wi=2", imageAlt: "Ember & Oak contemporary ambiance"}, ], }, ]} @@ -156,35 +133,17 @@ export default function ReviewsPage() { carouselMode="buttons" testimonials={[ { - id: "1", - name: "Chef Marcus Richardson", - role: "Lead Reviewer - Steak Mastery", - testimonial: - "With 25 years in fine dining, I evaluate every cut with the same rigor I'd apply in my own kitchen. Consistency and craft matter most.", - imageSrc: - "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg?_wi=2", - imageAlt: "Chef Marcus Richardson", - }, + id: "1", name: "Chef Marcus Richardson", role: "Lead Reviewer - Steak Mastery", testimonial: + "With 25 years in fine dining, I evaluate every cut with the same rigor I'd apply in my own kitchen. Consistency and craft matter most.", imageSrc: + "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg?_wi=2", imageAlt: "Chef Marcus Richardson"}, { - id: "2", - name: "Sarah Chen", - role: "Food Critic - Restaurant Dynamics", - testimonial: - "Ambiance, service, and attention to detail shape every review. A great steak in a mediocre setting tells a different story than one in an exceptional environment.", - imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2148680199.jpg?_wi=2", - imageAlt: "Sarah Chen", - }, + id: "2", name: "Sarah Chen", role: "Food Critic - Restaurant Dynamics", testimonial: + "Ambiance, service, and attention to detail shape every review. A great steak in a mediocre setting tells a different story than one in an exceptional environment.", imageSrc: + "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2148680199.jpg?_wi=2", imageAlt: "Sarah Chen"}, { - id: "3", - name: "James Sullivan", - role: "Wine Specialist - Beverage Excellence", - testimonial: - "Wine pairing, cocktail execution, and beverage program depth are critical components of a complete restaurant experience. Sommelier expertise matters.", - imageSrc: - "http://img.b2bpic.net/free-photo/serious-elegant-wine-sommelier-is-ready-try-new-red-wine-artisan-wine-boutique_613910-3112.jpg?_wi=2", - imageAlt: "James Sullivan", - }, + id: "3", name: "James Sullivan", role: "Wine Specialist - Beverage Excellence", testimonial: + "Wine pairing, cocktail execution, and beverage program depth are critical components of a complete restaurant experience. Sommelier expertise matters.", imageSrc: + "http://img.b2bpic.net/free-photo/serious-elegant-wine-sommelier-is-ready-try-new-red-wine-artisan-wine-boutique_613910-3112.jpg?_wi=2", imageAlt: "James Sullivan"}, ]} /> @@ -210,4 +169,4 @@ export default function ReviewsPage() { ); -} \ No newline at end of file +} -- 2.49.1 From ec8a6d1bec2729cbb3f6cf25d9638a5556e3a758 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:29:15 +0000 Subject: [PATCH 6/6] 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 11d4961..9c4e630 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,21 +4,21 @@ /* --background: #000000;;;;;; --card: #7e1159;;;;;; - --foreground: #080908;;;;;; + --foreground: #f5f5f5;;;;;; --primary-cta: #7E1159;;;;;; --secondary-cta: #C6A75E;;;;;; --accent: #C6A75E;;;;;; - --background-accent: #000000;;;;;; */ + --background-accent: #7e1159;;;;;; */ --background: #000000;;;;;; --card: #7e1159;;;;;; - --foreground: #080908;;;;;; + --foreground: #f5f5f5;;;;;; --primary-cta: #7E1159;;;;;; --primary-cta-text: #fffefe;;;;;; --secondary-cta: #C6A75E;;;;;; --secondary-cta-text: #000000;;;;;; --accent: #C6A75E;;;;;; - --background-accent: #000000;;;;;; + --background-accent: #7e1159;;;;;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1