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" }
]
},
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() {
/>
+
@@ -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" }
]
},
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 (
+
+
+
+
+
+
+
+
+
+ );
+}
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":"#"}]}
]}
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":"#"}]}
]}