style: adjust USP grid to accommodate 3 items

This commit is contained in:
Do Siki
2026-04-26 23:16:35 +02:00
parent b5cce49f64
commit 703ce7f1d0
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -42,3 +42,6 @@
GET / 200 in 49ms GET / 200 in 49ms
GET / 200 in 35ms GET / 200 in 35ms
GET / 200 in 33ms GET / 200 in 33ms
✓ Compiled / in 25ms
⚠ metadataBase property in metadata export is not set for resolving social open graph or twitter images, using "http://localhost:3000". See https://nextjs.org/docs/app/api-reference/functions/generate-metadata#metadatabase
GET / 200 in 202ms
+1 -1
View File
@@ -93,7 +93,7 @@ export default function Home() {
{pageContent.about.title} {pageContent.about.title}
</h2> </h2>
</div> </div>
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 stagger-children"> <div className="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-5xl mx-auto stagger-children">
{pageContent.about.usps.map((usp: any, index: number) => ( {pageContent.about.usps.map((usp: any, index: number) => (
<div <div
key={usp.id} key={usp.id}