diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index e14669d..2098a3b 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -7,7 +7,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
-export default function LandingPage() {
+export default function AboutPage() {
return (
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
);
diff --git a/src/app/compliance/page.tsx b/src/app/compliance/page.tsx
index f787c0d..1612ae9 100644
--- a/src/app/compliance/page.tsx
+++ b/src/app/compliance/page.tsx
@@ -6,7 +6,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import LegalSection from '@/components/legal/LegalSection';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
-export default function LandingPage() {
+export default function CompliancePage() {
return (
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
);
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 8392174..0d8a932 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -7,7 +7,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
-export default function LandingPage() {
+export default function ContactPage() {
return (
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
);
diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx
index c9e7bba..8d780e8 100644
--- a/src/app/faq/page.tsx
+++ b/src/app/faq/page.tsx
@@ -6,7 +6,7 @@ import FaqBase from '@/components/sections/faq/FaqBase';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
-export default function LandingPage() {
+export default function FaqPage() {
return (
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
);
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 2e5bb7c..f602aca 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -11,8 +11,8 @@ import { Open_Sans } from "next/font/google";
export const metadata: Metadata = {
- title: 'Peptelix Laboratories | High-Quality Research Materials',
- description: 'Professional research supplies, peptides, and reference materials. For institutional laboratory research use only.',
+ title: 'Peptelix Laboratories',
+ description: 'High-Quality Research Materials for Laboratory Use',
openGraph: {
"title": "Peptelix Laboratories",
"description": "Professional research materials and reagents.",
diff --git a/src/app/page.tsx b/src/app/page.tsx
index dc312de..880512b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -26,196 +26,75 @@ export default function LandingPage() {
headingFontWeight="normal"
>
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
);