From ff7b96cafac3c3e47d49f32420433666a3553a27 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:42:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 249cd0b..443bd81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,9 +93,9 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" products={[ - { id: "1", brand: "Prime Grade", name: "Wagyu Ribeye", price: "$89.00", rating: 5, reviewCount: "428", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-sauce-greens-along-with-glass-wine-brown-desk-food-meat-meal_140725-26144.jpg", imageAlt: "Wagyu ribeye steak" }, - { id: "2", brand: "Prime Grade", name: "Filet Mignon", price: "$82.00", rating: 5, reviewCount: "356", imageSrc: "http://img.b2bpic.net/free-photo/roasted-beef-cut-with-sauce-selection_140725-1842.jpg", imageAlt: "Filet mignon steak" }, - { id: "3", brand: "Prime Grade", name: "Bone-In Ribeye", price: "$85.00", rating: 5, reviewCount: "392", imageSrc: "http://img.b2bpic.net/free-photo/well-done-t-bone-steak-pineapple_140725-7536.jpg", imageAlt: "Bone-in ribeye steak" } + { id: "1", brand: "Prime Grade", name: "Wagyu Ribeye", price: "$89.00", rating: 5, reviewCount: "428", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-sauce-greens-along-with-glass-wine-brown-desk-food-meat-meal_140725-26144.jpg?_wi=1", imageAlt: "Wagyu ribeye steak" }, + { id: "2", brand: "Prime Grade", name: "Filet Mignon", price: "$82.00", rating: 5, reviewCount: "356", imageSrc: "http://img.b2bpic.net/free-photo/roasted-beef-cut-with-sauce-selection_140725-1842.jpg?_wi=1", imageAlt: "Filet mignon steak" }, + { id: "3", brand: "Prime Grade", name: "Bone-In Ribeye", price: "$85.00", rating: 5, reviewCount: "392", imageSrc: "http://img.b2bpic.net/free-photo/well-done-t-bone-steak-pineapple_140725-7536.jpg?_wi=1", imageAlt: "Bone-in ribeye steak" } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -115,15 +115,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Selection", title: "Premium Sourcing", subtitle: "Only the finest beef", description: "Our master butchers personally select each cut from trusted suppliers worldwide. We evaluate marbling, color, and texture to ensure only the highest-grade Prime and Wagyu beef makes it into our facility.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-sauce-greens-along-with-glass-wine-brown-desk-food-meat-meal_140725-26144.jpg", imageAlt: "Premium beef selection" + tag: "Selection", title: "Premium Sourcing", subtitle: "Only the finest beef", description: "Our master butchers personally select each cut from trusted suppliers worldwide. We evaluate marbling, color, and texture to ensure only the highest-grade Prime and Wagyu beef makes it into our facility.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-sauce-greens-along-with-glass-wine-brown-desk-food-meat-meal_140725-26144.jpg?_wi=2", imageAlt: "Premium beef selection" }, { id: 2, - tag: "Aging", title: "Dry Aging Mastery", subtitle: "45+ days of perfection", description: "Our climate-controlled dry-aging facility maintains precise temperature and humidity. This extended aging process concentrates flavors and creates the tender, juicy texture that defines a true steakhouse experience.", imageSrc: "http://img.b2bpic.net/free-photo/roasted-beef-cut-with-sauce-selection_140725-1842.jpg", imageAlt: "Dry aging process" + tag: "Aging", title: "Dry Aging Mastery", subtitle: "45+ days of perfection", description: "Our climate-controlled dry-aging facility maintains precise temperature and humidity. This extended aging process concentrates flavors and creates the tender, juicy texture that defines a true steakhouse experience.", imageSrc: "http://img.b2bpic.net/free-photo/roasted-beef-cut-with-sauce-selection_140725-1842.jpg?_wi=2", imageAlt: "Dry aging process" }, { id: 3, - tag: "Preparation", title: "Expert Grilling", subtitle: "Precision cooking", description: "Our head chef and team bring decades of combined experience to every plate. Each steak is seared to order on our custom-built grills, finished to your exact preference with compound butter and seasonal accents.", imageSrc: "http://img.b2bpic.net/free-photo/well-done-t-bone-steak-pineapple_140725-7536.jpg", imageAlt: "Expert grilling technique" + tag: "Preparation", title: "Expert Grilling", subtitle: "Precision cooking", description: "Our head chef and team bring decades of combined experience to every plate. Each steak is seared to order on our custom-built grills, finished to your exact preference with compound butter and seasonal accents.", imageSrc: "http://img.b2bpic.net/free-photo/well-done-t-bone-steak-pineapple_140725-7536.jpg?_wi=2", imageAlt: "Expert grilling technique" } ]} textboxLayout="default" -- 2.49.1