diff --git a/src/app/page.tsx b/src/app/page.tsx index d62fecc..9da990f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,6 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import AboutMetric from '@/components/sections/about/AboutMetric'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactCenter from '@/components/sections/contact/ContactCenter'; @@ -56,44 +57,43 @@ export default function LandingPage() {
-
diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index a9847dc..a67b8cd 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -89,8 +89,7 @@ export default function ProductPage({ params }: ProductPageProps) { {"name":"Services","id":"services"}, {"name":"About","id":"about"}, {"name":"Reviews","id":"reviews"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} bottomLeftText="Garage Barbershop" bottomRightText="ori@blendze.local" @@ -141,8 +140,7 @@ export default function ProductPage({ params }: ProductPageProps) { {"name":"Services","id":"services"}, {"name":"About","id":"about"}, {"name":"Reviews","id":"reviews"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} bottomLeftText="Garage Barbershop" bottomRightText="ori@blendze.local" @@ -200,8 +198,7 @@ export default function ProductPage({ params }: ProductPageProps) { {"name":"Services","id":"services"}, {"name":"About","id":"about"}, {"name":"Reviews","id":"reviews"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} bottomLeftText="Garage Barbershop" bottomRightText="ori@blendze.local" diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index ff8d525..2496ea6 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -42,8 +42,7 @@ export default function ShopPage() { {"name":"Services","id":"services"}, {"name":"About","id":"about"}, {"name":"Reviews","id":"reviews"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} bottomLeftText="Garage Barbershop" bottomRightText="ori@blendze.local" @@ -93,8 +92,7 @@ export default function ShopPage() { {"name":"Services","id":"services"}, {"name":"About","id":"about"}, {"name":"Reviews","id":"reviews"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} bottomLeftText="Garage Barbershop" bottomRightText="ori@blendze.local"