Merge version_1_1782046111153 into main #3

Merged
bender merged 1 commits from version_1_1782046111153 into main 2026-06-21 12:50:39 +00:00

View File

@@ -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() {
</div>
</>
);
}
}