From 132bf46292bd6fa848f6d05d262e6d0718830bb3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 08:09:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 251 +++++++++++++---------------------------------- 1 file changed, 69 insertions(+), 182 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e87ca49..188e7cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,13 +33,13 @@ export default function RoofingPage() { @@ -51,66 +51,55 @@ export default function RoofingPage() { { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/custom-proposal.webp", alt: "Roofer carrying tiles" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/avatar-3.webp", alt: "Technician inspecting roof" }, ]} - avatarText="Professional Roofing Services" + avatarText="Profesjonalne Usługi Dekarskie" avatarGroupClassName="[&_div.overflow-hidden]:h-10 [&_div.overflow-hidden]:aspect-square [&>p]:whitespace-nowrap" - title="Your Roof. Our Reputation." - description="Trusted by homeowners for over 25 years. From storm damage repairs to full roof replacements, Summit Roofing delivers quality craftsmanship you can count on." + title="Twój Dach. Nasza Renoma." + description="Zaufanie klientów od ponad 25 lat. Od napraw po pełne wymiany dachów, Summit Roofing dostarcza jakość na lata." buttons={[ - { text: "Get Free Estimate", href: "#contact" }, - { text: "Our Services", href: "#services" }, + { text: "Darmowa Wycena", href: "#contact" }, + { text: "Nasze Usługi", href: "#services" }, ]} buttonAnimation="slide-up" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/hero-main.webp" - imageAlt="Roofer walking on rooftop against blue sky" + imageAlt="Dekarz na dachu" mediaAnimation="slide-up" marqueeItems={[ - { type: "text-icon", text: "24/7 Availability", icon: Clock }, - { type: "text-icon", text: "Family Owned", icon: Users }, - { type: "text-icon", text: "Licensed & Insured", icon: Shield }, - { type: "text-icon", text: "Free Estimates", icon: Award }, - { type: "text-icon", text: "Lifetime Warranty", icon: Star }, - { type: "text-icon", text: "5-Star Rated", icon: ThumbsUp }, + { type: "text-icon", text: "Dostępność 24/7", icon: Clock }, + { type: "text-icon", text: "Firma Rodzinna", icon: Users }, + { type: "text-icon", text: "Licencjonowani", icon: Shield }, + { type: "text-icon", text: "Bezpłatna Wycena", icon: Award }, + { type: "text-icon", text: "Gwarancja", icon: Star }, + { type: "text-icon", text: "5-Gwiazdek", icon: ThumbsUp }, ]} testimonials={[ { - name: "James Mitchell", handle: "Homeowner, Dallas TX", testimonial: - "Summit replaced our entire roof in two days. Professional crew, clean job site, and the new roof looks incredible.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/robert-thompson.webp?_wi=1", imageAlt: "James Mitchell"}, + name: "Jan Kowalski", handle: "Właściciel domu, Warszawa", testimonial: + "Summit wymienił cały dach w dwa dni. Pełen profesjonalizm i świetny porządek.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/robert-thompson.webp?_wi=1", imageAlt: "Jan Kowalski"}, { - name: "Karen O'Brien", handle: "Homeowner, Fort Worth TX", testimonial: - "After the hailstorm, Summit handled our insurance claim and had us covered within a week. Truly outstanding service.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/patricia-nguyen.webp?_wi=1", imageAlt: "Karen O'Brien"}, + name: "Anna Nowak", handle: "Właścicielka domu, Kraków", testimonial: + "Po gradobiciu zajęli się wszystkim błyskawicznie. Bardzo polecam.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/patricia-nguyen.webp?_wi=1", imageAlt: "Anna Nowak"}, { - name: "David & Lisa Park", handle: "Homeowners, Plano TX", testimonial: - "We got three quotes and Summit offered the best value with a lifetime warranty. No-brainer decision.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/steve-amy-collins.webp?_wi=1", imageAlt: "David and Lisa Park"}, + name: "Rodzina Zielińskich", handle: "Właściciele, Wrocław", testimonial: + "Najlepszy stosunek jakości do ceny. Gwarancja daje spokój.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/roofing/steve-amy-collins.webp?_wi=1", imageAlt: "Rodzina Zielińskich"}, ]} />
@@ -291,37 +206,9 @@ export default function RoofingPage() {