diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e810405..2d79402 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1420,4 +1420,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index c9fa1a8..297e53d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,9 +14,9 @@ import { Sparkles, Palette, Brush, Lightbulb } from "lucide-react"; export default function HomePage() { const navItems = [ + { name: "About", id: "about" }, { name: "Gallery", id: "gallery" }, { name: "Process", id: "process" }, - { name: "About", id: "about" }, { name: "Contact", id: "contact" }, { name: "Inquire", id: "inquire" }, ]; @@ -103,17 +103,14 @@ export default function HomePage() { /> -
+
@@ -153,18 +150,6 @@ export default function HomePage() { />
-
- -
-
); -} +} \ No newline at end of file