Update src/app/contact/page.tsx
This commit is contained in:
@@ -9,9 +9,9 @@ import { Phone, Facebook, Instagram, Linkedin, Twitter } from "lucide-react";
|
||||
export default function ContactPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
];
|
||||
@@ -61,9 +61,9 @@ export default function ContactPage() {
|
||||
tagIcon={Phone}
|
||||
title="Ready to Book Your Event?"
|
||||
description="Contact our team today to discuss your event requirements. We're here to make your vision a reality."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg?_wi=5"
|
||||
imageAlt="Contact us at Elegance Events Centre"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user