Skip to content

Commit

Permalink
Merge pull request #24 from PatelYash7/main
Browse files Browse the repository at this point in the history
Testing
  • Loading branch information
PatelYash7 authored Jun 17, 2024
2 parents c5261be + eda21f6 commit 39ba714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Frontend/src/Pages/Landing page/ContactPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const ContactPage = () => {
</div>
<div className="text-6xl transition-all cursor-pointer hover:text-blue-600 hover:transition-all">
<NavLink to={'https://www.techtonions.com/to_company/contact-us/'}>
https://support.techtonions.co
https://support.techtonions.com
</NavLink>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Frontend/src/Pages/Landing page/components/Herosection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Button } from "../../../Components/Button";

export const Herosection = () => {
return (
<div className="px-16 rounded-b-[48px] py-8 z-10 relative bg-[linear-gradient(164deg,_#070707_21%,_#009fff_100%)] max-h-0 flex justify-start items-center">
<div className="px-16 rounded-b-[48px] py-8 z-10 relative bg-[linear-gradient(164deg,_#070707_21%,_#009fff_100%)] min-h-screen flex justify-start items-center">
<div className="flex flex-col items-start justify-start gap-4 text-3xl font-bold text-white">
<div>
<div className="w-full font-medium text-8xl ">Welcome To</div>
Expand Down

0 comments on commit 39ba714

Please sign in to comment.