diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index b0e6051..d0ff592 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -7,7 +7,7 @@ import LegalSection from '@/components/legal/LegalSection';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
-export default function LandingPage() {
+export default function AboutPage() {
return (
@@ -58,10 +54,8 @@ export default function LandingPage() {
title="Meet the Team"
description="Our experts are passionate about digital excellence."
testimonials={[
- {
- id: "staff1", title: "Design Lead", quote: "I focus on aesthetic precision.", name: "Eva G.", role: "Creative Lead", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg"},
- {
- id: "staff2", title: "Tech Architect", quote: "Code performance is the top priority.", name: "Mark D.", role: "Tech Lead", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg"},
+ { id: "staff1", title: "Design Lead", quote: "I focus on aesthetic precision.", name: "Eva G.", role: "Creative Lead", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg" },
+ { id: "staff2", title: "Tech Architect", quote: "Code performance is the top priority.", name: "Mark D.", role: "Tech Lead", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg" },
]}
/>
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 7c3880d..ad017cf 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -8,7 +8,7 @@ import LegalSection from '@/components/legal/LegalSection';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import { MessageSquare, Video, CheckCircle, Mail } from 'lucide-react';
-export default function LandingPage() {
+export default function ContactPage() {
return (