diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 9592ef7..bb874b5 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -1,34 +1,10 @@ -import FooterMinimal from '@/components/sections/footer/FooterMinimal'; -import NavbarFloatingLogo from '@/components/ui/NavbarFloatingLogo'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; -import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; -import { Facebook, Instagram, Phone } from "lucide-react"; import { Outlet } from 'react-router-dom'; -import { StyleProvider } from "@/components/ui/StyleProvider"; +import FooterMinimal from '@/components/sections/footer/FooterMinimal'; +import SectionErrorBoundary from '@/components/ui/SectionErrorBoundary'; export default function Layout() { - const navItems = [ - { "name": "Home", "href": "#hero" }, - { "name": "Programs", "href": "#programs" }, - { "name": "Trainers", "href": "#trainers" }, - { "name": "Pricing", "href": "#pricing" }, - { "name": "Contact", "href": "#contact" }, - { "name": "Why Us", "href": "#why-us" }, - { "name": "Testimonials", "href": "#testimonials" } - ]; - return ( - - - - - +
@@ -39,10 +15,10 @@ export default function Layout() { socialLinks={[ { icon: "Facebook", href: "#" }, { icon: "Instagram", href: "#" }, - { icon: "Phone", href: "tel:+923424861918" }, + { icon: "Phone", href: "tel:+923424861918" } ]} /> - +
); -} +} \ No newline at end of file