From 25d0623e9c11d53b542bdc44a81423281053c594 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 12:10:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dc53d3d..09692fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,8 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { id: "p1", name: "Mici de Dedulești", price: "20 lei", imageSrc: "http://img.b2bpic.net/free-photo/fork-with-roast-sausages-platter_23-2148167628.jpg" }, - { id: "p2", name: "Hotdog Fenomenal", price: "25 lei", imageSrc: "http://img.b2bpic.net/free-photo/hot-dog-with-sausage-cucumber-tomato-lettuce-dark-wooden-table-summer-hotdog-top-view_2829-16979.jpg" } + { id: "p2", name: "Hotdog Fenomenal", price: "25 lei", imageSrc: "http://img.b2bpic.net/free-photo/hot-dog-with-sausage-cucumber-tomato-lettuce-dark-wooden-table-summer-hotdog-top-view_2829-16979.jpg" }, + { id: "p3", name: "Cârnăciori", price: "22 lei", imageSrc: "http://img.b2bpic.net/free-photo/grilled-sausages-with-vegetables-wooden-table_23-2148167628.jpg" } ]} /> @@ -112,6 +113,7 @@ export default function LandingPage() { @@ -126,6 +128,7 @@ export default function LandingPage() { { id: "f2", title: "Cum pot comanda?", content: "Sună la 0771 747 500." } ]} faqsAnimation="slide-up" + useInvertedBackground={false} /> @@ -135,7 +138,7 @@ export default function LandingPage() { title="Ești gata pentru un festin?" description="Sună acum sau vizitează-ne pentru o experiență culinară tradițională." buttons={[{ text: "Sună Acum", href: "tel:0771747500" }]} - background={{ variant: "glowing-orb" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={true} /> -- 2.49.1