From c38c63f57f2886f1d322615b254c4216c5583ad6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 10:31:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 112 ++++++++++++----------------------------------- 1 file changed, 27 insertions(+), 85 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c34806..638cce0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TextAbout from '@/components/sections/about/TextAbout'; +import { CheckCircle } from 'lucide-react'; export default function LandingPage() { return ( @@ -29,21 +30,13 @@ export default function LandingPage() { @@ -52,21 +45,16 @@ export default function LandingPage() {
@@ -84,33 +72,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Vrhunska usluga", - description: "Usluga koja prevazilazi očekivanja svakog gosta.", - buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg?_wi=2", - imageAlt: "elegant dark luxury restaurant interior", - }, + title: "Vrhunska usluga", description: "Usluga koja prevazilazi očekivanja svakog gosta.", buttonIcon: CheckCircle, + imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg", imageAlt: "elegant dark luxury restaurant interior"}, { - title: "Kvalitetne namirnice", - description: "Sveže i pažljivo birani sastojci za autentičan ukus.", - buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg?_wi=1", - imageAlt: "traditional gourmet food close up", - }, + title: "Kvalitetne namirnice", description: "Sveže i pažljivo birani sastojci za autentičan ukus.", buttonIcon: CheckCircle, + imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg", imageAlt: "traditional gourmet food close up"}, { - title: "Prijatna atmosfera", - description: "Ambinejt u kojem se osećate kao kod kuće, ali bolje.", - buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg?_wi=1", - imageAlt: "traditional cuisine refined presentation", - }, + title: "Prijatna atmosfera", description: "Ambinejt u kojem se osećate kao kod kuće, ali bolje.", buttonIcon: CheckCircle, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg", imageAlt: "traditional cuisine refined presentation"}, { - title: "Odnos cene i kvaliteta", - description: "Fantastična hrana po pristupačnim cenama za svakoga.", - buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg?_wi=1", - imageAlt: "traditional food wooden table set", - }, + title: "Odnos cene i kvaliteta", description: "Fantastična hrana po pristupačnim cenama za svakoga.", buttonIcon: CheckCircle, + imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg", imageAlt: "traditional food wooden table set"}, ]} title="Zašto Boem" description="Gosti ne dolaze samo zbog hrane — dolaze zbog osećaja." @@ -125,41 +97,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Danina korpica", - price: "1.200 RSD", - imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg?_wi=2", - }, + id: "1", name: "Danina korpica", price: "1.200 RSD", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg"}, { - id: "2", - name: "Kiseli kupus", - price: "850 RSD", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg?_wi=2", - }, + id: "2", name: "Kiseli kupus", price: "850 RSD", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg"}, { - id: "3", - name: "Bela lučana paprika", - price: "750 RSD", - imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg?_wi=2", - }, + id: "3", name: "Bela lučana paprika", price: "750 RSD", imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg"}, { - id: "4", - name: "Domaća supa", - price: "600 RSD", - imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg?_wi=3", - }, + id: "4", name: "Domaća supa", price: "600 RSD", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg"}, { - id: "5", - name: "Teleća čorba", - price: "650 RSD", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg?_wi=3", - }, + id: "5", name: "Teleća čorba", price: "650 RSD", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg"}, { - id: "6", - name: "Specijalitet kuće", - price: "1.800 RSD", - imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg?_wi=3", - }, + id: "6", name: "Specijalitet kuće", price: "1.800 RSD", imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg"}, ]} title="Ukusi koje morate probati" description="Tradicionalni recepti, savremena priprema, nezaboravan ukus." @@ -170,15 +118,13 @@ export default function LandingPage() { @@ -187,13 +133,9 @@ export default function LandingPage() { -- 2.49.1