From cdbb137cc69496c04d346a9ad51e4c839e385ab7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 01:51:39 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 110 ++++++++++++++++++----------------------- 1 file changed, 48 insertions(+), 62 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 57b24c6..814f0db 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,76 +3,50 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; -import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll"; +import MediaAbout from "@/components/sections/about/MediaAbout"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; export default function AboutPage() { const navigationItems = [ { id: "home", name: "HOME", href: "/" }, - { id: "services", name: "SERVICES", href: "/services" }, + { id: "services", name: "SERVICES", href: "/#services" }, { id: "team", name: "MEET THE TEAM", href: "/team" }, { id: "about", name: "ABOUT", href: "/about" }, ]; const footerColumns = [ { - title: "Visit The Rose Room", - items: [ + title: "Visit The Rose Room", items: [ { - label: "(513) 524-2911", - href: "tel:(513)524-2911", - }, + label: "(513) 524-2911", href: "tel:(513)524-2911"}, { - label: "318 S College Ave, Oxford OH 45056", - href: "#", - }, + label: "318 S College Ave, Oxford OH 45056", href: "#"}, { - label: "Book via fresha.com", - href: "https://fresha.com", - }, + label: "Book via fresha.com", href: "https://fresha.com"}, ], }, { - title: "Hours", - items: [ + title: "Hours", items: [ { - label: "Monday - Friday: 9am - 6pm", - href: "#", - }, + label: "Monday - Friday: 9am - 6pm", href: "#"}, { - label: "Saturday: 10am - 5pm", - href: "#", - }, + label: "Saturday: 10am - 5pm", href: "#"}, { - label: "Sunday: Closed", - href: "#", - }, + label: "Sunday: Closed", href: "#"}, ], }, { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "Services", - href: "/services", - }, + label: "Services", href: "/#services"}, { - label: "Meet the Team", - href: "/team", - }, + label: "Meet the Team", href: "/team"}, { - label: "About", - href: "/about", - }, + label: "About", href: "/about"}, { - label: "Book Now", - href: "https://fresha.com", - }, + label: "Book Now", href: "https://fresha.com"}, ], }, ]; @@ -98,31 +72,43 @@ export default function AboutPage() { /> -
- +
-
- +
+
+
+

Find Us

+

318 S College Ave, Oxford, OH 45056

+
+
+