diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0645d1b..f957481 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,11 +2,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import AboutMetric from '@/components/sections/about/AboutMetric';
+import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
-import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
+import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
@@ -31,16 +31,11 @@ export default function LandingPage() {
@@ -48,45 +43,27 @@ export default function LandingPage() {
@@ -97,179 +74,60 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "1", title: "Haircut", price: "$25+", period: "", features: [
- "Basic cut", "Clean finish"],
- button: {
- text: "Call Now", href: "tel:7187201978"},
- imageSrc: "http://img.b2bpic.net/free-photo/working-tools-barber-master_651396-126.jpg", imageAlt: "Working tools of barber master"},
- {
- id: "2", title: "Skin Fade", price: "$30+", period: "", features: [
- "Detailed fade", "Premium finish"],
- button: {
- text: "Call Now", href: "tel:7187201978"},
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313014.jpg", imageAlt: "Working tools of barber master"},
- {
- id: "3", title: "Beard Trim", price: "$15+", period: "", features: [
- "Line up", "Detail work"],
- button: {
- text: "Call Now", href: "tel:7187201978"},
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506215.jpg", imageAlt: "Working tools of barber master"},
- {
- id: "4", title: "Haircut + Beard", price: "$40+", period: "", features: [
- "Full service", "Sharp look"],
- button: {
- text: "Call Now", href: "tel:7187201978"},
- imageSrc: "http://img.b2bpic.net/free-photo/hairdressing-supplies-wooden-background_23-2147711598.jpg", imageAlt: "Working tools of barber master"},
- {
- id: "5", title: "Kids Haircut", price: "$20+", period: "", features: [
- "Patient service", "Fresh cut"],
- button: {
- text: "Call Now", href: "tel:7187201978"},
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-customer-waiting-haircut_23-2148256975.jpg", imageAlt: "Working tools of barber master"},
- {
- id: "6", title: "Shape Up", price: "$10+", period: "", features: [
- "Edge up", "Clean lines"],
- button: {
- text: "Call Now", href: "tel:7187201978"},
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-man-getting-haircut_23-2148224298.jpg", imageAlt: "Working tools of barber master"},
+ { id: "1", title: "Haircut", price: "$25+", period: "", features: ["Basic cut", "Clean finish"], button: { text: "Call Now", href: "tel:7187201978" }, imageSrc: "http://img.b2bpic.net/free-photo/working-tools-barber-master_651396-126.jpg", imageAlt: "Working tools" },
+ { id: "2", title: "Skin Fade", price: "$30+", period: "", features: ["Detailed fade", "Premium finish"], button: { text: "Call Now", href: "tel:7187201978" }, imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313014.jpg", imageAlt: "Working tools" },
]}
title="Our Services"
- description="Prices are starting points. Call for exact pricing."
- />
-
-
-