diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b1340ef..dd3d0b3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,11 +3,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; -import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import Link from "next/link"; -import { Chef, Utensils, MapPin, Clock, Phone } from "lucide-react"; +import { Utensils, Phone } from "lucide-react"; export default function AboutPage() { return ( @@ -34,77 +33,34 @@ export default function AboutPage() { { name: "Location", id: "/location" }, ]} button={{ - text: "Call Now", - href: "tel:(404)363-2423", - }} + text: "Call Now", href: "tel:(404)363-2423"}} /> -
+
-
- -
-
@@ -129,9 +85,7 @@ export default function AboutPage() { { items: [ { - label: "Address", - href: "https://maps.google.com/?q=4061+Jonesboro+Rd+Forest+Park+GA", - }, + label: "Address", href: "https://maps.google.com/?q=4061+Jonesboro+Rd+Forest+Park+GA"}, { label: "Phone", href: "tel:(404)363-2423" }, { label: "Hours: 10:30 AM – 8:45 PM", href: "#" }, ], diff --git a/src/app/location/page.tsx b/src/app/location/page.tsx index 82afdac..36fdf60 100644 --- a/src/app/location/page.tsx +++ b/src/app/location/page.tsx @@ -6,6 +6,7 @@ import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import Link from "next/link"; +import { MapPin, Phone } from "lucide-react"; export default function LocationPage() { return ( @@ -21,7 +22,6 @@ export default function LocationPage() { secondaryButtonStyle="glass" headingFontWeight="light" > - {/* Navbar */} - {/* Location Section */}
- {/* CTA Section */}
- {/* Footer */}