diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a645ed7..aeeb0b8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -12,11 +12,10 @@ import { Award, ShieldCheck, Users, Home, Sparkles } from "lucide-react"; const navItems = [ { name: "Home", id: "/" }, { name: "About Us", id: "/about" }, - { name: "Services", id: "/" }, - { name: "Bridal Studio", id: "/" }, - { name: "Gallery", id: "/" }, - { name: "Pricing", id: "/" }, - { name: "Contact", id: "/" }, + { name: "Services", id: "/services" }, + { name: "Gallery", id: "/gallery" }, + { name: "Pricing", id: "/pricing" }, + { name: "Contact", id: "/contact" }, ]; export default function AboutPage() { @@ -39,7 +38,7 @@ export default function AboutPage() { brandName="Luxe Beauty Studio" navItems={navItems} button={{ - text: "Book Appointment", href: "/"}} + text: "Book Appointment", href: "/contact"}} className="bg-gradient-to-r from-rose-100 to-orange-50 backdrop-blur-lg border border-white/20" buttonClassName="bg-gradient-to-r from-amber-600 to-orange-500 hover:shadow-lg hover:shadow-orange-300/50 text-white font-semibold transition-all duration-300" /> @@ -71,7 +70,7 @@ export default function AboutPage() { ]} buttons={[ { - text: "Book Now", href: "/"}, + text: "Book Now", href: "/contact"}, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/professional-women-stylish-suit-office-with-tablet-device_23-2150167800.jpg" @@ -154,19 +153,19 @@ export default function AboutPage() { { label: "About Us", href: "/about"}, { - label: "Services", href: "/"}, + label: "Services", href: "/services"}, { - label: "Gallery", href: "/"}, + label: "Gallery", href: "/gallery"}, ], }, { items: [ { - label: "Pricing", href: "/"}, + label: "Pricing", href: "/pricing"}, { - label: "Book Appointment", href: "/"}, + label: "Book Appointment", href: "/contact"}, { - label: "Contact Us", href: "/about"}, + label: "Contact Us", href: "/contact"}, { label: "Instagram", href: "https://instagram.com"}, ], @@ -180,7 +179,7 @@ export default function AboutPage() { { label: "Refund Policy", href: "#"}, { - label: "Contact", href: "/about"}, + label: "Contact", href: "/contact"}, ], }, ]} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 4d1a90e..67a0428 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -15,7 +15,6 @@ export default function ServicesPage() { { name: "Home", id: "/" }, { name: "About Us", id: "/about" }, { name: "Services", id: "/services" }, - { name: "Bridal Studio", id: "/bridal" }, { name: "Gallery", id: "/gallery" }, { name: "Pricing", id: "/pricing" }, { name: "Contact", id: "/contact" }, @@ -61,7 +60,7 @@ export default function ServicesPage() { secondaryButtonStyle="layered" headingFontWeight="bold" > -