Skip to content

Commit 1a897be

Browse files
committed
Merge branch 'landingpage-product-section' of https://github.com/Srinu346/docs into landingpage-product-section
Signed-off-by: Akella Srinivas <[email protected]>
2 parents 4cc2643 + d6a3160 commit 1a897be

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/components/Product.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -238,13 +238,14 @@ function UTG() {
238238

239239
export const Products = () => {
240240
return (
241-
<section className="mt-12 text-bold w-full">
242-
<div className="text-start mb-8">
243-
<h2 className="mb-4 text-2xl font-semibold tracking-wide md:text-3xl">
241+
<section className="mb-4 mt-12 w-full">
242+
<div className="text-center mb-8 md:mb-12">
243+
<h2 className="mb-4 text-2xl md:text-3xl lg:text-4xl font-bold tracking-wide">
244244
Products 🛠️
245245
</h2>
246-
<p className="text-l mb-8 max-w-4xl">
247-
Keploy provides three key products that help you streamline your testing workflow:
246+
<p className="text-base md:text-lg max-w-3xl mx-auto leading-relaxed text-[color:var(--ifm-color-emphasis-700)]">
247+
Keploy provides three key products that help you streamline your testing
248+
workflow and ensure comprehensive test coverage.
248249
</p>
249250
</div>
250251
<UTG />

0 commit comments

Comments
 (0)