Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c5f924fc9 | |||
| aae2b7bea3 | |||
| 8e496a61ae | |||
| d6ede0e8f5 | |||
| 463b7238a7 | |||
| 5319aef1a3 | |||
| c81a12fd00 | |||
| 4d9220e92b | |||
| 508eb86003 | |||
| eeb6584850 | |||
| 0bb2694b7b | |||
| 6449feb510 | |||
| 1b2bed4c26 | |||
| c7d0c41af9 | |||
| 1500f09f59 | |||
| 955e8bcfe3 | |||
| 531712488e |
@@ -12,7 +12,7 @@ import { Globe, Zap, Users, Award } from "lucide-react";
|
|||||||
export default function AboutPage() {
|
export default function AboutPage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "How It Works", id: "how-it-works" },
|
{ name: "How It Works", id: "how-it-works" },
|
||||||
{ name: "Results", id: "results" },
|
{ name: "Results", id: "results" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import { CheckCircle } from "lucide-react";
|
|||||||
export default function ContactPage() {
|
export default function ContactPage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "How It Works", id: "how-it-works" },
|
{ name: "How It Works", id: "how-it-works" },
|
||||||
{ name: "Results", id: "results" },
|
{ name: "Results", id: "results" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
|
|||||||
1439
src/app/layout.tsx
1439
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user