Merge version_1 into main #2
246
src/app/page.tsx
246
src/app/page.tsx
@@ -32,65 +32,29 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Početna",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "O nama",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Usluge",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Projekti",
|
||||
id: "blog",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Početna", id: "hero" },
|
||||
{ name: "O nama", id: "about" },
|
||||
{ name: "Usluge", id: "features" },
|
||||
{ name: "Projekti", id: "blog" },
|
||||
{ name: "Kontakt", id: "contact" },
|
||||
]}
|
||||
brandName="DENY KERAMIKA"
|
||||
button={{ text: "Kontakt", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Gradimo Vašu Viziju Luksuza"
|
||||
description="Deny Keramika spaja vrhunsku arhitekturu s beskompromisnom kvalitetom gradnje, pretvarajući svaki prostor u remek-djelo Vašeg doma."
|
||||
buttons={[
|
||||
{
|
||||
text: "Pregledajte projekte",
|
||||
href: "#blog",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Pregledajte projekte", href: "#blog" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enchanted-autumn-home-forest_23-2151833607.jpg?_wi=1",
|
||||
imageAlt: "Projekt moderne luksuzne vile",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-black-kitchen-with-island-pendant-lights_23-2151978968.jpg?_wi=1",
|
||||
imageAlt: "Kvalitetno izvođenje interijera",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jar-easel_23-2147802048.jpg?_wi=1",
|
||||
imageAlt: "Detalj vrhunske keramičke izvedbe",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-entryway_23-2150695843.jpg",
|
||||
imageAlt: "Modern styled entryway",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-467.jpg",
|
||||
imageAlt: "Image of engineering objects on workplace top view",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/enchanted-autumn-home-forest_23-2151833607.jpg", imageAlt: "Projekt moderne luksuzne vile" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-black-kitchen-with-island-pendant-lights_23-2151978968.jpg", imageAlt: "Kvalitetno izvođenje interijera" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/jar-easel_23-2147802048.jpg", imageAlt: "Detalj vrhunske keramičke izvedbe" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-entryway_23-2150695843.jpg", imageAlt: "Modern styled entryway" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-467.jpg", imageAlt: "Image of engineering objects on workplace top view" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -100,12 +64,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Tradicija Građenja s Vizijom"
|
||||
buttons={[
|
||||
{
|
||||
text: "Saznajte više",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Saznajte više", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -115,27 +74,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Stručna Gradnja",
|
||||
subtitle: "Kompletna gradnja po sistemu ključ u ruke.",
|
||||
category: "Izgradnja",
|
||||
value: "100%",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Vrhunska Keramika",
|
||||
subtitle: "Precizno postavljanje keramičkih obloga.",
|
||||
category: "Interijer",
|
||||
value: "A+",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Dizajn Interijera",
|
||||
subtitle: "Prostori skrojeni prema vašim željama.",
|
||||
category: "Dizajn",
|
||||
value: "Elite",
|
||||
},
|
||||
{ id: "1", title: "Stručna Gradnja", subtitle: "Kompletna gradnja po sistemu ključ u ruke.", category: "Izgradnja", value: "100%" },
|
||||
{ id: "2", title: "Vrhunska Keramika", subtitle: "Precizno postavljanje keramičkih obloga.", category: "Interijer", value: "A+" },
|
||||
{ id: "3", title: "Dizajn Interijera", subtitle: "Prostori skrojeni prema vašim željama.", category: "Dizajn", value: "Elite" },
|
||||
]}
|
||||
title="Naša Stručnost"
|
||||
description="Vrhunska tehnika i pažnja prema detaljima su temelj našeg poslovanja."
|
||||
@@ -148,24 +89,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Award,
|
||||
title: "Završenih objekata",
|
||||
value: "150+",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: CheckCircle,
|
||||
title: "Zadovoljnih klijenata",
|
||||
value: "200+",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Building,
|
||||
title: "Godina iskustva",
|
||||
value: "20+",
|
||||
},
|
||||
{ id: "m1", icon: Award, title: "Završenih objekata", value: "150+" },
|
||||
{ id: "m2", icon: CheckCircle, title: "Zadovoljnih klijenata", value: "200+" },
|
||||
{ id: "m3", icon: Building, title: "Godina iskustva", value: "20+" },
|
||||
]}
|
||||
title="Brojke koje govore"
|
||||
description="Naše iskustvo i predanost potvrđeni su kroz brojne uspješne projekte."
|
||||
@@ -177,61 +103,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ivan Horvat",
|
||||
date: "2023",
|
||||
title: "Vlasnik vile",
|
||||
quote: "Nevjerojatna preciznost i vrhunska keramika.",
|
||||
tag: "Klijent",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-engineers-shaking-hands-construction-site-architectural-project_23-2148203959.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enchanted-autumn-home-forest_23-2151833607.jpg?_wi=2",
|
||||
imageAlt: "satisfied client portrait professional",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Ana Marić",
|
||||
date: "2023",
|
||||
title: "Dizajnerica",
|
||||
quote: "Deny Keramika je izvela sve po našim željama.",
|
||||
tag: "Klijent",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-hugging-couple_23-2148252090.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-black-kitchen-with-island-pendant-lights_23-2151978968.jpg?_wi=2",
|
||||
imageAlt: "satisfied client portrait professional",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Marko Perić",
|
||||
date: "2022",
|
||||
title: "Poduzetnik",
|
||||
quote: "Profesionalnost od samog početka gradnje.",
|
||||
tag: "Klijent",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jar-easel_23-2147802048.jpg?_wi=2",
|
||||
imageAlt: "satisfied client portrait professional",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Jelena Jurić",
|
||||
date: "2022",
|
||||
title: "Investitor",
|
||||
quote: "Najbolji odabir za luksuznu gradnju.",
|
||||
tag: "Klijent",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15695.jpg",
|
||||
imageAlt: "satisfied client portrait professional",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Stjepan Babić",
|
||||
date: "2021",
|
||||
title: "Privatni klijent",
|
||||
quote: "Sve pohvale za stručni tim Deny Keramike.",
|
||||
tag: "Klijent",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/architect-doing-okay-sign_1149-1825.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drafting-tools-around-house-symbol_23-2147785571.jpg?_wi=1",
|
||||
imageAlt: "satisfied client portrait professional",
|
||||
},
|
||||
{ id: "t1", name: "Ivan Horvat", date: "2023", title: "Vlasnik vile", quote: "Nevjerojatna preciznost i vrhunska keramika.", tag: "Klijent", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-engineers-shaking-hands-construction-site-architectural-project_23-2148203959.jpg", imageSrc: "http://img.b2bpic.net/free-photo/enchanted-autumn-home-forest_23-2151833607.jpg", imageAlt: "satisfied client portrait professional" },
|
||||
{ id: "t2", name: "Ana Marić", date: "2023", title: "Dizajnerica", quote: "Deny Keramika je izvela sve po našim željama.", tag: "Klijent", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-hugging-couple_23-2148252090.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-kitchen-with-island-pendant-lights_23-2151978968.jpg", imageAlt: "satisfied client portrait professional" },
|
||||
{ id: "t3", name: "Marko Perić", date: "2022", title: "Poduzetnik", quote: "Profesionalnost od samog početka gradnje.", tag: "Klijent", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageSrc: "http://img.b2bpic.net/free-photo/jar-easel_23-2147802048.jpg", imageAlt: "satisfied client portrait professional" },
|
||||
{ id: "t4", name: "Jelena Jurić", date: "2022", title: "Investitor", quote: "Najbolji odabir za luksuznu gradnju.", tag: "Klijent", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15695.jpg", imageAlt: "satisfied client portrait professional" },
|
||||
{ id: "t5", name: "Stjepan Babić", date: "2021", title: "Privatni klijent", quote: "Sve pohvale za stručni tim Deny Keramike.", tag: "Klijent", avatarSrc: "http://img.b2bpic.net/free-photo/architect-doing-okay-sign_1149-1825.jpg", imageSrc: "http://img.b2bpic.net/free-photo/drafting-tools-around-house-symbol_23-2147785571.jpg", imageAlt: "satisfied client portrait professional" },
|
||||
]}
|
||||
title="Što kažu naši klijenti"
|
||||
description="Povjerenje naših klijenata je naša najveća nagrada."
|
||||
@@ -246,36 +122,9 @@ export default function LandingPage() {
|
||||
title="Nedavni Projekti"
|
||||
description="Pogledajte našu galeriju najnovijih uspješnih ostvarenja."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Gradnja",
|
||||
title: "Luksuzna vila u Istri",
|
||||
excerpt: "Prostrana vila s bazenom...",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drafting-tools-around-house-symbol_23-2147785571.jpg?_wi=2",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/architect-team-partners-working-design-desk_482257-8112.jpg",
|
||||
date: "10.05.2024",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Interijer",
|
||||
title: "Moderan penthouse",
|
||||
excerpt: "Elegancija u srcu grada...",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-woman-sitting-couch_23-2148415817.jpg",
|
||||
date: "05.04.2024",
|
||||
},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Renovacija",
|
||||
title: "Povijesna kamena kuća",
|
||||
excerpt: "Spoj starog i novog dizajna...",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-table-couch-with-cushions_1203-438.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/happy-businessman-success-with-deal-together-business-success-goal-concept_1150-2619.jpg",
|
||||
date: "20.03.2024",
|
||||
},
|
||||
{ id: "b1", category: "Gradnja", title: "Luksuzna vila u Istri", excerpt: "Prostrana vila s bazenom...", imageSrc: "http://img.b2bpic.net/free-photo/drafting-tools-around-house-symbol_23-2147785571.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/architect-team-partners-working-design-desk_482257-8112.jpg", date: "10.05.2024" },
|
||||
{ id: "b2", category: "Interijer", title: "Moderan penthouse", excerpt: "Elegancija u srcu grada...", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-woman-sitting-couch_23-2148415817.jpg", date: "05.04.2024" },
|
||||
{ id: "b3", category: "Renovacija", title: "Povijesna kamena kuća", excerpt: "Spoj starog i novog dizajna...", imageSrc: "http://img.b2bpic.net/free-photo/glass-table-couch-with-cushions_1203-438.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/happy-businessman-success-with-deal-together-business-success-goal-concept_1150-2619.jpg", date: "20.03.2024" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -284,21 +133,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Koliko traje gradnja?",
|
||||
content: "Vrijeme ovisi o opsegu projekta.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Radite li projekte po narudžbi?",
|
||||
content: "Da, svaki projekt je jedinstven.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Koja područja pokrivate?",
|
||||
content: "Cijela Hrvatska.",
|
||||
},
|
||||
{ id: "f1", title: "Koliko traje gradnja?", content: "Vrijeme ovisi o opsegu projekta." },
|
||||
{ id: "f2", title: "Radite li projekte po narudžbi?", content: "Da, svaki projekt je jedinstven." },
|
||||
{ id: "f3", title: "Koja područja pokrivate?", content: "Cijela Hrvatska." },
|
||||
]}
|
||||
sideTitle="Česta Pitanja"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -308,32 +145,19 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Kontaktirajte nas"
|
||||
title="Započnimo Vaš Projekt"
|
||||
description="Spremni ste pretvoriti svoje snove u stvarnost? Javite nam se za konzultacije."
|
||||
buttons={[
|
||||
{
|
||||
text: "Pošalji upit",
|
||||
href: "mailto:info@denykeramika.hr",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Pošalji upit", href: "mailto:info@denykeramika.hr" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="DENY KERAMIKA"
|
||||
leftLink={{
|
||||
text: "© 2024 Deny Keramika",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Privatnost",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "© 2024 Deny Keramika", href: "#" }}
|
||||
rightLink={{ text: "Privatnost", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user