Merge version_1 into main #5
@@ -26,7 +26,7 @@ export default function ContactPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Our Coffee", id: "/shop" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
@@ -49,8 +49,8 @@ export default function ContactPage() {
|
||||
layout="section"
|
||||
title="Privacy Information"
|
||||
sections={[
|
||||
{ heading: "Data Policy", content: { text: "We value your privacy and keep your details secure." } },
|
||||
{ heading: "Terms", content: { text: "By using our site, you agree to our terms of service." } }
|
||||
{ heading: "Data Policy", content: { type: "paragraph", text: "We value your privacy and keep your details secure." } },
|
||||
{ heading: "Terms", content: { type: "paragraph", text: "By using our site, you agree to our terms of service." } }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user