ok
This commit is contained in:
12
src/app/contact/page.jsx
Normal file
12
src/app/contact/page.jsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { ContactHero } from "@/components/ContactHero"
|
||||
|
||||
export default function Contact() {
|
||||
return (
|
||||
<>
|
||||
<ContactHero />
|
||||
<main>
|
||||
{/* Additional contact-related components can be added here */}
|
||||
</main>
|
||||
</>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user