Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 46a2144207 | |||
| fe1a7b1bf6 | |||
| 5fc2eb2ff9 | |||
| dfb12e4686 | |||
| ea46f01f4e |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,7 +10,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
|
|||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import { MessageCircle } from 'lucide-react';
|
import { MessageCircle, Shield } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -80,8 +80,9 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
title="Nuestros Neumáticos"
|
title="Nuestros Neumáticos"
|
||||||
description="Descubre nuestra colección de neumáticos premium diseñados para máximo rendimiento y durabilidad"
|
description="Descubre nuestra colección de neumáticos premium con garantía de calidad y rendimiento excepcional. Cada neumático está respaldado por nuestra garantía de 2 años contra defectos de fabricación"
|
||||||
tag="Productos"
|
tag="Productos Garantizados"
|
||||||
|
tagIcon={Shield}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -266,4 +267,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user