From f7d666ce8e1aa8508ddb6dc424cfa330c7fc139a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 18:52:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 207 +++++++++-------------------------------------- 1 file changed, 39 insertions(+), 168 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c370b83..264fb1e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; export default function LandingPage() { @@ -30,25 +29,13 @@ export default function LandingPage() { @@ -57,67 +44,42 @@ export default function LandingPage() {
@@ -127,58 +89,17 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "The Neighborhood Choice for Style", - }, + type: "text", content: "The Neighborhood Choice for Style"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg", - alt: "Inside In Tha Cut", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg", alt: "Inside In Tha Cut"}, ]} buttons={[ { - text: "Learn More", - href: "#contact", - }, + text: "Learn More", href: "#contact"}, ]} /> -
- -
-