Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 778f0a0cfd | |||
| 07fa2597d6 | |||
| e268c03573 | |||
| 3908cc36b8 | |||
| c07125e84a | |||
| 20f9812128 | |||
| 08984825b8 | |||
| 514057bb1d | |||
| af8de3d545 | |||
| 84b2668b08 | |||
| e5e589eb3b | |||
| 7e851fb4de | |||
| 56c94722ab |
@@ -10,7 +10,8 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
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() {
|
||||
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,
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -126,6 +123,12 @@ export default function LandingPage() {
|
||||
title="Naše služby"
|
||||
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 id="benefits" data-section="benefits">
|
||||
|
||||
Reference in New Issue
Block a user