Update src/app/page.tsx
This commit is contained in:
120
src/app/page.tsx
120
src/app/page.tsx
@@ -28,14 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "O nas", id: "about"},
|
||||
{
|
||||
name: "Produkty", id: "products"},
|
||||
{
|
||||
name: "Opinie", id: "testimonials"},
|
||||
{
|
||||
name: "Kontakt", id: "contact"},
|
||||
{ name: "O nas", id: "about" },
|
||||
{ name: "Produkty", id: "products" },
|
||||
{ name: "Opinie", id: "testimonials" },
|
||||
{ name: "Kontakt", id: "contact" }
|
||||
]}
|
||||
brandName="LIMBLACH"
|
||||
/>
|
||||
@@ -43,30 +39,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Solidność na lata"
|
||||
description="Premium pokrycia dachowe dla wymagających. Blachodachówka, blacha trapezowa, rynny i systemy odwodnienia."
|
||||
tag="Hurtownia pokryć dachowych"
|
||||
buttons={[
|
||||
{
|
||||
text: "Zobacz ofertę", href: "#products"},
|
||||
{
|
||||
text: "Skontaktuj się", href: "#contact"},
|
||||
{ text: "Zobacz ofertę", href: "#products" },
|
||||
{ text: "Skontaktuj się", href: "#contact" }
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/female-architect-construction-site-with-level_23-2147702482.jpg", imageAlt: "Premium roofing material close-up"},
|
||||
{
|
||||
id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg", imageAlt: "Elegant house roof design"},
|
||||
{
|
||||
id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13840.jpg", imageAlt: "High quality metal sheets"},
|
||||
{
|
||||
id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg?_wi=1", imageAlt: "Professional installation site"},
|
||||
{
|
||||
id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-excavation-machines-lookout-jackerath-garzweiler-skywalk-germany_181624-10184.jpg", imageAlt: "Roofing system detail"},
|
||||
{
|
||||
id: "h6", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg", imageAlt: "Finished modern roof"},
|
||||
{ id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/female-architect-construction-site-with-level_23-2147702482.jpg", imageAlt: "Premium roofing material close-up" },
|
||||
{ id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg", imageAlt: "Elegant house roof design" },
|
||||
{ id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13840.jpg", imageAlt: "High quality metal sheets" },
|
||||
{ id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg?_wi=1", imageAlt: "Professional installation site" },
|
||||
{ id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-excavation-machines-lookout-jackerath-garzweiler-skywalk-germany_181624-10184.jpg", imageAlt: "Roofing system detail" },
|
||||
{ id: "h6", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg", imageAlt: "Finished modern roof" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -76,7 +63,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Budujemy zaufanie przez jakość"
|
||||
description={[
|
||||
"Od ponad 15 lat zaopatrujemy rynek w materiały dachowe najwyższej jakości. Naszą misją jest zapewnienie trwałości i bezpieczeństwa Twojego domu.", "Stawiamy na uczciwość, jasne zasady i profesjonalne doradztwo. Każda inwestycja jest dla nas priorytetem."]}
|
||||
"Od ponad 15 lat zaopatrujemy rynek w materiały dachowe najwyższej jakości. Naszą misją jest zapewnienie trwałości i bezpieczeństwa Twojego domu.", "Stawiamy na uczciwość, jasne zasady i profesjonalne doradztwo. Każda inwestycja jest dla nas priorytetem."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -87,12 +75,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Blachodachówka", price: "od 35 zł/m²", imageSrc: "http://img.b2bpic.net/free-vector/double-sided-business-card-template_23-2148597214.jpg", imageAlt: "Blachodachówka"},
|
||||
{
|
||||
id: "p2", name: "Blacha trapezowa", price: "od 28 zł/m²", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13841.jpg", imageAlt: "Blacha trapezowa"},
|
||||
{
|
||||
id: "p3", name: "Systemy rynnowe", price: "Wycena indywidualna", imageSrc: "http://img.b2bpic.net/free-photo/rusty-metal-timebomb-railway-daytime-outdoors-conception-terrorism-danger_146671-16664.jpg", imageAlt: "Systemy rynnowe"},
|
||||
{ id: "p1", name: "Blachodachówka", price: "od 35 zł/m²", imageSrc: "http://img.b2bpic.net/free-vector/double-sided-business-card-template_23-2148597214.jpg", imageAlt: "Blachodachówka" },
|
||||
{ id: "p2", name: "Blacha trapezowa", price: "od 28 zł/m²", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13841.jpg", imageAlt: "Blacha trapezowa" },
|
||||
{ id: "p3", name: "Systemy rynnowe", price: "Wycena indywidualna", imageSrc: "http://img.b2bpic.net/free-photo/rusty-metal-timebomb-railway-daytime-outdoors-conception-terrorism-danger_146671-16664.jpg", imageAlt: "Systemy rynnowe" }
|
||||
]}
|
||||
title="Nasza Oferta"
|
||||
description="Profesjonalne materiały dla dachów o najwyższych standardach."
|
||||
@@ -105,21 +90,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Artur D.", handle: "Inwestor indywidualny", testimonial: "Profesjonalizm, wszystko na 100%. Firma godna polecenia.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-tablet_23-2149721870.jpg?_wi=1"},
|
||||
{
|
||||
id: "t2", name: "Magdalena K.", handle: "Firma budowlana", testimonial: "Fachowa obsługa i świetna jakość materiałów. Wszystko na najwyższym poziomie.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-engineer-male-with-plans_23-2148480416.jpg"},
|
||||
{
|
||||
id: "t3", name: "Grzegorz S.", handle: "Wykonawca", testimonial: "Polecam! Szybka realizacja i pomocna obsługa. Na pewno wrócę.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg"},
|
||||
{
|
||||
id: "t4", name: "Marek P.", handle: "Inwestor", testimonial: "Najlepsza hurtownia w okolicy. Bardzo dobre ceny i pomoc w doradztwie.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-constructor-reading-plan_23-2148269800.jpg"},
|
||||
{
|
||||
id: "t5", name: "Anna W.", handle: "Deweloper", testimonial: "Bardzo solidny partner biznesowy. Terminowość na najwyższym poziomie.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-tablet_23-2149721870.jpg?_wi=2"},
|
||||
{ id: "t1", name: "Artur D.", handle: "Inwestor indywidualny", testimonial: "Profesjonalizm, wszystko na 100%. Firma godna polecenia.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-tablet_23-2149721870.jpg?_wi=1" },
|
||||
{ id: "t2", name: "Magdalena K.", handle: "Firma budowlana", testimonial: "Fachowa obsługa i świetna jakość materiałów. Wszystko na najwyższym poziomie.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-engineer-male-with-plans_23-2148480416.jpg" },
|
||||
{ id: "t3", name: "Grzegorz S.", handle: "Wykonawca", testimonial: "Polecam! Szybka realizacja i pomocna obsługa. Na pewno wrócę.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg" },
|
||||
{ id: "t4", name: "Marek P.", handle: "Inwestor", testimonial: "Najlepsza hurtownia w okolicy. Bardzo dobre ceny i pomoc w doradztwie.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-constructor-reading-plan_23-2148269800.jpg" },
|
||||
{ id: "t5", name: "Anna W.", handle: "Deweloper", testimonial: "Bardzo solidny partner biznesowy. Terminowość na najwyższym poziomie.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-tablet_23-2149721870.jpg?_wi=2" }
|
||||
]}
|
||||
showRating={true}
|
||||
title="Opinie naszych klientów"
|
||||
@@ -133,20 +108,11 @@ export default function LandingPage() {
|
||||
title="Zapytaj o wycenę"
|
||||
description="Nasz zespół odpowie na Twoje zapytanie w ciągu 24h w dni robocze."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Imię i nazwisko", required: true,
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone", type: "tel", placeholder: "Telefon", required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Imię i nazwisko", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Telefon", required: true }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Opisz swój projekt...", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Opisz swój projekt...", rows: 4, required: true }}
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg?_wi=2"
|
||||
imageAlt="Professional roofing contact"
|
||||
@@ -159,32 +125,24 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Blachodachówka", href: "#products"},
|
||||
{
|
||||
label: "Blacha trapezowa", href: "#products"},
|
||||
{
|
||||
label: "Systemy rynnowe", href: "#products"},
|
||||
],
|
||||
{ label: "Blachodachówka", href: "#products" },
|
||||
{ label: "Blacha trapezowa", href: "#products" },
|
||||
{ label: "Systemy rynnowe", href: "#products" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "O nas", href: "#about"},
|
||||
{
|
||||
label: "Opinie", href: "#testimonials"},
|
||||
{
|
||||
label: "Kontakt", href: "#contact"},
|
||||
],
|
||||
{ label: "O nas", href: "#about" },
|
||||
{ label: "Opinie", href: "#testimonials" },
|
||||
{ label: "Kontakt", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "+48 123 456 789", href: "tel:+48123456789"},
|
||||
{
|
||||
label: "kontakt@limblach.com.pl", href: "mailto:kontakt@limblach.com.pl"},
|
||||
],
|
||||
},
|
||||
{ label: "+48 123 456 789", href: "tel:+48123456789" },
|
||||
{ label: "kontakt@limblach.com.pl", href: "mailto:kontakt@limblach.com.pl" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="LIMBLACH"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user