From ad2115124d45a8e9d132b0e75dff92bf42c5bc70 Mon Sep 17 00:00:00 2001 From: Bikash Date: Sun, 21 Dec 2025 15:19:36 +0545 Subject: [PATCH 1/2] fixed get started button fully not seen issue --- apps/web/src/app/(main)/(landing)/page.tsx | 67 +++++++++---------- .../src/components/landing-sections/Hero.tsx | 7 +- 2 files changed, 36 insertions(+), 38 deletions(-) diff --git a/apps/web/src/app/(main)/(landing)/page.tsx b/apps/web/src/app/(main)/(landing)/page.tsx index 94caacb4..48b65119 100644 --- a/apps/web/src/app/(main)/(landing)/page.tsx +++ b/apps/web/src/app/(main)/(landing)/page.tsx @@ -1,38 +1,35 @@ -'use client' -import Bento from '@/components/landing-sections/Bento' -import Brands from '@/components/landing-sections/Brands' -import CTA from '@/components/landing-sections/CTA' -import Footer from '@/components/landing-sections/footer' -import Hero from '@/components/landing-sections/Hero' -import HowItWorks from '@/components/landing-sections/how-it-works' -import Navbar from '@/components/landing-sections/navbar' -import Testimonials from '@/components/landing-sections/testimonials' -import Video from '@/components/landing-sections/video' -import React from 'react' -import { FaqSection } from '@/components/faq/FaqSection' - +"use client"; +import Bento from "@/components/landing-sections/Bento"; +import Brands from "@/components/landing-sections/Brands"; +import CTA from "@/components/landing-sections/CTA"; +import Footer from "@/components/landing-sections/footer"; +import Hero from "@/components/landing-sections/Hero"; +import HowItWorks from "@/components/landing-sections/how-it-works"; +import Navbar from "@/components/landing-sections/navbar"; +import Testimonials from "@/components/landing-sections/testimonials"; +import Video from "@/components/landing-sections/video"; +import React from "react"; +import { FaqSection } from "@/components/faq/FaqSection"; const Landing = () => { - return ( -
- -
- - -
-
- -
-
-
- ) -} - -export default Landing - + return ( +
+ +
+ + +
+
+ +
+
+
+ ); +}; +export default Landing; diff --git a/apps/web/src/components/landing-sections/Hero.tsx b/apps/web/src/components/landing-sections/Hero.tsx index 414875cb..b3a75645 100644 --- a/apps/web/src/components/landing-sections/Hero.tsx +++ b/apps/web/src/components/landing-sections/Hero.tsx @@ -38,7 +38,7 @@ const Hero = () => { trackButtonClick("Get Started", "hero"); }; return ( -
+
background { }} className="w-full lg:text-2xl tracking-tight font-light sm:max-w-lg mx-auto lg:max-w-4xl lg:text-balance text-text-secondary" > - Find suitabe OSS repos in seconds. learn the basics, - get the mentorship for OSS opportunities, GSoC, etc, and start making progress from today itself. + Find suitabe OSS repos in seconds. learn the basics, get the + mentorship for OSS opportunities, GSoC, etc, and start making progress + from today itself. Date: Sun, 21 Dec 2025 15:38:17 +0545 Subject: [PATCH 2/2] Address feedback: updated z-index to 50 --- apps/web/src/components/landing-sections/Hero.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/landing-sections/Hero.tsx b/apps/web/src/components/landing-sections/Hero.tsx index b3a75645..84bff3f9 100644 --- a/apps/web/src/components/landing-sections/Hero.tsx +++ b/apps/web/src/components/landing-sections/Hero.tsx @@ -38,7 +38,7 @@ const Hero = () => { trackButtonClick("Get Started", "hero"); }; return ( -
+