Skip to content

Commit 37f3081

Browse files
Update section titles and descriptions in DevelopmentFocusSection
1 parent 9eb295c commit 37f3081

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Source code/src/components/DevelopmentFocusSection.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ const DevelopmentFocusSection = () => {
2121
<div className="focus-icon bg-primary-blue/5 text-primary-blue">
2222
<CircuitBoard size={24} />
2323
</div>
24-
<h3 className="text-xl font-bold mb-3 text-primary-blue">Chip Design</h3>
24+
<h3 className="text-xl font-bold mb-3 text-primary-blue">FPGA Design</h3>
2525
<p className="text-night">
26-
Creating innovative chip architectures for next-generation computing, focusing on energy efficiency and performance.
26+
Creating innovative hardware architectures for next-generation computing, focusing on energy efficiency and performance.
2727
</p>
2828
</CardContent>
2929
</Card>
@@ -53,7 +53,7 @@ const DevelopmentFocusSection = () => {
5353
<div className="focus-icon bg-primary-blue/5 text-primary-blue">
5454
<Database size={24} />
5555
</div>
56-
<h3 className="text-xl font-bold mb-3 text-primary-blue">EDA & Manufacturing Tools</h3>
56+
<h3 className="text-xl font-bold mb-3 text-primary-blue">Intelligent analog design</h3>
5757
<p className="text-night">
5858
Creating electronic design automation tools that streamline chip development and manufacturing processes.
5959
</p>

0 commit comments

Comments
 (0)