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"}} /> -