Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c67f4863d0 | |||
| f04234f189 | |||
| c36b0578d0 | |||
| fd307ef209 | |||
| cf90d23be6 | |||
| 9869daf134 | |||
| 7ba95c111c | |||
| 1a07d7df4e | |||
| c5c771275f | |||
| 270b862f4c | |||
| f9f34ff455 | |||
| 6fc98ed2fd | |||
| 71426f85be | |||
| efc05c9f32 | |||
| c44417ffc5 | |||
| 94d1ba6802 | |||
| 9fa93eead5 | |||
| c63427d5a7 | |||
| 04843862eb | |||
| 034d113ccc |
@@ -10,7 +10,6 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller
|
|||||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
|
||||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||||
import { Shield, Sparkles, Star, Users } from "lucide-react";
|
import { Shield, Sparkles, Star, Users } from "lucide-react";
|
||||||
|
|
||||||
@@ -126,20 +125,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
|
||||||
<TestimonialCardTwelve
|
|
||||||
useInvertedBackground={true}
|
|
||||||
testimonials={[
|
|
||||||
{ id: "1", name: "Juan García", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6410.jpg", imageAlt: "happy customer barber" },
|
|
||||||
{ id: "2", name: "Pedro López", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-barbershop-concept_23-2148506210.jpg", imageAlt: "clean beard fade" },
|
|
||||||
{ id: "3", name: "Carlos Ruiz", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-listening-music-headphone_23-2147892843.jpg", imageAlt: "trendy male haircut" },
|
|
||||||
]}
|
|
||||||
cardTitle="Lo que dicen nuestros amigos"
|
|
||||||
cardTag="Opiniones"
|
|
||||||
cardAnimation="blur-reveal"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -191,4 +176,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user