From ab5762bda42eb1f8aed36fe2c011041825cdf6c2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 22:42:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ca8e7e..b82b216 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,15 +117,15 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "1", name: "Picanha Selection", price: "$38.00", imageSrc: "http://img.b2bpic.net/free-photo/cutting-cooked-steak-food-photography-recipe-ide_53876-144780.jpg" }, + { id: "1", name: "Picanha Prime", price: "$38.00", imageSrc: "http://img.b2bpic.net/free-photo/cutting-cooked-steak-food-photography-recipe-ide_53876-144780.jpg" }, { id: "2", name: "Costela de Boi", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-rosemary-mashed-potatoes-white-plate_9975-124470.jpg" }, { id: "3", name: "Filet Mignon", price: "$42.00", imageSrc: "http://img.b2bpic.net/free-photo/meat-plate-with-olives-tomatoes_141793-802.jpg" }, { id: "4", name: "Lombo de Porco", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/cutting-roasted-beef-sirloin-with-rosemary-pepper_1150-18512.jpg" }, - { id: "5", name: "Fraldinha", price: "$34.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-meat-with-sauce_23-2148599860.jpg" }, + { id: "5", name: "Fraldinha Reserve", price: "$34.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-meat-with-sauce_23-2148599860.jpg" }, { id: "6", name: "Coxa de Frango", price: "$24.00", imageSrc: "http://img.b2bpic.net/free-photo/meat-barbecue-with-grilled-vegetables-variety-sauces-wooden-platter_114579-3701.jpg" } ]} title="Specialty Cuts" - description="Discover our signature dishes, crafted for the true steak enthusiast." + description="Hand-selected from pasture-raised cattle, our steaks are seasoned with sea salt and flame-grilled for a deep, smoky finish that celebrates the natural, juicy flavor of every cut." /> @@ -199,4 +199,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1