diff --git a/src/app/page.tsx b/src/app/page.tsx index 720e81a..6dc6705 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Zap, Gauge, PenTool, Crown, Cpu, Heart } from "lucide-react"; -export default function ApexLanding() { +export default function PorscheLanding() { return (
@@ -67,8 +67,8 @@ export default function ApexLanding() {
@@ -91,23 +91,23 @@ export default function ApexLanding() {
@@ -115,8 +115,8 @@ export default function ApexLanding() {
@@ -139,8 +139,8 @@ export default function ApexLanding() {
@@ -163,9 +163,9 @@ export default function ApexLanding() {
@@ -199,24 +199,24 @@ export default function ApexLanding() {
@@ -233,8 +233,8 @@ export default function ApexLanding() { }, { title: "Company", items: [ - { label: "About APEX", href: "https://example.com/about" }, - { label: "Careers", href: "https://example.com/careers" }, + { label: "About Porsche 918", href: "https://example.com/about" }, + { label: "Heritage", href: "https://example.com/heritage" }, { label: "News & Events", href: "https://example.com/news" }, { label: "Contact Us", href: "#cta" } ] @@ -248,7 +248,7 @@ export default function ApexLanding() { ] } ]} - copyrightText="© 2025 APEX Motors. Engineered Excellence. All rights reserved." + copyrightText="© 2025 Porsche 918 Spyder. Engineering Excellence. All rights reserved." />