diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index b22659f..9cf1c06 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -22,47 +22,51 @@ export default function AboutPage() {
headingFontWeight="extrabold"
>
-
+
+
+
-
+
+
+
-
+
);
diff --git a/src/app/contact-booking/page.tsx b/src/app/contact-booking/page.tsx
index 9dbd09b..77260f4 100644
--- a/src/app/contact-booking/page.tsx
+++ b/src/app/contact-booking/page.tsx
@@ -8,50 +8,51 @@ import FooterBase from '@/components/sections/footer/FooterBase';
export default function ContactBookingPage() {
return (
-
+
-
+
-
-
Contact & Booking
-
-
-
Visit Us
-
5155 Atlanta Hwy Suite 9
-
Alpharetta, GA 30004
-
-
Hours
-
Tue-Fri: 9am-6pm
-
Sat: 10am-3pm
-
Closed Sun-Mon
-
-
-
Book Appointment
-
-
-
+ />
+
+
+
+
+
+
+
-
-
);