From e47875110de0234799312f2b409b6a40c419abbd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 12:28:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 68 ++++++++++++++++++++++++------------------------ 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b06c696..ef234d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,10 +30,10 @@ export default function LandingPage() { @@ -88,13 +88,13 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "1", brand: "HydraulicPro", name: "High-Efficiency Boiler", price: "€1,200", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-nuclear-industry-background-concept_645730-823.jpg?_wi=2" }, - { id: "2", brand: "FlowMaster", name: "Smart Thermostat", price: "€250", rating: 5, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/close-up-finger-using-vitroceramic-app_23-2148994136.jpg?_wi=2" }, - { id: "3", brand: "PipeTech", name: "Professional Tool Kit", price: "€450", rating: 4, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518179.jpg?_wi=2" }, - { id: "4", brand: "WaterGuard", name: "Advanced Valve System", price: "€120", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/mechanical-screws-kit_23-2148557970.jpg?_wi=2" } + { id: "1", brand: "HydraulicPro", name: "Wysokowydajny Kocioł", price: "€1,200", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-nuclear-industry-background-concept_645730-823.jpg?_wi=2" }, + { id: "2", brand: "FlowMaster", name: "Inteligentny Termostat", price: "€250", rating: 5, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/close-up-finger-using-vitroceramic-app_23-2148994136.jpg?_wi=2" }, + { id: "3", brand: "PipeTech", name: "Profesjonalny Zestaw Narzędzi", price: "€450", rating: 4, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518179.jpg?_wi=2" }, + { id: "4", brand: "WaterGuard", name: "Zaawansowany System Zaworów", price: "€120", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/mechanical-screws-kit_23-2148557970.jpg?_wi=2" } ]} - title="Top-tier Supplies" - description="Browse our catalog of professional-grade plumbing and heating hardware." + title="Zaopatrzenie najwyższej klasy" + description="Przeglądaj nasz katalog profesjonalnego sprzętu hydraulicznego i grzewczego." /> @@ -105,14 +105,14 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Local Residence", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-workers-high-five_23-2149366624.jpg" }, - { id: "2", name: "Mark Stevens", role: "Contractor", company: "Stevens Plumbing", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-worker-construction-wearing-protection-gear_23-2148784062.jpg" }, - { id: "3", name: "Anna Kowalska", role: "Developer", company: "Urban Builds", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150769939.jpg" }, - { id: "4", name: "David Petro", role: "HVAC Pro", company: "Tech Heat", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-redhead-model-man-sits-floor-room-with-loft-interior_613910-20181.jpg?_wi=1" }, - { id: "5", name: "Elena Ross", role: "Project Manager", company: "BuildRight", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-redhead-model-man-sits-floor-room-with-loft-interior_613910-20181.jpg?_wi=2" } + { id: "1", name: "Sarah Johnson", role: "Właścicielka domu", company: "Lokalna Rezydencja", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-workers-high-five_23-2149366624.jpg" }, + { id: "2", name: "Mark Stevens", role: "Wykonawca", company: "Stevens Plumbing", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-worker-construction-wearing-protection-gear_23-2148784062.jpg" }, + { id: "3", name: "Anna Kowalska", role: "Deweloper", company: "Urban Builds", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150769939.jpg" }, + { id: "4", name: "David Petro", role: "Specjalista HVAC", company: "Tech Heat", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-redhead-model-man-sits-floor-room-with-loft-interior_613910-20181.jpg?_wi=1" }, + { id: "5", name: "Elena Ross", role: "Kierownik projektu", company: "BuildRight", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-redhead-model-man-sits-floor-room-with-loft-interior_613910-20181.jpg?_wi=2" } ]} - title="Trusted by the region" - description="What our customers are saying about working with Hydraulix." + title="Doceniani w regionie" + description="Co mówią nasi klienci o współpracy z Hydraulix." /> @@ -120,18 +120,18 @@ export default function LandingPage() {