From d2c12965868c67060eab3114738698b84219a100 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:23:06 +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 f75b4cc..57b41f3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1426,4 +1426,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From c337923323c285a6b8316f5affb8c792fc3c35ae Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:23:06 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c19167..4c29442 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -203,19 +203,19 @@ export default function LandingPage() { ]} title="Avaliações de Clientes" description="Veja o que nossos clientes satisfeitos têm a dizer sobre sua experiência no Como en Casa Restaurant." + tag="4.9★ com 500+ avaliações" + tagAnimation="slide-up" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - tag="Satisfação do Cliente" tagIcon={Star} - tagAnimation="slide-up" />
); -} +} \ No newline at end of file -- 2.49.1