From f8eea6c51c0f833367d7ee64e2fa0b1a91a77155 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 23:41:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 250 ++++++++++++----------------------------------- 1 file changed, 63 insertions(+), 187 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a5d5a71..44154df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -54,104 +46,59 @@ export default function LandingPage() { @@ -163,17 +110,11 @@ export default function LandingPage() { description="TODAY nu este despre cantitate, este despre pasiune. Tot ce găsești la noi este făcut de la zero, proaspăt în fiecare zi. Fără congelatoare, fără scurtături. Doar gust pur." metrics={[ { - value: "100%", - title: "Fresh", - }, + value: "100%", title: "Fresh"}, { - value: "Daily", - title: "House-made", - }, + value: "Daily", title: "House-made"}, { - value: "Luxury", - title: "Standard", - }, + value: "Luxury", title: "Standard"}, ]} imageSrc="http://img.b2bpic.net/free-photo/top-view-hamburger-menu-assortment_23-2148614041.jpg" imageAlt="Preparare ingrediente proaspete" @@ -189,29 +130,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "House-made everything", - descriptions: [ - "Sosuri, chifle și toppinguri pregătite zilnic de echipa noastră.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg?_wi=1", - }, + id: "f1", title: "House-made everything", descriptions: [ + "Sosuri, chifle și toppinguri pregătite zilnic de echipa noastră."], + imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg"}, { - id: "f2", - title: "Combinații unice", - descriptions: [ - "Explorează arome îndrăznețe precum burgerul cu dulceață de zmeură.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-s-hand-grabbing-burger-s-upper-bun_181624-56720.jpg?_wi=1", - }, + id: "f2", title: "Combinații unice", descriptions: [ + "Explorează arome îndrăznețe precum burgerul cu dulceață de zmeură."], + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-s-hand-grabbing-burger-s-upper-bun_181624-56720.jpg"}, { - id: "f3", - title: "Rapid și proaspăt", - descriptions: [ - "Calitate premium livrată fără așteptări inutile.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-green-burgers-with-green-salad-inside-round-plate-green-desk_140725-11624.jpg?_wi=1", - }, + id: "f3", title: "Rapid și proaspăt", descriptions: [ + "Calitate premium livrată fără așteptări inutile."], + imageSrc: "http://img.b2bpic.net/free-photo/front-view-green-burgers-with-green-salad-inside-round-plate-green-desk_140725-11624.jpg"}, ]} title="De ce TODAY?" description="Calitatea superioară nu este o opțiune, este însăși esența brandului nostru." @@ -220,64 +149,29 @@ export default function LandingPage() {