From c5feae4a07aedab143fcfe332facc17c7f00826a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:55:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 74841b9..9d46eee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Coffee, Wine, Users, DiningCircle, Package, TrendingUp, Music } from "lucide-react"; +import { Coffee, Wine, Users, Package, TrendingUp, Music } from "lucide-react"; export default function LandingPage() { return ( @@ -44,7 +44,8 @@ export default function LandingPage() { background={{ variant: "downward-rays-static" }} avatars={[ { - src: "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842744.jpg", alt: "TRUST Logo"}, + src: "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842744.jpg", alt: "TRUST Logo" + }, ]} buttons={[ { text: "Kavarna & Bar", href: "kavarna" }, @@ -77,7 +78,8 @@ export default function LandingPage() { features={[ { id: "1", title: "Delovni čas", description: "Ponedeljek–Petek: 7:00–00:00\nSobota: 8:00–00:00\nNedelja: 16:00–00:00", media: { - imageSrc: "http://img.b2bpic.net/free-photo/parisian-coffee-shop-style-with-tasty-coffee-served-wooden-table-coffee-shop-design_482257-18283.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/parisian-coffee-shop-style-with-tasty-coffee-served-wooden-table-coffee-shop-design_482257-18283.jpg" + }, items: [ { icon: Coffee, text: "Jutrannja kava" }, { icon: Wine, text: "Kakovostni koktajli" }, @@ -87,9 +89,10 @@ export default function LandingPage() { }, { id: "2", title: "Ponudka Storitev", description: "Ponujamo dine-in, takeaway in dostavo. Optimalno za poslovne srečanje, prijateljske zborove ali mirne popoldneve.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-with-apron-offering-packed-takeaway-food-female-customer_23-2149025776.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-with-apron-offering-packed-takeaway-food-female-customer_23-2149025776.jpg" + }, items: [ - { icon: DiningCircle, text: "Dine-in" }, + { icon: Package, text: "Dine-in" }, { icon: Package, text: "Takeaway" }, { icon: TrendingUp, text: "Dostava" }, ], @@ -112,13 +115,16 @@ export default function LandingPage() { products={[ { id: "1", brand: "TRUST", name: "Klub Atmosfera", price: "€5–15 vstopnina", rating: 5, - reviewCount: "127+", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-persons-doing-dance-moves_482257-78965.jpg", imageAlt: "TRUST Klub Dance Floor"}, + reviewCount: "127+", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-persons-doing-dance-moves_482257-78965.jpg", imageAlt: "TRUST Klub Dance Floor" + }, { id: "2", brand: "TRUST", name: "Premium Koktajli", price: "€8–12", rating: 5, - reviewCount: "89+", imageSrc: "http://img.b2bpic.net/free-photo/bibliotheque-cocktail-lounge-bar-counter-relaxation-drink_482257-24605.jpg", imageAlt: "Premium Cocktails at TRUST Klub"}, + reviewCount: "89+", imageSrc: "http://img.b2bpic.net/free-photo/bibliotheque-cocktail-lounge-bar-counter-relaxation-drink_482257-24605.jpg", imageAlt: "Premium Cocktails at TRUST Klub" + }, { id: "3", brand: "TRUST", name: "Live Events", price: "Spremenljiva", rating: 5, - reviewCount: "64+", imageSrc: "http://img.b2bpic.net/free-photo/band-performing-studio_107420-96137.jpg", imageAlt: "Live Events at TRUST"}, + reviewCount: "64+", imageSrc: "http://img.b2bpic.net/free-photo/band-performing-studio_107420-96137.jpg", imageAlt: "Live Events at TRUST" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1