Merge version_1 into main #2
303
src/app/page.tsx
303
src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Domov",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "O nas",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Storitve",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Projekti",
|
||||
id: "#projects",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Domov", id: "#hero" },
|
||||
{ name: "O nas", id: "#about" },
|
||||
{ name: "Storitve", id: "#services" },
|
||||
{ name: "Projekti", id: "#projects" },
|
||||
{ name: "Kontakt", id: "#contact" },
|
||||
]}
|
||||
brandName="Gradnje Tadina"
|
||||
/>
|
||||
@@ -59,48 +44,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
title="Gradimo vašo prihodnost zanesljivo."
|
||||
description="Gradnje Tadina – vrhunsko gradbeništvo za zahtevne projekte."
|
||||
buttons={[
|
||||
{
|
||||
text: "Preglejte projekte",
|
||||
href: "#projects",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Preglejte projekte", href: "#projects" }]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "h1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-male-architect-holding-blueprint-hard-hat-looking-construction-site_23-2148203954.jpg?_wi=1",
|
||||
imageAlt: "Gradbišče 1",
|
||||
},
|
||||
{
|
||||
id: "h2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162897.jpg?_wi=1",
|
||||
imageAlt: "Gradbišče 2",
|
||||
},
|
||||
{
|
||||
id: "h3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rugged-female-construction-workers-jobsite_1150-10079.jpg?_wi=1",
|
||||
imageAlt: "Gradbišče 3",
|
||||
},
|
||||
{
|
||||
id: "h4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15705.jpg",
|
||||
imageAlt: "Gradbišče 4",
|
||||
},
|
||||
{
|
||||
id: "h5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plain-concrete-structure-city_23-2148814196.jpg",
|
||||
imageAlt: "Gradbišče 5",
|
||||
},
|
||||
{
|
||||
id: "h6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-engineers-working_23-2151657911.jpg",
|
||||
imageAlt: "Gradbišče 6",
|
||||
},
|
||||
{ id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-male-architect-holding-blueprint-hard-hat-looking-construction-site_23-2148203954.jpg", imageAlt: "Gradbišče 1" },
|
||||
{ id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162897.jpg", imageAlt: "Gradbišče 2" },
|
||||
{ id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/rugged-female-construction-workers-jobsite_1150-10079.jpg", imageAlt: "Gradbišče 3" },
|
||||
{ id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15705.jpg", imageAlt: "Gradbišče 4" },
|
||||
{ id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/plain-concrete-structure-city_23-2148814196.jpg", imageAlt: "Gradbišče 5" },
|
||||
{ id: "h6", imageSrc: "http://img.b2bpic.net/free-photo/female-engineers-working_23-2151657911.jpg", imageAlt: "Gradbišče 6" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,65 +73,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Zidarstvo",
|
||||
description: "Vrhunska zidarska dela za vse vrste objektov.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handyman-uses-jackhammer-installation_169016-5272.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Kvaliteta",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Trajnost",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-male-architect-holding-blueprint-hard-hat-looking-construction-site_23-2148203954.jpg?_wi=2",
|
||||
imageAlt: "construction masonry work",
|
||||
title: "Zidarstvo", description: "Vrhunska zidarska dela za vse vrste objektov.", media: { imageSrc: "http://img.b2bpic.net/free-photo/handyman-uses-jackhammer-installation_169016-5272.jpg", imageAlt: "construction masonry work" },
|
||||
items: [{ icon: CheckCircle, text: "Kvaliteta" }, { icon: CheckCircle, text: "Trajnost" }],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Betonaža",
|
||||
description: "Natančna vgradnja betona za stabilne temelje.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-construction-work-site_1398-2992.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Strokovnost",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Hitrost",
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162897.jpg?_wi=2",
|
||||
imageAlt: "construction masonry work",
|
||||
title: "Betonaža", description: "Natančna vgradnja betona za stabilne temelje.", media: { imageSrc: "http://img.b2bpic.net/free-photo/view-construction-work-site_1398-2992.jpg", imageAlt: "construction masonry work" },
|
||||
items: [{ icon: CheckCircle, text: "Strokovnost" }, { icon: CheckCircle, text: "Hitrost" }],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Krovstvo",
|
||||
description: "Kvalitetna krovska dela za dolgo življenjsko dobo.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Varnost",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Natančnost",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rugged-female-construction-workers-jobsite_1150-10079.jpg?_wi=2",
|
||||
imageAlt: "construction masonry work",
|
||||
},
|
||||
title: "Krovstvo", description: "Kvalitetna krovska dela za dolgo življenjsko dobo.", media: { imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg", imageAlt: "construction masonry work" },
|
||||
items: [{ icon: CheckCircle, text: "Varnost" }, { icon: CheckCircle, text: "Natančnost" }],
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Naše storitve"
|
||||
description="Profesionalne gradbene storitve za vse potrebe."
|
||||
@@ -191,42 +100,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Prenova hiše",
|
||||
price: "Projekt",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-work-clothes-yellow-hardhat-dreamily-looking-aside-holding-plan-new-apartments-hands-with-red-ladder-near-repairing-flat_574295-1611.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Stanovanjski kompleks",
|
||||
price: "Projekt",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-construction-site_23-2151317232.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Industrijski objekt",
|
||||
price: "Projekt",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-building-construction_23-2152006103.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Poslovna stavba",
|
||||
price: "Projekt",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/giant-glass-buildings_1127-2023.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Restavracija",
|
||||
price: "Projekt",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576405.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Luksuzna vila",
|
||||
price: "Projekt",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/process-developing-architectural-project_23-2148242968.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Prenova hiše", price: "Projekt", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-work-clothes-yellow-hardhat-dreamily-looking-aside-holding-plan-new-apartments-hands-with-red-ladder-near-repairing-flat_574295-1611.jpg" },
|
||||
{ id: "p2", name: "Stanovanjski kompleks", price: "Projekt", imageSrc: "http://img.b2bpic.net/free-photo/view-modern-construction-site_23-2151317232.jpg" },
|
||||
{ id: "p3", name: "Industrijski objekt", price: "Projekt", imageSrc: "http://img.b2bpic.net/free-photo/interior-building-construction_23-2152006103.jpg" },
|
||||
{ id: "p4", name: "Poslovna stavba", price: "Projekt", imageSrc: "http://img.b2bpic.net/free-photo/giant-glass-buildings_1127-2023.jpg" },
|
||||
{ id: "p5", name: "Restavracija", price: "Projekt", imageSrc: "http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576405.jpg" },
|
||||
{ id: "p6", name: "Luksuzna vila", price: "Projekt", imageSrc: "http://img.b2bpic.net/free-photo/process-developing-architectural-project_23-2148242968.jpg" },
|
||||
]}
|
||||
title="Naši projekti"
|
||||
description="Dosežki, na katere smo ponosni."
|
||||
@@ -239,33 +118,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "20+",
|
||||
title: "Let tradicije",
|
||||
items: [
|
||||
"izkušenj",
|
||||
"uspešnih projektov",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Dovršenih hiš",
|
||||
items: [
|
||||
"visoka kvaliteta",
|
||||
"zadovoljne stranke",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Zadovoljstvo",
|
||||
items: [
|
||||
"garancija",
|
||||
"zanesljivost",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "20+", title: "Let tradicije", items: ["izkušenj", "uspešnih projektov"] },
|
||||
{ id: "m2", value: "500+", title: "Dovršenih hiš", items: ["visoka kvaliteta", "zadovoljne stranke"] },
|
||||
{ id: "m3", value: "100%", title: "Zadovoljstvo", items: ["garancija", "zanesljivost"] },
|
||||
]}
|
||||
title="Statistika uspeha"
|
||||
description="Številke, ki govorijo o naši kvaliteti."
|
||||
@@ -277,42 +132,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
description="Naše stranke so naš ponos."
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Janez Novak",
|
||||
role: "Investitor",
|
||||
testimonial: "Izjemna profesionalnost pri gradnji naše hiše.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-2120.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Maja Hribar",
|
||||
role: "Stranka",
|
||||
testimonial: "Hvala za hitro in kvalitetno izvedbo del.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-architect-working-blueprint_23-2147839904.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Peter Zupan",
|
||||
role: "Podjetnik",
|
||||
testimonial: "Zanesljiv partner za poslovne gradnje.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-putting-safety-helmet-desk_23-2148242987.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ana Kovač",
|
||||
role: "Lastnica hiše",
|
||||
testimonial: "Zelo zadovoljni s končnim rezultatom.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-outdoors_23-2149901722.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Marko Golob",
|
||||
role: "Investitor",
|
||||
testimonial: "Odlično sodelovanje in strokovno znanje.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-shaking-hands_23-2148233783.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Janez Novak", role: "Investitor", testimonial: "Izjemna profesionalnost pri gradnji naše hiše.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-2120.jpg" },
|
||||
{ id: "t2", name: "Maja Hribar", role: "Stranka", testimonial: "Hvala za hitro in kvalitetno izvedbo del.", imageSrc: "http://img.b2bpic.net/free-photo/male-female-architect-working-blueprint_23-2147839904.jpg" },
|
||||
{ id: "t3", name: "Peter Zupan", role: "Podjetnik", testimonial: "Zanesljiv partner za poslovne gradnje.", imageSrc: "http://img.b2bpic.net/free-photo/architect-putting-safety-helmet-desk_23-2148242987.jpg" },
|
||||
{ id: "t4", name: "Ana Kovač", role: "Lastnica hiše", testimonial: "Zelo zadovoljni s končnim rezultatom.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-outdoors_23-2149901722.jpg" },
|
||||
{ id: "t5", name: "Marko Golob", role: "Investitor", testimonial: "Odlično sodelovanje in strokovno znanje.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-shaking-hands_23-2148233783.jpg" },
|
||||
]}
|
||||
title="Kaj pravijo naše stranke?"
|
||||
/>
|
||||
@@ -323,21 +149,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Kako dolga je garancija?",
|
||||
content: "Zagotavljamo dolgoročno garancijo na vsa dela.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Ali pripravite ponudbo?",
|
||||
content: "Seveda, kontaktirajte nas za brezplačen predračun.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Ali delate po celi Sloveniji?",
|
||||
content: "Da, opravljamo projekte po celotnem ozemlju.",
|
||||
},
|
||||
{ id: "f1", title: "Kako dolga je garancija?", content: "Zagotavljamo dolgoročno garancijo na vsa dela." },
|
||||
{ id: "f2", title: "Ali pripravite ponudbo?", content: "Seveda, kontaktirajte nas za brezplačen predračun." },
|
||||
{ id: "f3", title: "Ali delate po celi Sloveniji?", content: "Da, opravljamo projekte po celotnem ozemlju." },
|
||||
]}
|
||||
title="Pogosta vprašanja"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -348,16 +162,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
text="Ste pripravljeni na gradnjo? Stopite v stik z nami."
|
||||
buttons={[
|
||||
{
|
||||
text: "Pošljite povpraševanje",
|
||||
href: "mailto:info@gradnje-tadina.si",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Pošljite povpraševanje", href: "mailto:info@gradnje-tadina.si" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -365,30 +172,10 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigacija",
|
||||
items: [
|
||||
{
|
||||
label: "Domov",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Storitve",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
title: "Navigacija", items: [{ label: "Domov", href: "#hero" }, { label: "Storitve", href: "#services" }]
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@gradnje-tadina.si",
|
||||
},
|
||||
{
|
||||
label: "Telefon",
|
||||
href: "tel:+38612345678",
|
||||
},
|
||||
],
|
||||
title: "Kontakt", items: [{ label: "Email", href: "mailto:info@gradnje-tadina.si" }, { label: "Telefon", href: "tel:+38612345678" }]
|
||||
},
|
||||
]}
|
||||
logoText="Gradnje Tadina"
|
||||
|
||||
Reference in New Issue
Block a user