From 8b504f6804c0538ede6c9e793789fd89ee2727a1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 03:11:27 +0000 Subject: [PATCH 1/5] Update src/app/artists/page.tsx --- src/app/artists/page.tsx | 132 +++++++++++++-------------------------- 1 file changed, 45 insertions(+), 87 deletions(-) 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 ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -- 2.49.1 From 4cf3a1dccc0140da4c129894835050e3e28ccd49 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 03:11:27 +0000 Subject: [PATCH 2/5] Update src/app/page.tsx --- src/app/page.tsx | 269 +++++++++++++++-------------------------------- 1 file changed, 85 insertions(+), 184 deletions(-) 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" > - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); -- 2.49.1 From 4c0803dfafb540306e626bad9be530b441e267ed Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 03:11:27 +0000 Subject: [PATCH 3/5] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 127 ++++++++++++------------------------- 1 file changed, 41 insertions(+), 86 deletions(-) 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 ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -- 2.49.1 From c5ec14aebedcc7257cacff5a7a021ea253ed1f2a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 03:11:28 +0000 Subject: [PATCH 4/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 127 ++++++++++++-------------------------- 1 file changed, 41 insertions(+), 86 deletions(-) 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 ( - - -
- -
- - - - + +
+ +
+ +
); -- 2.49.1 From 739a06834ca8c94083d136a6ccc4a84540d2473b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 03:11:28 +0000 Subject: [PATCH 5/5] Update src/app/workshop/page.tsx --- src/app/workshop/page.tsx | 130 ++++++++++++-------------------------- 1 file changed, 42 insertions(+), 88 deletions(-) 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 ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -- 2.49.1