Compare commits
11 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b011a8222 | |||
|
|
e4a99d65d3 | ||
| b0b4631d4a | |||
| 514f4030c4 | |||
| acbb44b99a | |||
| 00e0c0b199 | |||
| ed34638d06 | |||
| d465b19360 | |||
| 74100abe41 | |||
| 3f00ed083f | |||
| 5744c71ea1 |
@@ -1,232 +1,36 @@
|
||||
import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import FaqSimple from '@/components/sections/faq/FaqSimple';
|
||||
import FeaturesBorderGlow from '@/components/sections/features/FeaturesBorderGlow';
|
||||
import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento';
|
||||
import HeroBrand from '@/components/sections/hero/HeroBrand';
|
||||
import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards';
|
||||
import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards';
|
||||
import { Award, Shield, Zap } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
// AUTO-GENERATED shell by per-section-migrate.
|
||||
// Section bodies live in ./<PageBase>/sections/<X>.tsx. Edit the section
|
||||
// files directly. Non-block content (wrappers, non-inlinable sections) is
|
||||
// preserved inline; extracted section blocks become <XSection/> refs.
|
||||
|
||||
export default function HomePage() {
|
||||
import React from 'react';
|
||||
import HeroSection from './HomePage/sections/Hero';
|
||||
import AboutSection from './HomePage/sections/About';
|
||||
import FeaturesSection from './HomePage/sections/Features';
|
||||
import ProductsSection from './HomePage/sections/Products';
|
||||
import TestimonialsSection from './HomePage/sections/Testimonials';
|
||||
import MetricsSection from './HomePage/sections/Metrics';
|
||||
import FaqSection from './HomePage/sections/Faq';
|
||||
import ContactSection from './HomePage/sections/Contact';
|
||||
|
||||
export default function HomePage(): React.JSX.Element {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBrand
|
||||
brand="P.P.H. DRANPOL Tadeusz Polanowski"
|
||||
description="Profesjonalny montaż ogrodzeń najwyższej jakości. Solidne konstrukcje, terminowość i dbałość o detale."
|
||||
primaryButton={{
|
||||
text: "Zobacz ofertę",
|
||||
href: "#products",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Kontakt",
|
||||
href: "#contact",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-person-doing-arts-crafts_23-2151575743.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<>
|
||||
<HeroSection />
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutMediaOverlay
|
||||
tag="O nas"
|
||||
title="Doświadczenie i solidność"
|
||||
description="Dranpol to rodzinna firma z pasją do tworzenia ogrodzeń, które łączą trwałość z elegancją. Od lat stawiamy na zadowolenie klientów i najwyższe standardy montażu."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-living-farmhouse_23-2150621703.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<AboutSection />
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<FeaturesBorderGlow
|
||||
tag="Dlaczego my?"
|
||||
title="Nasze atuty"
|
||||
description="Dlaczego setki klientów wybrały właśnie nas?"
|
||||
features={[
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Najwyższa jakość",
|
||||
description: "Używamy tylko sprawdzonych materiałów.",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Szybki montaż",
|
||||
description: "Szanujemy Twój czas, pracujemy sprawnie.",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Gwarancja trwałości",
|
||||
description: "Ogrodzenia, które służą latami.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<FeaturesSection />
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<SectionErrorBoundary name="products">
|
||||
<FeaturesRevealCardsBento
|
||||
tag="Nasze usługi"
|
||||
title="Oferta ogrodzeń"
|
||||
description="Szeroki wybór nowoczesnych systemów ogrodzeniowych."
|
||||
items={[
|
||||
{
|
||||
title: "Panele stalowe",
|
||||
description: "Solidna ochrona terenu.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13198.jpg",
|
||||
},
|
||||
{
|
||||
title: "Bramy wjazdowe",
|
||||
description: "Automatyka i wygoda.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13513.jpg",
|
||||
},
|
||||
{
|
||||
title: "Ogrodzenia drewniane",
|
||||
description: "Naturalna estetyka.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15744.jpg",
|
||||
},
|
||||
{
|
||||
title: "Automatyka bram",
|
||||
description: "Inteligentny dostęp.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-bearded-hipster-posing-fence-style-diversity_482257-36988.jpg",
|
||||
},
|
||||
{
|
||||
title: "Płoty betonowe",
|
||||
description: "Maksymalna prywatność.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-wall-with-tree-leaf-wall_74190-7307.jpg",
|
||||
},
|
||||
{
|
||||
title: "Ogrodzenia przemysłowe",
|
||||
description: "Standardy dla biznesu.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rough-metallic-surface-texture_23-2148953924.jpg",
|
||||
},
|
||||
{
|
||||
title: "Kowalstwo artystyczne",
|
||||
description: "Indywidualny design.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brooklyn-bridge-through-black-fence_23-2148184332.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<ProductsSection />
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialRatingCards
|
||||
tag="Opinie klientów"
|
||||
title="Zaufali nam"
|
||||
description="Co mówią o nas nasi klienci?"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ewa",
|
||||
role: "Klient indywidualny",
|
||||
quote: "Pełen profesjonalizm, świetne wykonanie.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg",
|
||||
},
|
||||
{
|
||||
name: "Marek",
|
||||
role: "Właściciel domu",
|
||||
quote: "Bardzo szybka instalacja, jestem zadowolony.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-standing-lawn_1170-2799.jpg",
|
||||
},
|
||||
{
|
||||
name: "Anna",
|
||||
role: "Inwestor",
|
||||
quote: "Jakość materiałów na najwyższym poziomie.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
},
|
||||
{
|
||||
name: "Piotr",
|
||||
role: "Klient",
|
||||
quote: "Solidna firma, terminowi pracownicy.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086838.jpg",
|
||||
},
|
||||
{
|
||||
name: "Katarzyna",
|
||||
role: "Klient",
|
||||
quote: "Wszystko wykonane zgodnie z umową.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-using-tape-measure_23-2148748801.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<TestimonialsSection />
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsMediaCards
|
||||
tag="Statystyki"
|
||||
title="Liczby mówią same za siebie"
|
||||
description="Doświadczenie poparte sukcesami."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Lat na rynku",
|
||||
description: "Bogate doświadczenie.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-craftsman_23-2148137745.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<MetricsSection />
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSimple
|
||||
tag="FAQ"
|
||||
title="Często zadawane pytania"
|
||||
description="Odpowiedzi na najpopularniejsze pytania."
|
||||
items={[
|
||||
{
|
||||
question: "Ile trwa montaż?",
|
||||
answer: "Zależy od projektu, zazwyczaj 1-3 dni.",
|
||||
},
|
||||
{
|
||||
question: "Czy oferujecie gwarancję?",
|
||||
answer: "Tak, na wszystkie nasze prace dajemy pełną gwarancję.",
|
||||
},
|
||||
{
|
||||
question: "Czy wykonujecie projekty na wymiar?",
|
||||
answer: "Oczywiście, realizujemy projekty dostosowane do potrzeb klienta.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<FaqSection />
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Kontakt"
|
||||
text="Zapraszamy do kontaktu! Umów się na darmową wycenę już dziś."
|
||||
primaryButton={{
|
||||
text: "Zadzwoń teraz",
|
||||
href: "tel:880446595",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Napisz wiadomość",
|
||||
href: "mailto:biuro@dranpol.com.pl",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<ContactSection />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
21
src/pages/HomePage/sections/About.tsx
Normal file
21
src/pages/HomePage/sections/About.tsx
Normal file
@@ -0,0 +1,21 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "about" section.
|
||||
|
||||
import React from 'react';
|
||||
import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function AboutSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutMediaOverlay
|
||||
tag="O nas"
|
||||
title="Doświadczenie i solidność"
|
||||
description="Dranpol to rodzinna firma z pasją do tworzenia ogrodzeń, które łączą trwałość z elegancją. Od lat stawiamy na zadowolenie klientów i najwyższe standardy montażu."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-living-farmhouse_23-2150621703.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
27
src/pages/HomePage/sections/Contact.tsx
Normal file
27
src/pages/HomePage/sections/Contact.tsx
Normal file
@@ -0,0 +1,27 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "contact" section.
|
||||
|
||||
import React from 'react';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function ContactSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Kontakt"
|
||||
text="Zapraszamy do kontaktu! Umów się na darmową wycenę już dziś."
|
||||
primaryButton={{
|
||||
text: "Zadzwoń teraz",
|
||||
href: "tel:880446595",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Napisz wiadomość",
|
||||
href: "mailto:biuro@dranpol.com.pl",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
34
src/pages/HomePage/sections/Faq.tsx
Normal file
34
src/pages/HomePage/sections/Faq.tsx
Normal file
@@ -0,0 +1,34 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "faq" section.
|
||||
|
||||
import React from 'react';
|
||||
import FaqSimple from '@/components/sections/faq/FaqSimple';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function FaqSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSimple
|
||||
tag="FAQ"
|
||||
title="Często zadawane pytania"
|
||||
description="Odpowiedzi na najpopularniejsze pytania."
|
||||
items={[
|
||||
{
|
||||
question: "Ile trwa montaż?",
|
||||
answer: "Zależy od projektu, zazwyczaj 1-3 dni.",
|
||||
},
|
||||
{
|
||||
question: "Czy oferujecie gwarancję?",
|
||||
answer: "Tak, na wszystkie nasze prace dajemy pełną gwarancję.",
|
||||
},
|
||||
{
|
||||
question: "Czy wykonujecie projekty na wymiar?",
|
||||
answer: "Oczywiście, realizujemy projekty dostosowane do potrzeb klienta.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
38
src/pages/HomePage/sections/Features.tsx
Normal file
38
src/pages/HomePage/sections/Features.tsx
Normal file
@@ -0,0 +1,38 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "features" section.
|
||||
|
||||
import React from 'react';
|
||||
import FeaturesBorderGlow from '@/components/sections/features/FeaturesBorderGlow';
|
||||
import { Award, Shield, Zap } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function FeaturesSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<FeaturesBorderGlow
|
||||
tag="Dlaczego my?"
|
||||
title="Nasze atuty"
|
||||
description="Dlaczego setki klientów wybrały właśnie nas?"
|
||||
features={[
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Najwyższa jakość",
|
||||
description: "Używamy tylko sprawdzonych materiałów.",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Szybki montaż",
|
||||
description: "Szanujemy Twój czas, pracujemy sprawnie.",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Gwarancja trwałości",
|
||||
description: "Ogrodzenia, które służą latami.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
28
src/pages/HomePage/sections/Hero.tsx
Normal file
28
src/pages/HomePage/sections/Hero.tsx
Normal file
@@ -0,0 +1,28 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "hero" section.
|
||||
|
||||
import React from 'react';
|
||||
import HeroBrand from '@/components/sections/hero/HeroBrand';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function HeroSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBrand
|
||||
brand="P.P.H. DRANPOL Tadeusz Polanowski"
|
||||
description="Profesjonalny montaż ogrodzeń najwyższej jakości. Solidne konstrukcje, terminowość i dbałość o detale."
|
||||
primaryButton={{
|
||||
text: "Zobacz ofertę",
|
||||
href: "#products",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Kontakt",
|
||||
href: "#contact",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-person-doing-arts-crafts_23-2151575743.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
28
src/pages/HomePage/sections/Metrics.tsx
Normal file
28
src/pages/HomePage/sections/Metrics.tsx
Normal file
@@ -0,0 +1,28 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "metrics" section.
|
||||
|
||||
import React from 'react';
|
||||
import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function MetricsSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsMediaCards
|
||||
tag="Statystyki"
|
||||
title="Liczby mówią same za siebie"
|
||||
description="Doświadczenie poparte sukcesami."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Lat na rynku",
|
||||
description: "Bogate doświadczenie.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-craftsman_23-2148137745.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
63
src/pages/HomePage/sections/Products.tsx
Normal file
63
src/pages/HomePage/sections/Products.tsx
Normal file
@@ -0,0 +1,63 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "products" section.
|
||||
|
||||
import React from 'react';
|
||||
import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function ProductsSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="products" data-section="products">
|
||||
<SectionErrorBoundary name="products">
|
||||
<FeaturesRevealCardsBento
|
||||
tag="Nasze usługi"
|
||||
title="Oferta ogrodzeń"
|
||||
description="Szeroki wybór nowoczesnych systemów ogrodzeniowych."
|
||||
items={[
|
||||
{
|
||||
title: "Panele stalowe",
|
||||
description: "Solidna ochrona terenu.",
|
||||
href: "#",
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3FAyR4UqFfn0CUIHfoKxpdHF4cD/uploaded-1781533290909-193k2zn7.jpg",
|
||||
},
|
||||
{
|
||||
title: "Bramy wjazdowe",
|
||||
description: "Automatyka i wygoda.",
|
||||
href: "#",
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3FAyR4UqFfn0CUIHfoKxpdHF4cD/uploaded-1781533350601-uq5zvv8j.jpg",
|
||||
},
|
||||
{
|
||||
title: "Ogrodzenia drewniane",
|
||||
description: "Naturalna estetyka.",
|
||||
href: "#",
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3FAyR4UqFfn0CUIHfoKxpdHF4cD/uploaded-1781533198273-b0cqmg38.jpg",
|
||||
},
|
||||
{
|
||||
title: "Automatyka bram",
|
||||
description: "Inteligentny dostęp.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-bearded-hipster-posing-fence-style-diversity_482257-36988.jpg",
|
||||
},
|
||||
{
|
||||
title: "Płoty betonowe",
|
||||
description: "Maksymalna prywatność.",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
title: "Ogrodzenia przemysłowe",
|
||||
description: "Standardy dla biznesu.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rough-metallic-surface-texture_23-2148953924.jpg",
|
||||
},
|
||||
{
|
||||
title: "Kowalstwo artystyczne",
|
||||
description: "Indywidualny design.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brooklyn-bridge-through-black-fence_23-2148184332.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
57
src/pages/HomePage/sections/Testimonials.tsx
Normal file
57
src/pages/HomePage/sections/Testimonials.tsx
Normal file
@@ -0,0 +1,57 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "testimonials" section.
|
||||
|
||||
import React from 'react';
|
||||
import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function TestimonialsSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialRatingCards
|
||||
tag="Opinie klientów"
|
||||
title="Zaufali nam"
|
||||
description="Co mówią o nas nasi klienci?"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ewa",
|
||||
role: "Klient indywidualny",
|
||||
quote: "Pełen profesjonalizm, świetne wykonanie.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg",
|
||||
},
|
||||
{
|
||||
name: "Marek",
|
||||
role: "Właściciel domu",
|
||||
quote: "Bardzo szybka instalacja, jestem zadowolony.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-standing-lawn_1170-2799.jpg",
|
||||
},
|
||||
{
|
||||
name: "Anna",
|
||||
role: "Inwestor",
|
||||
quote: "Jakość materiałów na najwyższym poziomie.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
},
|
||||
{
|
||||
name: "Piotr",
|
||||
role: "Klient",
|
||||
quote: "Solidna firma, terminowi pracownicy.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086838.jpg",
|
||||
},
|
||||
{
|
||||
name: "Katarzyna",
|
||||
role: "Klient",
|
||||
quote: "Wszystko wykonane zgodnie z umową.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-using-tape-measure_23-2148748801.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user