Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-05-11 07:51:38 +00:00

View File

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