diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index c8f1745..b2e79a8 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -7,7 +7,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import SplitAbout from '@/components/sections/about/SplitAbout';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
-export default function LandingPage() {
+export default function AboutPage() {
return (
@@ -53,18 +41,9 @@ export default function LandingPage() {
title="The Artist"
description="Driven by the interplay between digital precision and human emotion."
bulletPoints={[
- {
- title: "Vision",
- description: "Creating experiences that challenge perception.",
- },
- {
- title: "Technique",
- description: "Blending traditional methods with modern tech.",
- },
- {
- title: "Purpose",
- description: "Connecting people through visual stories.",
- },
+ { title: "Vision", description: "Creating experiences that challenge perception." },
+ { title: "Technique", description: "Blending traditional methods with modern tech." },
+ { title: "Purpose", description: "Connecting people through visual stories." },
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-emo-girl-spending-time-indoors_23-2149645107.jpg"
mediaAnimation="blur-reveal"
@@ -76,9 +55,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="The Philosophy"
description={[
- "Every piece begins with an exploration of negative space.",
- "Digital tools allow me to push the boundaries of traditional composition.",
- ]}
+ "Every piece begins with an exploration of negative space.", "Digital tools allow me to push the boundaries of traditional composition."]}
/>
@@ -86,36 +63,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 1a54624..5e08aa9 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -7,7 +7,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-export default function LandingPage() {
+export default function ContactPage() {
return (
@@ -49,27 +37,18 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx
index 1ff2d77..e2ce88f 100644
--- a/src/app/gallery/page.tsx
+++ b/src/app/gallery/page.tsx
@@ -7,7 +7,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog';
-export default function LandingPage() {
+export default function GalleryPage() {
return (
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index db69e10..2fdfe32 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,9 +29,9 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file