diff --git a/src/app/page.tsx b/src/app/page.tsx
index fe520a8..18d04ff 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,10 +3,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
-import ContactCenter from '@/components/sections/contact/ContactCenter';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
-import FooterSimple from '@/components/sections/footer/FooterSimple';
+import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
@@ -31,18 +31,10 @@ export default function LandingPage() {
@@ -51,109 +43,12 @@ export default function LandingPage() {
@@ -162,21 +57,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Naša posvećenost"
metrics={[
- {
- label: "Zadovoljnih klijenata",
- value: "2,500+",
- icon: Users,
- },
- {
- label: "Godina iskustva",
- value: "12",
- icon: Award,
- },
- {
- label: "Premium usluga",
- value: "15+",
- icon: Scissors,
- },
+ { label: "Zadovoljnih klijenata", value: "2,500+", icon: Users },
+ { label: "Godina iskustva", value: "12", icon: Award },
+ { label: "Premium usluga", value: "15+", icon: Scissors },
]}
metricsAnimation="slide-up"
/>
@@ -188,45 +71,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "1",
- title: "Klasično šišanje",
- subtitle: "Tradicionalna preciznost sa modernim detaljima.",
- category: "Frizura",
- value: "30€",
- buttons: [
- {
- text: "Saznaj više",
- href: "#",
- },
- ],
- },
- {
- id: "2",
- title: "Uređivanje brade",
- subtitle: "Dizajniranje i precizno oblikovanje brade.",
- category: "Brada",
- value: "20€",
- buttons: [
- {
- text: "Saznaj više",
- href: "#",
- },
- ],
- },
- {
- id: "3",
- title: "Deluxe tretman",
- subtitle: "Sveobuhvatni tretman za njegu lica i kose.",
- category: "Tretmani",
- value: "50€",
- buttons: [
- {
- text: "Saznaj više",
- href: "#",
- },
- ],
- },
+ { id: "1", title: "Klasično šišanje", subtitle: "Tradicionalna preciznost sa modernim detaljima.", category: "Frizura", value: "30€" },
+ { id: "2", title: "Uređivanje brade", subtitle: "Dizajniranje i precizno oblikovanje brade.", category: "Brada", value: "20€" },
+ { id: "3", title: "Deluxe tretman", subtitle: "Sveobuhvatni tretman za njegu lica i kose.", category: "Tretmani", value: "50€" },
]}
title="Premium Usluge"
description="Individualni pristup za svakog klijenta."
@@ -238,46 +85,14 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
- useInvertedBackground={false}
+ useInvertedBackground={true}
products={[
- {
- id: "w1",
- name: "Fade cut",
- price: "Moderna frizura",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-head-young-bearded-man-getting-haircut-barbershop-barber-soul_627829-6363.jpg?_wi=2",
- },
- {
- id: "w2",
- name: "Beard trim",
- price: "Oblikovana brada",
- imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-dressed-fleece-shirt-talks-by-smart-phone-park_613910-3280.jpg",
- },
- {
- id: "w3",
- name: "Classic scissor",
- price: "Šišanje makazama",
- imageSrc: "http://img.b2bpic.net/free-photo/red_1385-786.jpg",
- },
- {
- id: "w4",
- name: "Executive cut",
- price: "Poslovni look",
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-handsome-man-studio-fashion-portrait_1301-3984.jpg",
- },
- {
- id: "w5",
- name: "Sharp beard",
- price: "Precizne linije",
- imageSrc: "http://img.b2bpic.net/free-photo/man-hair-salon-looking-sideways_23-2148242781.jpg",
- },
- {
- id: "w6",
- name: "Modern taper",
- price: "Kratki stil",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-before-after-rhinoplasty_23-2149947584.jpg",
- },
+ { id: "w1", name: "Fade cut", price: "Moderna frizura", imageSrc: "http://img.b2bpic.net/free-photo/close-up-head-young-bearded-man-getting-haircut-barbershop-barber-soul_627829-6363.jpg?_wi=2" },
+ { id: "w2", name: "Beard trim", price: "Oblikovana brada", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-dressed-fleece-shirt-talks-by-smart-phone-park_613910-3280.jpg" },
+ { id: "w3", name: "Classic scissor", price: "Šišanje makazama", imageSrc: "http://img.b2bpic.net/free-photo/red_1385-786.jpg" },
+ { id: "w4", name: "Executive cut", price: "Poslovni look", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-handsome-man-studio-fashion-portrait_1301-3984.jpg" },
]}
- title="Naši radovi"
+ title="Naša Galerija"
description="Pogledajte eleganciju u svakom rezu."
/>
@@ -287,62 +102,8 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
- testimonials={[
- {
- id: "t1",
- name: "Nikola B.",
- role: "Dizajner",
- company: "Creative",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-blond-bearded-male-dressed-black-leather-jacket_613910-11927.jpg",
- },
- {
- id: "t2",
- name: "Stefan G.",
- role: "Poduzetnik",
- company: "Tech",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7903.jpg",
- },
- {
- id: "t3",
- name: "Ivan S.",
- role: "Arhitekta",
- company: "Studio",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-middle-age-bearded-male-dressed-plaid-flannel-shirt-grey-background_613910-16272.jpg",
- },
- {
- id: "t4",
- name: "Dražen V.",
- role: "Advokat",
- company: "Law",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-sitting-chair_23-2149220530.jpg",
- },
- {
- id: "t5",
- name: "Petar M.",
- role: "Direktor",
- company: "Corpo",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506342.jpg",
- },
- ]}
- kpiItems={[
- {
- label: "Ocjena",
- value: "4.9",
- },
- {
- label: "Klijenata",
- value: "2k+",
- },
- {
- label: "Zadovoljstvo",
- value: "100%",
- },
- ]}
+ testimonials={[]}
+ kpiItems={[{ value: "4.9", label: "Ocjena" }, { value: "2k+", label: "Klijenata" }, { value: "100%", label: "Zadovoljstvo" }]}
title="Šta kažu klijenti"
description="Povjerenje gradimo kvalitetom."
/>
@@ -352,23 +113,7 @@ export default function LandingPage() {