11 Commits

Author SHA1 Message Date
ec8a6d1bec Update src/app/styles/variables.css 2026-03-03 22:29:15 +00:00
b60a81ad8c Update src/app/reviews/page.tsx 2026-03-03 22:29:14 +00:00
a300d69185 Update src/app/rankings/page.tsx 2026-03-03 22:29:14 +00:00
61a7df90aa Update src/app/page.tsx 2026-03-03 22:29:13 +00:00
0d9ac0738c Update src/app/layout.tsx 2026-03-03 22:29:12 +00:00
0432e2744b Update src/app/about/page.tsx 2026-03-03 22:29:11 +00:00
58ce580786 Merge version_1 into main
Merge version_1 into main
2026-03-03 22:23:20 +00:00
341f0af8f1 Merge version_1 into main
Merge version_1 into main
2026-03-03 22:22:01 +00:00
7441de608b Merge version_1 into main
Merge version_1 into main
2026-03-03 22:21:09 +00:00
0649a36e18 Merge version_1 into main
Merge version_1 into main
2026-03-03 22:19:49 +00:00
71a1463186 Merge version_1 into main
Merge version_1 into main
2026-03-03 22:13:28 +00:00
6 changed files with 115 additions and 304 deletions

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -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({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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.08.9), Strong (7.07.9), Solid (6.06.9). Clear frameworks help you match restaurants to your expectations without guesswork.",
icon: Layers,
title: "Tier-Based Classification", description:
"Elite (9.0+), Exceptional (8.08.9), Strong (7.07.9), Solid (6.06.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"},
]}
/>
</div>
@@ -363,4 +279,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -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"},
]}
/>
</div>
@@ -210,4 +169,4 @@ export default function ReviewsPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -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);