diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a4fc816..126a749 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -2,268 +2,134 @@ import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn'; import FeaturesArrowCards from '@/components/sections/features/FeaturesArrowCards'; -import GridDotsBackground from "@/components/ui/GridDotsBackground"; +import GridDotsBackground from '@/components/ui/GridDotsBackground'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards'; import TeamListCards from '@/components/sections/team/TeamListCards'; import TestimonialDetailedCards from '@/components/sections/testimonial/TestimonialDetailedCards'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function HomePage() { return ( <> -
- -
+
+ +
-
- -
+
+ +
-
- - -
+
+ + +
-
- -
+
+ +
-
- + -
+ title: "Senior Stylists", members: [ + { name: "Marcos", role: "Head Barber", detail: "10 years of experience in high-end grooming.", imageSrc: "http://img.b2bpic.net/free-photo/confident-tilting-head-young-beautiful-female-barber-uniform-holding-comb-isolated-green-wall_141793-105666.jpg" }, + { name: "Felipe", role: "Stylist", detail: "Specialist in beard sculpture and fades.", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-young-afro-american-barber-wearing-uniform-touching-chin_141793-117516.jpg" }, + { name: "Gustavo", role: "Master Barber", detail: "Traditional wet shaving expert.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506337.jpg" } + ] + } + ]} + /> + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
+ + ); -} +} \ No newline at end of file