diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9cf1c06..64cd66a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,8 +26,10 @@ export default function AboutPage() { ); -} +} \ No newline at end of file diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 20200dd..14ccb65 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -27,7 +27,7 @@ export default function ServicesPage() { { name: "Services", id: "/services" }, { name: "About", id: "/about" }, { name: "Gallery", id: "/gallery" }, - { name: "Contact", id: "/contact" }, + { name: "Contact and Booking", id: "/contact-booking" }, ]} brandName="Gentlemens HQ" button={{ @@ -38,6 +38,7 @@ export default function ServicesPage() { textboxLayout="default" useInvertedBackground={false} title="Our Services" + titleClassName="text-3xl" description="Expert grooming tailored to your style." features={[ { id: "1", label: "Cuts", title: "Precision Scissor Cuts", items: ["Master stylist consultation", "Expert shaping and texturizing", "Scalp conditioning wash"] },