Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-02 22:42:33 +00:00

View File

@@ -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."
/>
</div>
@@ -199,4 +199,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}