diff --git a/public/icons/chevron.svg b/public/icons/chevron.svg
new file mode 100644
index 0000000..a73eab1
--- /dev/null
+++ b/public/icons/chevron.svg
@@ -0,0 +1,3 @@
+
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1f5e394..72bca77 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,4 +1,5 @@
import Link from "next/link";
+import Image from "next/image";
import CategoryIcon from "@/components/CategoryIcon";
import Logo from "@/components/Logo";
import Copyright from "@/components/Copyright";
@@ -25,23 +26,30 @@ export default function Home() {
- {">"} WHAT WE ARE WIRED FOR
+
+ WHAT WE ARE WIRED FOR
{/* Row 1: Applied AI - Label Left, Items Right */}
-
+
APPLIED AI
{appliedAIAreas.map((area) => (
-
+
{productEngineeringAreas.map((area) => (
-
+
-
+
PRODUCT ENGINEERING
@@ -105,12 +113,16 @@ export default function Home() {
className=""
aria-label="Explore our engineering principles"
>
-
-
-
-
- {">"}
-
+
+
+
+
OUR ENGINEERING PRINCIPLES
@@ -125,12 +137,16 @@ export default function Home() {
className=""
aria-label="Meet our leadership team"
>
-
+
-
-
- {">"}
-
+
+
LEADERSHIP
diff --git a/src/components/NavigationalSidebar.tsx b/src/components/NavigationalSidebar.tsx
index 1c71519..a82a77e 100644
--- a/src/components/NavigationalSidebar.tsx
+++ b/src/components/NavigationalSidebar.tsx
@@ -1,4 +1,5 @@
import Link from "next/link";
+import Image from "next/image";
import CategoryIcon from "@/components/CategoryIcon";
import { appliedAIAreas, productEngineeringAreas } from "@/lib/expertise";
import { SHOW_PRINCIPLES } from "@/lib/config";
@@ -13,16 +14,22 @@ export default function NavigationalSidebar({
return (
- {">"}
+
WHAT WE ARE WIRED FOR
{/* Applied AI Section */}
-
-
+
+
APPLIED AI
@@ -31,7 +38,7 @@ export default function NavigationalSidebar({
return (
{/* Product Engineering Section */}
-
-
+
+
PRODUCT ENGINEERING
@@ -67,7 +74,7 @@ export default function NavigationalSidebar({
return (
- OUR ENGINEERING PRINCIPLES
+
+ OUR ENGINEERING PRINCIPLES
)}
- LEADERSHIP
+
+ LEADERSHIP