From d1f87524853d44e1c28da260ec5a619aacfdbf02 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 02:28:20 +0000 Subject: [PATCH 1/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 5c928c3..404f268 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -31,7 +31,7 @@ export default function BlogPage() { brandName="ORIBLENDZ" navItems={[ { name: "Home", id: "/" }, - { name: "Services", id: "services" }, + { name: "Services", id: "/services" }, { name: "Gallery", id: "gallery" }, { name: "About", id: "about" }, { name: "Contact", id: "contact" } @@ -71,8 +71,8 @@ export default function BlogPage() { columns={[ { title: "Studio", items: [ - { label: "Home", href: "hero" }, - { label: "Services", href: "services" }, + { label: "Home", href: "/" }, + { label: "Services", href: "/services" }, { label: "Gallery", href: "gallery" } ] }, -- 2.49.1 From 1abde5bbee968ca95b4c007f50e21a892a287a8c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 02:28:21 +0000 Subject: [PATCH 2/5] Update src/app/page.tsx --- src/app/page.tsx | 53 ++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 44 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6cf8de0..24174f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,7 +30,7 @@ export default function LandingPage() { brandName="ORIBLENDZ" navItems={[ { name: "Home", id: "hero" }, - { name: "Services", id: "services" }, + { name: "Services", id: "/services" }, { name: "Gallery", id: "gallery" }, { name: "About", id: "about" }, { name: "Contact", id: "contact" } @@ -41,6 +41,41 @@ export default function LandingPage() { /> +
+
+
+
+ {/* Barber Setup Image 1 */} +
+ Barber Setup 1 +
+

ORIBLENDZ

+
+
+ {/* Barber Setup Image 2 */} +
+ Barber Setup 2 +
+

ORIBLENDZ

+
+
+
+
+

Elite Private Grooming Studio

+

Precision Crafted Experience • Appointment Only

+
+
+
+
+
@@ -190,8 +225,8 @@ export default function LandingPage() { columns={[ { title: "Studio", items: [ - { label: "Home", href: "hero" }, - { label: "Services", href: "services" }, + { label: "Home", href: "/" }, + { label: "Services", href: "/services" }, { label: "Gallery", href: "gallery" } ] }, -- 2.49.1 From 0112367e5b27725c6bc0a3ac518240b0a696c0d7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 02:28:21 +0000 Subject: [PATCH 3/5] Add src/app/services/page.tsx --- src/app/services/page.tsx | 136 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 src/app/services/page.tsx diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx new file mode 100644 index 0000000..b7da184 --- /dev/null +++ b/src/app/services/page.tsx @@ -0,0 +1,136 @@ +"use client" + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; +import PricingCardFive from "@/components/sections/pricing/PricingCardFive"; +import FooterBase from "@/components/sections/footer/FooterBase"; +import { Sparkles } from "lucide-react"; + +const FRESHA_BOOKING_URL = "https://www.fresha.com/a/oriblendz-pembroke-pines-3127-northwest-84th-way-mc1s2lzu/booking?menu=true&share=true&cartId=f8ebd1d7-ee19-40d7-830a-50d2e8282b16"; + +export default function ServicesPage() { + return ( + + + +
+ +
+ + +
+ ); +} -- 2.49.1 From 99dd912aa48c6474e45b86b4dc2a62182ed62605 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 02:28:22 +0000 Subject: [PATCH 4/5] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 4b7d92d..b87be2a 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -88,7 +88,7 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="ORIBLENDZ" navItems={[ {"name":"Home","id":"/"}, - {"name":"Services","id":"services"}, + {"name":"Services","id":"/services"}, {"name":"Gallery","id":"gallery"}, {"name":"About","id":"about"}, {"name":"Contact","id":"contact"}, @@ -105,7 +105,7 @@ export default function ProductPage({ params }: ProductPageProps) { logoText="ORIBLENDZ" copyrightText="© 2025 ORIBLENDZ | Private Luxury Studio" columns={[ - {"title":"Studio","items":[{"label":"Home","href":"hero"},{"label":"Services","href":"services"},{"label":"Gallery","href":"gallery"}]}, + {"title":"Studio","items":[{"label":"Home","href":"/"},{"label":"Services","href":"/services"},{"label":"Gallery","href":"gallery"}]}, {"title":"Connect","items":[{"label":"Book Now","href":FRESHA_BOOKING_URL},{"label":"Phone","href":"tel:754-837-0279"},{"label":"TikTok","href":"https://www.tiktok.com/@oriblendz"}]}, {"title":"Location","items":[{"label":"3127 Northwest 84th Way","href":"#"},{"label":"Pembroke Pines, Florida","href":"#"},{"label":"Appointment Only","href":"#"}]} ]} @@ -136,7 +136,7 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="ORIBLENDZ" navItems={[ {"name":"Home","id":"/"}, - {"name":"Services","id":"services"}, + {"name":"Services","id":"/services"}, {"name":"Gallery","id":"gallery"}, {"name":"About","id":"about"}, {"name":"Contact","id":"contact"}, @@ -161,7 +161,7 @@ export default function ProductPage({ params }: ProductPageProps) { logoText="ORIBLENDZ" copyrightText="© 2025 ORIBLENDZ | Private Luxury Studio" columns={[ - {"title":"Studio","items":[{"label":"Home","href":"hero"},{"label":"Services","href":"services"},{"label":"Gallery","href":"gallery"}]}, + {"title":"Studio","items":[{"label":"Home","href":"/"},{"label":"Services","href":"/services"},{"label":"Gallery","href":"gallery"}]}, {"title":"Connect","items":[{"label":"Book Now","href":FRESHA_BOOKING_URL},{"label":"Phone","href":"tel:754-837-0279"},{"label":"TikTok","href":"https://www.tiktok.com/@oriblendz"}]}, {"title":"Location","items":[{"label":"3127 Northwest 84th Way","href":"#"},{"label":"Pembroke Pines, Florida","href":"#"},{"label":"Appointment Only","href":"#"}]} ]} @@ -191,7 +191,7 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="ORIBLENDZ" navItems={[ {"name":"Home","id":"/"}, - {"name":"Services","id":"services"}, + {"name":"Services","id":"/services"}, {"name":"Gallery","id":"gallery"}, {"name":"About","id":"about"}, {"name":"Contact","id":"contact"}, @@ -241,7 +241,7 @@ export default function ProductPage({ params }: ProductPageProps) { logoText="ORIBLENDZ" copyrightText="© 2025 ORIBLENDZ | Private Luxury Studio" columns={[ - {"title":"Studio","items":[{"label":"Home","href":"hero"},{"label":"Services","href":"services"},{"label":"Gallery","href":"gallery"}]}, + {"title":"Studio","items":[{"label":"Home","href":"/"},{"label":"Services","href":"/services"},{"label":"Gallery","href":"gallery"}]}, {"title":"Connect","items":[{"label":"Book Now","href":FRESHA_BOOKING_URL},{"label":"Phone","href":"tel:754-837-0279"},{"label":"TikTok","href":"https://www.tiktok.com/@oriblendz"}]}, {"title":"Location","items":[{"label":"3127 Northwest 84th Way","href":"#"},{"label":"Pembroke Pines, Florida","href":"#"},{"label":"Appointment Only","href":"#"}]} ]} -- 2.49.1 From 167fb55ea0a7b1e62ab0a30c11f9d3edc00e04c4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 02:28:23 +0000 Subject: [PATCH 5/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index c7cf0a8..1b3571b 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -41,7 +41,7 @@ export default function ShopPage() { brandName="ORIBLENDZ" navItems={[ {"name":"Home","id":"/"}, - {"name":"Services","id":"services"}, + {"name":"Services","id":"/services"}, {"name":"Gallery","id":"gallery"}, {"name":"About","id":"about"}, {"name":"Contact","id":"contact"}, @@ -58,7 +58,7 @@ export default function ShopPage() { logoText="ORIBLENDZ" copyrightText="© 2025 ORIBLENDZ | Private Luxury Studio" columns={[ - {"title":"Studio","items":[{"label":"Home","href":"hero"},{"label":"Services","href":"services"},{"label":"Gallery","href":"gallery"}]}, + {"title":"Studio","items":[{"label":"Home","href":"/"},{"label":"Services","href":"/services"},{"label":"Gallery","href":"gallery"}]}, {"title":"Connect","items":[{"label":"Book Now","href":FRESHA_BOOKING_URL},{"label":"Phone","href":"tel:754-837-0279"},{"label":"TikTok","href":"https://www.tiktok.com/@oriblendz"}]}, {"title":"Location","items":[{"label":"3127 Northwest 84th Way","href":"#"},{"label":"Pembroke Pines, Florida","href":"#"},{"label":"Appointment Only","href":"#"}]} ]} @@ -88,7 +88,7 @@ export default function ShopPage() { brandName="ORIBLENDZ" navItems={[ {"name":"Home","id":"/"}, - {"name":"Services","id":"services"}, + {"name":"Services","id":"/services"}, {"name":"Gallery","id":"gallery"}, {"name":"About","id":"about"}, {"name":"Contact","id":"contact"}, @@ -113,7 +113,7 @@ export default function ShopPage() { logoText="ORIBLENDZ" copyrightText="© 2025 ORIBLENDZ | Private Luxury Studio" columns={[ - {"title":"Studio","items":[{"label":"Home","href":"hero"},{"label":"Services","href":"services"},{"label":"Gallery","href":"gallery"}]}, + {"title":"Studio","items":[{"label":"Home","href":"/"},{"label":"Services","href":"/services"},{"label":"Gallery","href":"gallery"}]}, {"title":"Connect","items":[{"label":"Book Now","href":FRESHA_BOOKING_URL},{"label":"Phone","href":"tel:754-837-0279"},{"label":"TikTok","href":"https://www.tiktok.com/@oriblendz"}]}, {"title":"Location","items":[{"label":"3127 Northwest 84th Way","href":"#"},{"label":"Pembroke Pines, Florida","href":"#"},{"label":"Appointment Only","href":"#"}]} ]} -- 2.49.1