Update src/app/page.tsx
This commit is contained in:
@@ -32,15 +32,15 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Início", href: "#hero"},
|
name: "Início", id: "#hero"},
|
||||||
{
|
{
|
||||||
name: "Sobre Nós", href: "#about"},
|
name: "Sobre Nós", id: "#about"},
|
||||||
{
|
{
|
||||||
name: "Menu", href: "#menu"},
|
name: "Menu", id: "#menu"},
|
||||||
{
|
{
|
||||||
name: "Avaliações", href: "#testimonials"},
|
name: "Avaliações", id: "#testimonials"},
|
||||||
{
|
{
|
||||||
name: "Contato", href: "#contact"},
|
name: "Contato", id: "#contact"},
|
||||||
]}
|
]}
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o0f0pt"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o0f0pt"
|
||||||
logoAlt="Ponto do Açaí Logo"
|
logoAlt="Ponto do Açaí Logo"
|
||||||
|
|||||||
Reference in New Issue
Block a user