Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f5e808263 | |||
| 76428330bf | |||
| ee40b9576c | |||
| e011d5c869 |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroSplit from "@/components/sections/hero/HeroSplit";
|
||||
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
|
||||
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
|
||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
<HeroBillboardCarousel
|
||||
title="Fontanero de Confianza en Vic – Rápido y Profesional"
|
||||
description="Reparaciones urgentes, instalaciones y mantenimiento. Atendemos emergencias hoy mismo. Más de 10 años sirviendo a Vic con excelencia."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
@@ -53,16 +53,11 @@ export default function LandingPage() {
|
||||
{ text: "Solicitar Presupuesto Gratis", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990724.jpg"
|
||||
imageAlt="Fontanero profesional reparando tuberías"
|
||||
mediaAnimation="opacity"
|
||||
imagePosition="right"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12688.jpg", alt: "Cliente satisfecho" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-850.jpg", alt: "Cliente satisfecho" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-businessman-office-1_1262-1487.jpg", alt: "Cliente satisfecho" }
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990724.jpg", imageAlt: "Fontanero profesional reparando tuberías" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12688.jpg", imageAlt: "Cliente satisfecho" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-850.jpg", imageAlt: "Profesional en acción" }
|
||||
]}
|
||||
avatarText="Miles de clientes satisfechos en Vic"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user