From 742225a31e137a5735f79d8e41d697fc37fa76d2 Mon Sep 17 00:00:00 2001
From: JANHVI BABANI <114232474+Janhvibabani@users.noreply.github.com>
Date: Sat, 8 Nov 2025 16:00:23 +0530
Subject: [PATCH 1/3] fix: UI Responsiveness of Landing Page
---
apps/web/src/components/landing-sections/Hero.tsx | 2 +-
apps/web/src/components/landing-sections/footer.tsx | 2 +-
apps/web/src/components/landing-sections/navbar.tsx | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/apps/web/src/components/landing-sections/Hero.tsx b/apps/web/src/components/landing-sections/Hero.tsx
index 815da0a..e5f8721 100644
--- a/apps/web/src/components/landing-sections/Hero.tsx
+++ b/apps/web/src/components/landing-sections/Hero.tsx
@@ -8,7 +8,7 @@ import { motion } from "framer-motion";
const Hero = () => {
return (
-
+
{
{/* Bottom Section */}
{/* Top Row - Profile Picture and Navigation */}
-
+
{/* Profile Picture - Left */}
diff --git a/apps/web/src/components/landing-sections/navbar.tsx b/apps/web/src/components/landing-sections/navbar.tsx
index 78260fd..5159f1e 100644
--- a/apps/web/src/components/landing-sections/navbar.tsx
+++ b/apps/web/src/components/landing-sections/navbar.tsx
@@ -104,9 +104,9 @@ const Navbar = () => {
Contribute
-
-
- Get Started
+
+
+ Get Started
From ba5cc75f270a9a54a33e8a6139139e3d7657d634 Mon Sep 17 00:00:00 2001
From: apsinghdev
Date: Sun, 9 Nov 2025 20:39:07 +0530
Subject: [PATCH 2/3] chore: fix typo in navbar
---
apps/web/src/components/landing-sections/navbar.tsx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/apps/web/src/components/landing-sections/navbar.tsx b/apps/web/src/components/landing-sections/navbar.tsx
index 5159f1e..53386c8 100644
--- a/apps/web/src/components/landing-sections/navbar.tsx
+++ b/apps/web/src/components/landing-sections/navbar.tsx
@@ -1,6 +1,6 @@
"use client";
import React, { useState } from "react";
-import PrimaryButtom from "../ui/custom-button";
+import PrimaryButton from "../ui/custom-button";
import { motion, useScroll, useMotionValueEvent } from "framer-motion";
import Image from "next/image";
import { Terminal, Github, Menu, X } from "lucide-react";
@@ -104,10 +104,10 @@ const Navbar = () => {
Contribute
-
+
Get Started
-
+
{isOpen && (
From 5a53184c6dfee376cf937d67290f9ebd98a40efc Mon Sep 17 00:00:00 2001
From: apsinghdev
Date: Sun, 9 Nov 2025 20:39:57 +0530
Subject: [PATCH 3/3] chore: fix typo in navbar
---
apps/web/src/components/landing-sections/navbar.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/web/src/components/landing-sections/navbar.tsx b/apps/web/src/components/landing-sections/navbar.tsx
index 53386c8..8252447 100644
--- a/apps/web/src/components/landing-sections/navbar.tsx
+++ b/apps/web/src/components/landing-sections/navbar.tsx
@@ -105,7 +105,7 @@ const Navbar = () => {
-
+
Get Started