-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change static information fix instagram link remove team component style news and contact form
- Loading branch information
Showing
9 changed files
with
70 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,38 +79,34 @@ export default function Contact() { | |
<div className="min-h-screen flex flex-col bg-customBlack items-center text-gray-300 pb-3 pt-6 px-4 justify-center"> | ||
{/* Header Section */} | ||
<h1 className="text-5xl font-semibold text-white mb-2">Get Involved</h1> | ||
<p className="text-center text-gray-400 max-w-xl"> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, | ||
</p> | ||
|
||
|
||
<div className="bg-neutral-1000 flex items-center justify-center p-5"> | ||
<div className="bg-neutral-900 rounded-3xl shadow-lg p-8 w-full max-w-6xl flex flex-col md:flex-row space-y-8 md:space-y-0 md:space-x-8"> | ||
|
||
{/* Contact Information */} | ||
<div className="bg-neutral-800 rounded-3xl p-6 text-gray-300 w-full md:w-1/2"> | ||
<div className="bg-neutral-800 rounded-3xl p-10 text-gray-300 w-full md:w-1/2"> | ||
<h2 className="text-white text-2xl font-semibold mb-4">Contact Information</h2> | ||
<p className="text-gray-400 mb-6"> | ||
Feel free to reach out! Below is our phone number, email, and location! | ||
Reach out to the Soul Sisters team at: | ||
</p> | ||
<div className="space-y-4"> | ||
<div className="flex items-center space-x-3"> | ||
<FaPhone className="text-white" /> | ||
<span>+1 (123) 456 7890</span> | ||
<span>+1 (647) 403-9110</span> | ||
</div> | ||
<div className="flex items-center space-x-3 pt-8 pb-8"> | ||
<FaEnvelope className="text-white" /> | ||
<a href="mailto:PLACEHOLDER@[email protected]"><span>awesome@gmail.com</span></a> | ||
<a href="mailto:[email protected]"><span>pshulman@gmail.com</span></a> | ||
</div> | ||
<div className="flex items-center space-x-3"> | ||
<FaMapMarkerAlt className="text-white" /> | ||
<span>NYC, New York</span> | ||
<span>Toronto, CA</span> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{/* Contact Form */} | ||
<form onSubmit={submitHandler} className="bg-neutral-800 rounded-3xl p-6 w-full md:w-1/2 space-y-6"> | ||
<form onSubmit={submitHandler} className="bg-neutral-800 rounded-3xl p-10 w-full md:w-1/2 space-y-6"> | ||
<div> | ||
<label htmlFor="name" className="text-neutral-400">Your name</label> | ||
<input id="name" type="text" name="subject" required onBlur={e => setSubject(e.target.value)} className="w-full bg-transparent text-white border-b border-gray-500 focus:outline-none focus:border-gray-300 p-2 mt-1" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters