From 6c1c20b07844f60494fff4bee2a1d539acbb03e1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 23:19:16 +0000 Subject: [PATCH 1/4] Update src/app/page.tsx --- src/app/page.tsx | 322 ++++++----------------------------------------- 1 file changed, 40 insertions(+), 282 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef5e38f..82d93e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,290 +17,48 @@ export default function LandingPage() { defaultButtonVariant="icon-arrow" defaultTextAnimation="background-highlight" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); -- 2.49.1 From 0595a81d7bfcf9b9966a6a09848988aff89161a8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 23:19:17 +0000 Subject: [PATCH 2/4] Update src/app/planos/page.tsx --- src/app/planos/page.tsx | 179 +++++++--------------------------------- 1 file changed, 29 insertions(+), 150 deletions(-) diff --git a/src/app/planos/page.tsx b/src/app/planos/page.tsx index 06b1677..ac9af31 100644 --- a/src/app/planos/page.tsx +++ b/src/app/planos/page.tsx @@ -7,163 +7,42 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -export default function LandingPage() { +export default function PlansPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -- 2.49.1 From a39e751fc2860345105a373ad20dda4e401c7b45 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 23:19:17 +0000 Subject: [PATCH 3/4] Update src/app/servicos/page.tsx --- src/app/servicos/page.tsx | 156 +++++++------------------------------- 1 file changed, 29 insertions(+), 127 deletions(-) diff --git a/src/app/servicos/page.tsx b/src/app/servicos/page.tsx index 0953e4f..b05e220 100644 --- a/src/app/servicos/page.tsx +++ b/src/app/servicos/page.tsx @@ -7,140 +7,42 @@ import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwe import FooterMedia from '@/components/sections/footer/FooterMedia'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ServicesPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -- 2.49.1 From 1334b93cadd3cfe1b3593dccbc485d1b8403c1d2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 23:19:18 +0000 Subject: [PATCH 4/4] Update src/app/sobre/page.tsx --- src/app/sobre/page.tsx | 125 ++++++++++------------------------------- 1 file changed, 29 insertions(+), 96 deletions(-) diff --git a/src/app/sobre/page.tsx b/src/app/sobre/page.tsx index cbd4778..7ce2ade 100644 --- a/src/app/sobre/page.tsx +++ b/src/app/sobre/page.tsx @@ -7,109 +7,42 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function AboutPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -- 2.49.1