-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added the 'Get the app ' section #41
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
<div className="flex flex-col md:flex-col md:space-x-1"> | ||
<div className="w-3/4"> | ||
<label htmlFor="name" className="block text-2xl font-medium"> | ||
Name: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to uppercase
</div> | ||
<div className="w-3/4 mt-4"> | ||
<label htmlFor="email" className="block text-2xl font-medium space-y-8"> | ||
Email: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above change to uppercase
</div> | ||
<div className="w-3/4 mt-4"> | ||
<label htmlFor="phone" className="block text-2xl font-medium"> | ||
Mobile Number: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above change to uppercase
</div> | ||
<div className="mt-4"> | ||
<label htmlFor="projectDetails" className="block text-2xl font-medium"> | ||
Project Details: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above change to uppercase
</div> | ||
<div className="mt-4"> | ||
<label htmlFor="budget" className="block text-2xl font-medium"> | ||
Approximate Budget: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above change to uppercase
app/(Home)/Section5.tsx
Outdated
</h1> | ||
<section className="flex flex-col sm:flex-col md:flex-col lg:flex-row justify-around mb-32" id="Section_8"> | ||
<div className="w-full lg:w-1/2"> | ||
<section className="p-6 w-full md:p-24" id="#Section_1"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<section className="p-6 w-full md:p-24" id="#Section_1">
this isn't section 1, fix.
app/(Home)/Section5.tsx
Outdated
<div className="mt-6 flex animate-slideleftT3 items-center text-xl gap-16"> | ||
<Link href="#Section_4"> | ||
<button> UPCOMING EVENTS </button> | ||
</Link> | ||
<Link href="#Section_2">LEARN MORE </Link> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove these buttons,
app/(Home)/Section5.tsx
Outdated
</h1> | ||
<section className="flex flex-col sm:flex-col md:flex-col lg:flex-row justify-around mb-32" id="Section_8"> | ||
<div className="w-full lg:w-1/2"> | ||
<section className="p-6 w-full md:p-24" id="#Section_1"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make component for this text section
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do the required changes, feel free to contact any of us.
Added the 'Get your idea transformed into the app ' section