From 3c42ac9ee6f4405d8f7f7aa3cc0782fdc65fbae4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 09:07:36 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 119 +++++++++++++++++------------------------ 1 file changed, 50 insertions(+), 69 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3225ade..8bcb178 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,85 +7,66 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From 946e5b2f8ecdf3be9489bd9b4edfb93d8f5242ca Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 09:07:36 +0000 Subject: [PATCH 2/5] Update src/app/admin/page.tsx --- src/app/admin/page.tsx | 124 ++++++++++++++++------------------------- 1 file changed, 48 insertions(+), 76 deletions(-) diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index 71ff87c..05b3f7e 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -7,92 +7,64 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; -export default function LandingPage() { +export default function AdminPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From f3b38e05f576c30a966f15582f0dd9cf1bfb149d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 09:07:36 +0000 Subject: [PATCH 3/5] Update src/app/freebies/page.tsx --- src/app/freebies/page.tsx | 123 +++++++++++++++----------------------- 1 file changed, 48 insertions(+), 75 deletions(-) diff --git a/src/app/freebies/page.tsx b/src/app/freebies/page.tsx index 9a38c1f..871c071 100644 --- a/src/app/freebies/page.tsx +++ b/src/app/freebies/page.tsx @@ -7,91 +7,64 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; -export default function LandingPage() { +export default function FreebiesPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From ed1d4564e0e05c0b6eb517a8be39efefeb16951f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 09:07:37 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 311 ++++++++++++++--------------------------------- 1 file changed, 89 insertions(+), 222 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 10497b1..ca3c68e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,236 +16,103 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="background-highlight" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From e61bc3b419f8ad90bccea625e215640347068764 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 09:07:37 +0000 Subject: [PATCH 5/5] Update src/app/templates/page.tsx --- src/app/templates/page.tsx | 174 +++++++++++++------------------------ 1 file changed, 58 insertions(+), 116 deletions(-) diff --git a/src/app/templates/page.tsx b/src/app/templates/page.tsx index 2418555..e69185d 100644 --- a/src/app/templates/page.tsx +++ b/src/app/templates/page.tsx @@ -7,132 +7,74 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -export default function LandingPage() { +export default function TemplatesPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1