6 Commits

Author SHA1 Message Date
4a1555cd12 Merge version_3 into main
Merge version_3 into main
2026-03-03 23:23:10 +00:00
c337923323 Update src/app/page.tsx 2026-03-03 23:23:06 +00:00
d2c1296586 Update src/app/layout.tsx 2026-03-03 23:23:06 +00:00
c619087ef1 Merge version_2 into main
Merge version_2 into main
2026-03-03 23:21:06 +00:00
61b9146a34 Update src/app/page.tsx 2026-03-03 23:21:01 +00:00
8d7945c0ec Merge version_1 into main
Merge version_1 into main
2026-03-03 23:16:39 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1426,4 +1426,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -203,12 +203,12 @@ 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"
/>
</div>
@@ -291,4 +291,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}