From 12f6b9c86a466003fcf3d45e1a180fe080696ee7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 15:01:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 303 ++++++++--------------------------------------- 1 file changed, 50 insertions(+), 253 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f6f336..dace06c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TeamCardOne from '@/components/sections/team/TeamCardOne'; +import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { Eye, Layout, Scissors, Sparkles, User, Waves } from "lucide-react"; @@ -33,130 +33,58 @@ export default function LandingPage() {
@@ -168,11 +96,8 @@ export default function LandingPage() { description="At Mello Barbershop, we don't just cut hair; we sculpt confidence. Founded over a decade ago, our shop has grown into an institution for those who value tradition combined with modern style." buttons={[ { - text: "Learn More", - href: "#", - }, + text: "Learn More", href: "#"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6328.jpg?_wi=1" /> @@ -182,36 +107,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - icon: Scissors, - title: "Classic Cut", - description: "Timeless style tailored to your face shape.", - }, - { - icon: Sparkles, - title: "Signature Fade", - description: "The crispest, cleanest blend in the city.", - }, - { - icon: Layout, - title: "Precision Line-Up", - description: "Sharp edges to define your look.", - }, - { - icon: Waves, - title: "Natural Styles", - description: "Effortless, natural texture for any occasion.", - }, - { - icon: User, - title: "Kids Cut", - description: "Quality service for the next generation.", - }, - { - icon: Eye, - title: "Eyebrow Maintenance", - description: "Clean, groomed finish for a polished look.", - }, + { icon: Scissors, title: "Classic Cut", description: "Timeless style tailored to your face shape." }, + { icon: Sparkles, title: "Signature Fade", description: "The crispest, cleanest blend in the city." }, + { icon: Layout, title: "Precision Line-Up", description: "Sharp edges to define your look." }, + { icon: Waves, title: "Natural Styles", description: "Effortless, natural texture for any occasion." }, + { icon: User, title: "Kids Cut", description: "Quality service for the next generation." }, + { icon: Eye, title: "Eyebrow Maintenance", description: "Clean, groomed finish for a polished look." }, ]} title="Our Signature Services" description="From precision fades to classic hot towel shaves, we offer curated services designed for the modern man." @@ -219,39 +120,18 @@ export default function LandingPage() {
-
@@ -259,31 +139,11 @@ export default function LandingPage() {
-- 2.49.1