Update src/app/contact/page.tsx
This commit is contained in:
@@ -11,13 +11,13 @@ import type { Metadata } from 'next';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Contact Hala Diamonds',
|
||||
description: 'Reach out to Hala Diamonds for inquiries, custom orders, or any assistance. We're here to help you find the perfect diamond.',
|
||||
description: "Reach out to Hala Diamonds for inquiries, custom orders, or any assistance. We're here to help you find the perfect diamond."
|
||||
};
|
||||
|
||||
export default function ContactUs() {
|
||||
const navItems = [
|
||||
{ name: 'Home', id: '/' },
|
||||
{ name: 'About Us', id: '/about' }, { name: 'Contact Us', id: '/contact' },
|
||||
{ name: 'About Us', id: '/about' }, { name: 'Contact Us', id: '/contact' }
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -41,13 +41,13 @@ export default function ContactUs() {
|
||||
description="Reach out to us for inquiries, custom orders, or any assistance. We're here to help you find the perfect diamond."
|
||||
inputs={[
|
||||
{ name: 'name', type: 'text', placeholder: 'Your Name', required: true },
|
||||
{ name: 'email', type: 'email', placeholder: 'Your Email', required: true },
|
||||
{ name: 'email', type: 'email', placeholder: 'Your Email', required: true }
|
||||
]}
|
||||
textarea={{
|
||||
name: 'message',
|
||||
placeholder: 'Your Message',
|
||||
rows: 5,
|
||||
required: true,
|
||||
required: true
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://images.unsplash.com/photo-1542601901-b28670725a3a?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" // Placeholder, elegant contact image
|
||||
@@ -86,7 +86,7 @@ export default function ContactUs() {
|
||||
logoText="Hala Diamonds"
|
||||
columns={[
|
||||
{ items: [{ label: 'Home', href: '/' }, { label: 'About Us', href: '/about' }] },
|
||||
{ items: [{ label: 'Contact Us', href: '/contact' }] },
|
||||
{ items: [{ label: 'Contact Us', href: '/contact' }] }
|
||||
]}
|
||||
/>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user