Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -101,7 +101,6 @@ export default function BarbershopPage() {
|
||||
className="w-full"
|
||||
containerClassName="py-20"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
|
||||
descriptionClassName="text-lg font-light"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user