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() { @@ -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() {
- +
); -} +} \ No newline at end of file