Skip to content

Landing clean#34

Open
GauriShirke12 wants to merge 3 commits intoAyush0316:mainfrom
GauriShirke12:landing-clean
Open

Landing clean#34
GauriShirke12 wants to merge 3 commits intoAyush0316:mainfrom
GauriShirke12:landing-clean

Conversation

@GauriShirke12
Copy link

No description provided.

@GauriShirke12
Copy link
Author

can you please check now , i have solved this issue now

@Ayush0316
Copy link
Owner

Ayush0316 commented Jul 24, 2025

Always attach a screenshot or video when working on any UI-related task.
Also, it looks like some necessary files are missing—such as landing.jsx —which should have been updated. You only added the components.

@GauriShirke12
Copy link
Author

Hey @Ayush3016, I've resolved the merge conflicts and restored all landing page components.
Kindly review and merge when possible

521e4ccb-6ef5-4419-b372-78ec6e8d3423

@GauriShirke12
Copy link
Author

Hi @Ayush0316
Could you let me know if this looks good or needs any changes? I designed it using a modern glassy UI style.

Copy link
Owner

@Ayush0316 Ayush0316 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UI wise, I liked your work. Just work on the changes told and you are good to go then.
If Button component isn't looking good as it is on landing page you can also pass the Custome styles. Visit localhost:5173:/dev/help/button or read ButtonComponent.readme.md.

);
};
export default LandingPage;
import React from "react";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are these lines still here?

</p>
<button className="px-8 py-3 text-lg font-semibold text-white bg-gradient-to-r from-blue-500 to-purple-600 rounded-xl hover:from-blue-600 hover:to-purple-700 transition-all duration-300 shadow-lg hover:shadow-xl transform hover:-translate-y-1">
Start Your Free Trial
</button>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, as I already announced on discord server as well, whenever you have to use button or link, don't use html button tag instead use Button component already created to maintain the consistence across the codebase.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay got it

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Button component is already created. You are supposed to use that. Don't create your own component.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Button component is already created. You are supposed to use that. Don't create your own component.

okay done

@GauriShirke12
Copy link
Author

GauriShirke12 commented Jul 25, 2025

Updated UI for Button

62f176bf-326d-41cd-8207-3cce29310ba4

Copy link
Owner

@Ayush0316 Ayush0316 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes which are already pointed out should not appear again in some other place. Always double check to correct it at all places. (Button and magic strings already pointed out before).

<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-6 gap-8">
{/* Brand section */}
<div className="lg:col-span-2">
<Link to="/" className="text-3xl font-bold bg-gradient-to-r from-blue-400 to-purple-400 bg-clip-text text-transparent">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As it is already mentioned in contributing.md, don't use magic strings. Use GUEST_PATH.LANDING instead.
Correct the same mistake in other files as well.

<div className="flex justify-between items-center h-16">
{/* Logo */}
<div className="flex-shrink-0">
<Link to="/" className="text-2xl font-bold bg-gradient-to-r from-blue-600 to-purple-600 bg-clip-text text-transparent">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Magic string

<span className="relative z-10">Features</span>
<div className="absolute inset-0 bg-gradient-to-r from-blue-500/10 to-purple-500/10 rounded-xl opacity-0 group-hover:opacity-100 transition-opacity duration-300"></div>
</a>
<a href="#about" className="relative text-gray-700 hover:text-blue-600 px-4 py-2 rounded-xl text-base font-bold transition-all duration-300 hover:bg-white/20 hover:backdrop-blur-lg hover:shadow-lg group">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This anchor tag is not working, missing id in about section.

onClick={() => setIsMenuOpen(!isMenuOpen)}
className="inline-flex items-center justify-center p-2 rounded-md text-gray-700 hover:text-blue-600 hover:bg-white/20 transition-colors duration-200"
>
<svg className="h-6 w-6" stroke="currentColor" fill="none" viewBox="0 0 24 24">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use Button component.

…isibility

-Maintained identical UI appearance with cleaner codebase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants