Skip to content

Commit 1866557

Browse files
authored
Merge pull request #103 from autonomous-testing/feat/ui-changes-from-feedback
feat: ui changes from feedback
2 parents 3658f65 + f26f177 commit 1866557

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/components/home-page/HomeHeroVibe.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,17 @@ const HomeHeroVibe = () => {
8080
setAppUrl(e.target.value);
8181
};
8282
return (
83-
<div className="min-h-[50vh] flex flex-col justify-center items-center gap-5 md:gap-10 mx-5">
83+
<div className="h-[calc(100vh-80px)] flex flex-col justify-center items-center gap-5 md:gap-10 mx-5">
8484
<section>
8585
<h1 className="font-bold text-center text-4xl sm:text-5xl md:text-6xl text-pretty">
86-
Which web app do you want to test?
86+
Test better. Ship faster.
8787
</h1>
8888
<h6 className="text-secondary-wopee dark:text-primary-wopee text-center text-md sm:text-lg md:text-xl text-pretty">
89-
Start from scratch or upload existing documents, get automated tests,
90-
execute regularly. (Fix found bugs). Sleep well.
89+
Set Up in minutes, results in seconds. No coding needed.
9190
</h6>
9291
</section>
9392

94-
<div className="border-2 border-solid border-secondary-wopee dark:border-primary-wopee rounded-md p-3 w-full max-w-6xl flex flex-col gap-3">
93+
<div className="border-2 border-solid border-secondary-wopee dark:border-primary-wopee rounded-md p-3 w-full max-w-3xl flex flex-col gap-3">
9594
<div className="opacity-65 flex flex-col md:flex-row items-center text-xs">
9695
Test environment URL:{" "}
9796
<div className="relative">

0 commit comments

Comments
 (0)