diff --git a/src/app/page.tsx b/src/app/page.tsx index 272ebf6..9c75b95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, Scissors, Smile, Sparkles, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -31,14 +27,8 @@ export default function LandingPage() { - -
-
@@ -210,33 +72,14 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - testimonials={[ - { - id: "1", name: "João Silva", role: "Cliente", company: "Coruche", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9670.jpg?_wi=2"}, - { - id: "2", name: "Tiago Santos", role: "Cliente", company: "Coruche", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/brushing-teeth-process-small-dog-sits-table-dog-brushed-by-professional_1157-48822.jpg?_wi=2"}, - { - id: "3", name: "Pedro Mendes", role: "Cliente", company: "Coruche", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg"}, - { - id: "4", name: "Ricardo Luís", role: "Cliente", company: "Coruche", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-shoot-pensive-man-with-beard-black-white-photo-with-low-contrast_613910-14630.jpg"}, - { - id: "5", name: "Bruno Costa", role: "Cliente", company: "Coruche", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-bearded-male-with-tattoo-arm-dressed-flannel-shirt-holding-juice-while-getting-haircut_613910-14751.jpg"}, - ]} + testimonials={[]} kpiItems={[ - { - value: "5.0", label: "Avaliação Google"}, - { - value: "99%", label: "Satisfação do Cliente"}, - { - value: "100+", label: "Marcações Mensais"}, + { value: "5.0", label: "Avaliação Google" }, + { value: "99%", label: "Satisfação" }, + { value: "100+", label: "Mensal" }, ]} - title="Confiança dos Nossos Clientes" - description="O que os nossos clientes dizem sobre a sua experiência na Barbearia do Gibas." + title="O que dizem os clientes" + description="A opinião de quem confia no nosso trabalho." /> @@ -244,26 +87,19 @@ export default function LandingPage() {