|
|
|
|
@@ -12,6 +12,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
|
|
|
|
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
|
|
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
|
|
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
|
|
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
|
|
|
import { Sparkles, Award, Instagram, Facebook, MessageSquare } from "lucide-react";
|
|
|
|
|
import { Montserrat } from "next/font/google";
|
|
|
|
|
|
|
|
|
|
@@ -92,6 +93,17 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="social-proof" data-section="social-proof">
|
|
|
|
|
<SocialProofOne
|
|
|
|
|
title="Nossa Credibilidade é o Nosso Cartão de Visitas"
|
|
|
|
|
description="Confiança e qualidade que nos conectam aos melhores."
|
|
|
|
|
names={[
|
|
|
|
|
"Barbeiros Associados", "Beleza Masculina BR", "Estilo & Cuidado", "Profissionais do Cabelo", "Clube da Barba"
|
|
|
|
|
]}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="services" data-section="services">
|
|
|
|
|
<FeatureCardSix
|
|
|
|
|
title="Nossos Serviços Exclusivos"
|
|
|
|
|
@@ -102,7 +114,7 @@ export default function LandingPage() {
|
|
|
|
|
{ title: "Tratamento Capilar Completo", description: "Cuidados especiais para a saúde do seu cabelo e couro cabeludo, incluindo hidratação, nutrição e revitalização.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-washing-hair-barber-shop_23-2148506344.jpg", imageAlt: "Homem recebendo tratamento capilar com xampu" }
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="products" data-section="products">
|
|
|
|
|
@@ -203,7 +215,7 @@ export default function LandingPage() {
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterCard
|
|
|
|
|
logoText="HOPE BARBEARIA"
|
|
|
|
|
logoSrc="http://img.b2bpic.net/free-vector/vintage-barbershop-colorful-label_225004-886.jpg"
|
|
|
|
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECVpCn2tp1eptuWrUSz0aUAE18/uploaded-1780437498715-crscsp24.jpg"
|
|
|
|
|
logoAlt="Logo HOPE BARBEARIA"
|
|
|
|
|
copyrightText="© 2024 HOPE BARBEARIA. Todos os direitos reservados."
|
|
|
|
|
socialLinks={[
|
|
|
|
|
@@ -215,4 +227,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|