Update src/app/contact/page.tsx

This commit is contained in:
2026-05-11 13:49:26 +00:00
parent a59c38cdf8
commit 720fc1ef91

View File

@@ -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>