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"},
]}
/>
-
-
-
-