diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 1fc7436..651d7b1 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -7,77 +7,80 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ - { - "name": "Services", - "href": "#services" - }, - { - "name": "Projects", - "href": "#projects" - }, - { - "name": "About", - "href": "#about" - }, - { - "name": "Contact", - "href": "#contact" - } -]; + { + "name": "Services", + "href": "#services" + }, + { + "name": "Projects", + "href": "#projects" + }, + { + "name": "About", + "href": "#about" + }, + { + "name": "Contact", + "href": "#contact" + } + ]; return ( - +
+ +
+ ]} + leftText="© 2024 Record Engineering Pty Ltd." + rightText="Northern Cape, South Africa" + />
); -} +} \ No newline at end of file diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 20f5956..d8daa58 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -16,22 +16,15 @@ import ContactSection from './HomePage/sections/Contact'; export default function HomePage(): React.JSX.Element { return ( -<> - - - - - - - - - - - - - - - + <> + + + + + + + + ); -} +} \ No newline at end of file