Update src/app/contact/page.tsx
This commit is contained in:
@@ -25,21 +25,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Meniu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Meniu", id: "/menu"},
|
||||
{
|
||||
name: "Despre Noi",
|
||||
id: "/about",
|
||||
},
|
||||
name: "Despre Noi", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Velvet Brew"
|
||||
/>
|
||||
@@ -51,11 +43,8 @@ export default function LandingPage() {
|
||||
title="Informații Contact"
|
||||
sections={[
|
||||
{
|
||||
heading: "Locație",
|
||||
content: {
|
||||
type: "paragraph",
|
||||
text: "Chișinău, str. Exemplului, nr 1.",
|
||||
},
|
||||
heading: "Locație", content: {
|
||||
text: "Chișinău, str. Exemplului, nr 1."},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -65,13 +54,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Velvet Brew Café"
|
||||
leftLink={{
|
||||
text: "Program: L-V 08:00-22:00",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Program: L-V 08:00-22:00", href: "#"}}
|
||||
rightLink={{
|
||||
text: "+373 600 12 345",
|
||||
href: "tel:+37360012345",
|
||||
}}
|
||||
text: "+373 600 12 345", href: "tel:+37360012345"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user