From 6a684ecb0ac94501c689de25009d7b08415ce1ca Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 12:50:35 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index e11b9c6..3ea5522 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards'; -import { Award, Clock, Gift, Smartphone, Smile, Star } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -64,7 +63,7 @@ export default function HomePage() { description="Više od dve decenije grad raste zajedno sa nama." testimonials={[ { name: "Dani A.", role: "Verni kupac", company: "Beograd", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-sauce-bottle_23-2148773532.jpg" }, - { name: "Miloš Z.", role: "Entuzijasta", company: "Novi Sad", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-bacon-burgers_23-2148784482.jpg" }, + { name: "Miloš Z.", role: "Entuzijasta", company: "Novi Sad", rating: 5, imageSrc: "http://img.b2bpic.net/close-up-fresh-bacon-burgers_23-2148784482.jpg" }, { name: "Jana K.", role: "Redovna mušterija", company: "Niš", rating: 5, imageSrc: "http://img.b2bpic.net/top-view-delicious-pancakes-with-nuts-dark-blue-surface_179666-44490.jpg" }, { name: "Marko P.", role: "Student", company: "Beograd", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-delivery-guy-holding-pizza-box_23-2148247854.jpg" }, { name: "Sara B.", role: "Kupac", company: "Novi Sad", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-s-hands-holding-delicious-double-cheeseburger_181624-56398.jpg" } @@ -131,4 +130,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1