diff --git a/src/app/artists/page.tsx b/src/app/artists/page.tsx
index 2a74243..16725ae 100644
--- a/src/app/artists/page.tsx
+++ b/src/app/artists/page.tsx
@@ -7,7 +7,7 @@ import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
-export default function LandingPage() {
+export default function ArtistsPage() {
return (
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
);
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9628825..d925c21 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -25,190 +25,91 @@ export default function LandingPage() {
headingFontWeight="normal"
>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
);
diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx
index 2e8a085..5637b90 100644
--- a/src/app/portfolio/page.tsx
+++ b/src/app/portfolio/page.tsx
@@ -6,8 +6,9 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
+import { ArrowRight } from 'lucide-react';
-export default function LandingPage() {
+export default function PortfolioPage() {
return (
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
);
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index cb7e108..1a4197b 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -6,8 +6,9 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
import FooterCard from '@/components/sections/footer/FooterCard';
import LegalSection from '@/components/legal/LegalSection';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
+import { ArrowRight } from 'lucide-react';
-export default function LandingPage() {
+export default function ServicesPage() {
return (
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
);
diff --git a/src/app/workshop/page.tsx b/src/app/workshop/page.tsx
index 3939593..b286525 100644
--- a/src/app/workshop/page.tsx
+++ b/src/app/workshop/page.tsx
@@ -6,8 +6,9 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
+import { ArrowRight } from 'lucide-react';
-export default function LandingPage() {
+export default function WorkshopPage() {
return (
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
);