Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f58d2c6f56 | |||
| 7ed0f249f5 | |||
| 06ad473804 | |||
| 9fc24d1414 | |||
| 13699e254a | |||
| 1cf4777422 | |||
| 088e45796d |
@@ -8,7 +8,7 @@ import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -74,21 +74,21 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<ProductCardThree
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Lavado y Planchado Express", price: "Desde $150", imageSrc: "http://img.b2bpic.net/free-vector/laundry-service-labels-template_23-2150948269.jpg?_wi=2" },
|
||||
{ id: "2", name: "Lavado en Seco", price: "Consulte tarifa", imageSrc: "http://img.b2bpic.net/free-vector/laundry-cleaning-illustration-with-washing-machine_24908-59523.jpg" },
|
||||
{ id: "3", name: "Cortinas y Colchas", price: "Tarifa especial", imageSrc: "http://img.b2bpic.net/free-vector/housework-icons-collection_1234-29.jpg" },
|
||||
{ id: "4", name: "Sastrería y Entalles", price: "Trabajo profesional", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-laundry-doodle-icon-set-simple-line-art-illustration-with-clothes-clothesline_88138-2250.jpg" },
|
||||
{ id: "5", name: "Alfombras", price: "Lavado profundo", imageSrc: "http://img.b2bpic.net/free-vector/white-blue-iron-side-view-realistic-vector-illustration_1284-66726.jpg" },
|
||||
{ id: "6", name: "Planchado Profesional", price: "Acabado perfecto", imageSrc: "http://img.b2bpic.net/free-vector/laundry-service-labels-template_23-2150987036.jpg" }
|
||||
{ id: "1", name: "Lavado y Planchado Express", price: "$15", imageSrc: "http://img.b2bpic.net/free-vector/laundry-service-labels-template_23-2150948269.jpg?_wi=2" },
|
||||
{ id: "2", name: "Lavado en Seco", price: "$25", imageSrc: "http://img.b2bpic.net/free-vector/laundry-cleaning-illustration-with-washing-machine_24908-59523.jpg" },
|
||||
{ id: "3", name: "Cortinas y Colchas", price: "$35", imageSrc: "http://img.b2bpic.net/free-vector/housework-icons-collection_1234-29.jpg" },
|
||||
{ id: "4", name: "Sastrería y Entalles", price: "$20", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-laundry-doodle-icon-set-simple-line-art-illustration-with-clothes-clothesline_88138-2250.jpg" },
|
||||
{ id: "5", name: "Alfombras", price: "$45", imageSrc: "http://img.b2bpic.net/free-vector/white-blue-iron-side-view-realistic-vector-illustration_1284-66726.jpg" },
|
||||
{ id: "6", name: "Planchado Profesional", price: "$10", imageSrc: "http://img.b2bpic.net/free-vector/laundry-service-labels-template_23-2150987036.jpg" }
|
||||
]}
|
||||
title="Nuestros Servicios"
|
||||
description="Desde lavado express hasta sastrería profesional."
|
||||
description="Servicios de alta calidad en nuestra ubicación central en Santo Domingo. Visítanos para disfrutar de una atención impecable."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -177,4 +177,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user