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() {
@@ -47,93 +37,16 @@ export default function LandingPage() {
-
-
-
-
-
-
-
-
@@ -143,65 +56,14 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "corte", badge: "Essencial", price: "12€", subtitle: "Corte de cabelo", buttons: [
- {
- text: "Marcar Agora", href: "https://barbearia-do-gibas.buk.pt"},
- ],
- features: ["Corte de cabelo profissional"],
- },
- {
- id: "cabelo-barba", badge: "Mais procurado", price: "18€", subtitle: "Cabelo + Barba", buttons: [
- {
- text: "Marcar Agora", href: "https://barbearia-do-gibas.buk.pt"},
- ],
- features: ["Corte de cabelo", "Tratamento de barba"],
- },
- {
- id: "completo", badge: "Completo", price: "20€", subtitle: "Cabelo, Sobrancelha e Barba", buttons: [
- {
- text: "Marcar Agora", href: "https://barbearia-do-gibas.buk.pt"},
- ],
- features: ["Corte de cabelo", "Barba", "Sobrancelhas"],
- },
- {
- id: "madeixas-corte", badge: "Estilo", price: "52€", subtitle: "Madeixas + Corte", buttons: [
- {
- text: "Marcar Agora", href: "https://barbearia-do-gibas.buk.pt"},
- ],
- features: ["Madeixas", "Corte de cabelo"],
- },
- {
- id: "madeixas-completo", badge: "Premium", price: "58€", subtitle: "Madeixas + Barba + Corte", buttons: [
- {
- text: "Marcar Agora", href: "https://barbearia-do-gibas.buk.pt"},
- ],
- features: ["Madeixas", "Corte de cabelo", "Tratamento de barba"],
- },
+ { id: "corte-sobrancelha", badge: "Promo", price: "14€", subtitle: "Corte de cabelo + Sobrancelha", buttons: [{ text: "Marcar", href: "https://barbearia-do-gibas.buk.pt" }], features: ["Corte de cabelo profissional", "Limpeza de sobrancelha"] },
+ { id: "corte-unico", badge: "Essencial", price: "8€", subtitle: "Corte pente único", buttons: [{ text: "Marcar", href: "https://barbearia-do-gibas.buk.pt" }], features: ["Corte de cabelo prático"] },
+ { id: "corte-crianca", badge: "Crianças", price: "10€", subtitle: "Até 8 anos", buttons: [{ text: "Marcar", href: "https://barbearia-do-gibas.buk.pt" }], features: ["Corte infantil"] },
+ { id: "barba", badge: "Cuidados", price: "8€", subtitle: "Barba", buttons: [{ text: "Marcar", href: "https://barbearia-do-gibas.buk.pt" }], features: ["Tratamento de barba"] },
+ { id: "sobrancelha", badge: "Detalhe", price: "3€", subtitle: "Sobrancelha", buttons: [{ text: "Marcar", href: "https://barbearia-do-gibas.buk.pt" }], features: ["Limpeza de sobrancelha"] },
]}
title="Tabela de Preços"
- description="Preços justos para resultados profissionais de alta qualidade."
- />
-
-
-