Skip to content

Commit f1f6eb7

Browse files
Update section title and grid column count
1 parent 258e895 commit f1f6eb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source code/src/components/ApplicationsSection.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ const ApplicationsSection = () => {
1515
<div className="max-w-6xl mx-auto">
1616
<h2 className="text-3xl md:text-4xl font-bold mb-16 text-center text-primary-blue">
1717
<span className="relative pb-2">
18-
Where Our Technology Can Be Applied
18+
Practical Applications
1919
<span className="absolute bottom-0 left-1/2 transform -translate-x-1/2 w-20 h-1 bg-bistre"></span>
2020
</span>
2121
</h2>
2222

23-
<div className={`grid ${isMobile ? 'grid-cols-1' : 'grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-5'} gap-6 max-w-5xl mx-auto`}>
23+
<div className={`grid ${isMobile ? 'grid-cols-1' : 'grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4'} gap-6 max-w-5xl mx-auto`}>
2424
<Card className="focus-card bg-offwhite border-primary-blue/20 hover:border-primary-blue/50">
2525
<CardContent className="p-6 flex flex-col items-center text-center">
2626
<div className="focus-icon bg-primary-blue/5 text-primary-blue">

0 commit comments

Comments
 (0)