Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import { CheckCircle, Wrench } from 'lucide-react';
|
||||
import { CheckCircle, Wrench, MessageSquare, Truck, ShieldCheck } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -72,7 +72,11 @@ 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={[]}
|
||||
bulletPoints={[
|
||||
{ title: "Atención personalizada", description: "Atención uno a uno con expertos en la materia.", icon: MessageSquare },
|
||||
{ title: "Envío a domicilio en Merlo", description: "Recibí tus productos en la comodidad de tu hogar.", icon: Truck },
|
||||
{ title: "Productos certificados", description: "Solo trabajamos con marcas homologadas.", icon: ShieldCheck }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,4 +143,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user