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