Skip to content

Commit

Permalink
Merge pull request #27 from him-Tech/developer3
Browse files Browse the repository at this point in the history
Become-Sponsor-Form page added
  • Loading branch information
star-works authored Mar 24, 2024
2 parents ab47dd1 + b0f0358 commit 63fccb3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/pages/sponsorform.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import React from "react"
import Layout from "../components/Layout"
import PageHeader from "../components/PageHeader"
import ContactForm from "../components/Working-Form/ContactForm"

const sponsorform = () => {
return (
<Layout>
<PageHeader
title="Become a sponsor"
subtitle="Become a sponsor"
description="Eclipse Temurin offers high-performance, cross-platform, open-source Java runtime binaries that are enterprise-ready and Java SE TCK-tested for general use in the Java ecosystem."
className={"max-w-[860px] mx-auto"}
/>
<ContactForm />
</Layout>
)
}

export default sponsorform

0 comments on commit 63fccb3

Please sign in to comment.