Update src/app/page.tsx

This commit is contained in:
2026-03-05 19:52:13 +00:00
parent e3fa418b27
commit 4c4f5cd082

View File

@@ -42,8 +42,9 @@ export default function LandingPage() {
description="Industrial company in Varaždin, Croatia | 4.2★ (110 reviews) | Varaždin, Croatia"
buttons={[
{
text: "Get Directions", href: "https://www.google.com/maps/search/79R5+64+Varazdin"},
{ text: "Save Location", href: "#" },
text: "Get Directions", href: "https://www.google.com/maps/search/79R5+64+Varazdin"
},
{ text: "Request Visit", href: "#location" },
]}
imageSrc="http://img.b2bpic.net/free-photo/production-manufacture-sightseeing-excursion-interior-ceramic-tile-manufacturing-plant-ceramic-tile-manufacturing-plant-with-conveyer-belt_645730-195.jpg"
imageAlt="industrial factory warehouse manufacturing"
@@ -74,16 +75,20 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Well-Organized Operations", description: "A very well organized factory with efficient workflow and clear procedures that ensure smooth operations.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-engineer-two-steel-workers-going-through-quality-reports-while-working-industrial-building_637285-4094.jpg?_wi=1", imageAlt: "industrial logistics organized operations"},
title: "Well-Organized Operations", description: "A very well organized factory with efficient workflow and clear procedures that ensure smooth operations.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-engineer-two-steel-workers-going-through-quality-reports-while-working-industrial-building_637285-4094.jpg?_wi=1", imageAlt: "industrial logistics organized operations"
},
{
id: 2,
title: "Fast Loading Process", description: "Customers consistently report very fast loading times, demonstrating efficiency and professional logistics management.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-engineer-two-steel-workers-going-through-quality-reports-while-working-industrial-building_637285-4094.jpg?_wi=2", imageAlt: "industrial logistics organized operations"},
title: "Fast Loading Process", description: "Customers consistently report very fast loading times, demonstrating efficiency and professional logistics management.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-engineer-two-steel-workers-going-through-quality-reports-while-working-industrial-building_637285-4094.jpg?_wi=2", imageAlt: "industrial logistics organized operations"
},
{
id: 3,
title: "Helpful Staff", description: "Staff members are praised for their professionalism and dedication. They go the extra mile to ensure customer satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-engineer-two-steel-workers-going-through-quality-reports-while-working-industrial-building_637285-4094.jpg?_wi=3", imageAlt: "industrial logistics organized operations"},
title: "Helpful Staff", description: "Staff members are praised for their professionalism and dedication. They go the extra mile to ensure customer satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-engineer-two-steel-workers-going-through-quality-reports-while-working-industrial-building_637285-4094.jpg?_wi=3", imageAlt: "industrial logistics organized operations"
},
{
id: 4,
title: "Efficient Logistics", description: "Everything goes quickly with minimal paperwork delays. Optimized processes ensure fast turnaround times.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-engineer-two-steel-workers-going-through-quality-reports-while-working-industrial-building_637285-4094.jpg?_wi=4", imageAlt: "industrial logistics organized operations"},
title: "Efficient Logistics", description: "Everything goes quickly with minimal paperwork delays. Optimized processes ensure fast turnaround times.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-engineer-two-steel-workers-going-through-quality-reports-while-working-industrial-building_637285-4094.jpg?_wi=4", imageAlt: "industrial logistics organized operations"
},
]}
animationType="blur-reveal"
textboxLayout="default"
@@ -98,16 +103,20 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "A. N.", role: "Visitor", company: "Local Business", rating: 5,
imageSrc: "/placeholders/placeholder1.webp?_wi=1"},
imageSrc: "/placeholders/placeholder1.webp?_wi=1"
},
{
id: "2", name: "M. K.", role: "Customer", company: "Regional Partner", rating: 5,
imageSrc: "/placeholders/placeholder1.webp?_wi=2"},
imageSrc: "/placeholders/placeholder1.webp?_wi=2"
},
{
id: "3", name: "J. P.", role: "Client", company: "Industry Partner", rating: 5,
imageSrc: "/placeholders/placeholder1.webp?_wi=3"},
imageSrc: "/placeholders/placeholder1.webp?_wi=3"
},
{
id: "4", name: "Anonymous", role: "Satisfied Customer", company: "Repeat Customer", rating: 4,
imageSrc: "/placeholders/placeholder1.webp?_wi=4"},
imageSrc: "/placeholders/placeholder1.webp?_wi=4"
},
]}
kpiItems={[
{ value: "110+", label: "Total Reviews" },
@@ -149,14 +158,16 @@ export default function LandingPage() {
title: "Company", items: [
{ label: "Address", href: "#" },
{
label: "Google Maps", href: "https://www.google.com/maps/search/79R5+64+Varazdin"},
label: "Google Maps", href: "https://www.google.com/maps/search/79R5+64+Varazdin"
},
],
},
{
title: "Hours", items: [
{ label: "Opening Times", href: "#" },
{
label: "Verify on Google", href: "https://www.google.com/maps/search/79R5+64+Varazdin"},
label: "Verify on Google", href: "https://www.google.com/maps/search/79R5+64+Varazdin"
},
],
},
{