Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 09:12:23 +00:00
parent 27a56fa1bb
commit f70e8f579a

View File

@@ -16,9 +16,7 @@ const navItems = [
];
const navButton = {
text: "Check Availability",
href: "/contact",
};
text: "Check Availability", href: "/contact"};
export default function ContactPage() {
return (
@@ -28,7 +26,7 @@ export default function ContactPage() {
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="blurBottom"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
@@ -77,8 +75,7 @@ export default function ContactPage() {
<FooterBaseReveal
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
@@ -86,8 +83,7 @@ export default function ContactPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call Now", href: "tel:+919876543210" },
{ label: "Email", href: "mailto:hello@overthemoonstory.com" },
{ label: "WhatsApp", href: "https://wa.me/919876543210" },
@@ -95,8 +91,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Booking Terms", href: "#" },