From c7593caf1f68753ada2b8019809b1cbc4f73e005 Mon Sep 17 00:00:00 2001 From: Sravan Kumar Date: Wed, 12 Nov 2025 11:55:15 +0530 Subject: [PATCH] Added Chevron icon instead of text. Some padding and margin changes to navigationbar and home page to make it consistent --- public/icons/chevron.svg | 3 ++ src/app/page.tsx | 50 +++++++++++++++++--------- src/components/NavigationalSidebar.tsx | 45 ++++++++++++++++------- 3 files changed, 69 insertions(+), 29 deletions(-) create mode 100644 public/icons/chevron.svg 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