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" > - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); 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 ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); 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 ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); 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 ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
);