From 4cff4e96da771b5087213658c90a3b72305569e7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:24:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 94 ++++++++++++++++++++++++------------------------ 1 file changed, 47 insertions(+), 47 deletions(-) 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." />