Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 778f0a0cfd | |||
| 07fa2597d6 | |||
| e268c03573 | |||
| 3908cc36b8 | |||
| c07125e84a | |||
| 20f9812128 |
@@ -10,7 +10,8 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia
|
|||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import { Award, CheckCircle, Clock, ShieldCheck, Wrench } from "lucide-react";
|
import ButtonElasticEffect from '@/components/button/ButtonElasticEffect/ButtonElasticEffect';
|
||||||
|
import { Award, CheckCircle, Clock, ShieldCheck, Wrench, Phone } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -67,10 +68,6 @@ export default function LandingPage() {
|
|||||||
name: "Tomáš Marek", handle: "Projektový manažer", testimonial: "Velmi kvalitní materiály a rychlá montáž. Vše proběhlo dle dohody.", rating: 4,
|
name: "Tomáš Marek", handle: "Projektový manažer", testimonial: "Velmi kvalitní materiály a rychlá montáž. Vše proběhlo dle dohody.", rating: 4,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124298.jpg?_wi=1"},
|
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124298.jpg?_wi=1"},
|
||||||
]}
|
]}
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Nezávazná poptávka", href: "#contact"},
|
|
||||||
]}
|
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CIrA5gHdH1i5L4ClMNV1XPQQ6m/uploaded-1776085976084-u9o74jdz.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CIrA5gHdH1i5L4ClMNV1XPQQ6m/uploaded-1776085976084-u9o74jdz.png"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
@@ -126,6 +123,12 @@ export default function LandingPage() {
|
|||||||
title="Naše služby"
|
title="Naše služby"
|
||||||
description="Nabízíme komplexní řešení pro stínění vašeho interiéru i exteriéru."
|
description="Nabízíme komplexní řešení pro stínění vašeho interiéru i exteriéru."
|
||||||
/>
|
/>
|
||||||
|
<div className="flex justify-center pt-8">
|
||||||
|
<ButtonElasticEffect
|
||||||
|
text="Zavolat zdarma"
|
||||||
|
href="tel:+420777244303"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="benefits" data-section="benefits">
|
<div id="benefits" data-section="benefits">
|
||||||
@@ -209,4 +212,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user