From 3dfee5ae500113c36e36680f3fb5c5cd0f03a61a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:33:22 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c003718..9630556 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1414,4 +1414,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 82b223a0a6069feb6022f5f11af10e4436fb5646 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:33:23 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52eec71..d8fae21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -159,6 +159,10 @@ export default function LandingPage() { tag="O Que Oferecemos" tagIcon={Sparkles} tagAnimation="slide-up" + buttons={[ + { text: "Ver Como Funciona", href: "#contact" } + ]} + buttonAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} ariaLabel="Serviços e propostas de valor" @@ -314,4 +318,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1