Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -10,7 +10,6 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { MapPin, Clock, Phone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -35,7 +34,6 @@ export default function LandingPage() {
|
||||
{ name: "Sobre Nosotros", id: "sobre-nosotros" },
|
||||
{ name: "Contacto", id: "contacto" },
|
||||
]}
|
||||
brandName="Bike Center PR"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -53,6 +51,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
description="Opiniones reales de nuestra comunidad."
|
||||
names={["Michael Jimenez (5★)", "Neftali Torres (5★)", "Carmelo Rodriguez (5★)", "Harry Lopez (5★)", "Juan Soto (5★)"]}
|
||||
title="Opiniones de nuestros ciclistas"
|
||||
/>
|
||||
@@ -62,6 +61,7 @@ export default function LandingPage() {
|
||||
<FeatureCardEight
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
description="Servicios integrales para todo tipo de ciclistas."
|
||||
features={[
|
||||
{ title: "Bicicletas Premium", description: "Specialized, Kross y más.", imageSrc: "http://img.b2bpic.net/free-vector/cycle-sports-logo-template-bicycle-illustration-modern-design-vector_53876-151342.jpg" },
|
||||
{ title: "Taller Profesional", description: "Expertos en mantenimiento.", imageSrc: "http://img.b2bpic.net/free-vector/bike-icon-with-colorful-wheels_1025-215.jpg" },
|
||||
@@ -76,6 +76,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
description="Lo que dicen nuestros clientes sobre el servicio recibido."
|
||||
testimonials={[]}
|
||||
showRating={true}
|
||||
title="Testimonios"
|
||||
@@ -96,6 +97,7 @@ export default function LandingPage() {
|
||||
description="Comunidad Márquez, Calle Marginal #20, Coto Norte, Manatí. Lunes-Sábado 9AM-5PM."
|
||||
buttons={[{ text: "(787) 858-5755", href: "tel:7878585755" }]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<div className="container mx-auto p-8 rounded-lg overflow-hidden">
|
||||
<iframe
|
||||
|
||||
Reference in New Issue
Block a user