Update src/app/page.tsx
This commit is contained in:
@@ -20,6 +20,7 @@ export default function HomePage() {
|
||||
{ name: "Sobre", id: "about" },
|
||||
{ name: "Tecnologia", id: "technology" },
|
||||
{ name: "Avaliações", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
];
|
||||
|
||||
@@ -217,4 +218,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user