Update src/app/page.tsx
This commit is contained in:
@@ -3,18 +3,15 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import { CheckCircle, MessageCircle, Wrench, ShieldCheck } from 'lucide-react';
|
||||
import { CheckCircle, Wrench } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -59,6 +56,7 @@ export default function LandingPage() {
|
||||
description="Verificamos cada pieza para tu instalación específica."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Marcas compatibles", description: "Trabajamos con repuestos originales.", media: { imageSrc: "http://img.b2bpic.net/free-photo/faucet-sink_74190-4120.jpg" }, items: [{ icon: CheckCircle, text: "Certificado de calidad" }], reverse: false },
|
||||
{ title: "Guía de selección", description: "Evitá compras erróneas.", media: { imageSrc: "http://img.b2bpic.net/free-photo/silver-basin-mixer-isolated-gray-background_181624-59278.jpg" }, items: [{ icon: Wrench, text: "Asesoramiento técnico" }], reverse: true }
|
||||
@@ -74,6 +72,8 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "Consultar ahora", href: "https://wa.me/541100000000" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-pink-blouse-buys-dishes-store_1157-36711.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -83,6 +83,8 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
title="Productos Destacados"
|
||||
description="Lo mejor en accesorios para tu hogar."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Grifería Lavabo", price: "$45.000", imageSrc: "http://img.b2bpic.net/free-photo/black-faucet-with-steel-sink-stylish-modern-kitchen_169016-20021.jpg" },
|
||||
{ id: "2", name: "Monocomando Cocina", price: "$62.000", imageSrc: "http://img.b2bpic.net/free-photo/professional-kitchen-faucet-stainless-sink-white-marble_169016-69044.jpg" }
|
||||
@@ -96,6 +98,8 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
textboxLayout="default"
|
||||
description="Accesorios complementarios."
|
||||
products={[
|
||||
{ id: "r1", name: "Kit Instalación", price: "$12.000", variant: "Kit", imageSrc: "http://img.b2bpic.net/free-photo/nature-kitchen-flow-open-closeup_1203-5200.jpg" }
|
||||
]}
|
||||
@@ -110,6 +114,7 @@ export default function LandingPage() {
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg", alt: "User" }]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -119,6 +124,8 @@ export default function LandingPage() {
|
||||
title="Estamos para ayudarte"
|
||||
description="Escribinos por WhatsApp para cualquier consulta técnica."
|
||||
buttonText="Escribir ahora"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user