Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 831b82a096 | |||
| e221a47710 | |||
| 9170addb09 | |||
| 145208230b | |||
| 0733549c53 | |||
| 1c8fa25d8d |
@@ -10,11 +10,11 @@ import { Leaf } from "lucide-react";
|
|||||||
|
|
||||||
export default function AboutPage() {
|
export default function AboutPage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", id: "home" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "#services" },
|
||||||
{ name: "Blog", id: "blog" },
|
{ name: "Blog", id: "#blog" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "#contact" },
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
@@ -112,4 +112,4 @@ export default function AboutPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
1435
src/app/layout.tsx
1435
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -14,11 +14,11 @@ import { Leaf, TrendingDown, Moon, Zap, Heart, Phone } from "lucide-react";
|
|||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", id: "home" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "#services" },
|
||||||
{ name: "Blog", id: "blog" },
|
{ name: "Blog", id: "#blog" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "#contact" },
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
@@ -215,4 +215,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user