Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Create Hero Section #10

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

muclx
Copy link

@muclx muclx commented Nov 25, 2024

No description provided.

@muclx muclx linked an issue Nov 25, 2024 that may be closed by this pull request
@muclx muclx self-assigned this Nov 25, 2024
@muclx muclx added the enhancement New feature or request label Nov 25, 2024
@chewmanji chewmanji self-requested a review November 25, 2024 21:36
Copy link
Member

@chewmanji chewmanji left a comment

Choose a reason for hiding this comment

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

src/app/components folder should be in src/components folder

</div>
<div className="flex flex-col md:flex-row justify-center gap-4 text-[1.125rem]" ref={animateContainerRef}>
<button className="px-5 py-4 bg-[var(--color-white)] text-[#010840] rounded-xl">
<a className="flex justify-center items-center gap-2" href="">Wypróbuj <ArrowUpRight size={32} color="#010840" /></a>
Copy link
Member

@chewmanji chewmanji Nov 25, 2024

Choose a reason for hiding this comment

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

As we use NextJS we should use NextJS Link component for navigation imo

<p className="text-[clamp(1.2rem,2cqw,1.75rem)] max-w-screen-md mx-auto pt-8" > Nasz system rekomendacyjny dopasuje go do tytułu lub opisu twojej pracy dyplomowej. </p>
</div>
<div className="flex flex-col md:flex-row justify-center gap-4 text-[1.125rem]" ref={animateContainerRef}>
<button className="px-5 py-4 bg-[var(--color-white)] text-[#010840] rounded-xl">
Copy link
Member

Choose a reason for hiding this comment

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

Can we use shadcn components for things that shadcn has comoponents for?

Comment on lines 32 to 33
--color-white: #E7EAFB;
--color-primary: #5F7ECD;
Copy link
Member

Choose a reason for hiding this comment

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

I think that if we will move these to tailwind.cofnig.ts it will be easier to use in code

package.json Outdated
@@ -11,6 +11,7 @@
"dependencies": {
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"gsap": "^3.12.5",
Copy link
Member

Choose a reason for hiding this comment

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

I think it will be better to first create app without any animations and then add them

Copy link
Member

@chewmanji chewmanji left a comment

Choose a reason for hiding this comment

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

If you need any help in resolving conflicts during merging, please text me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create hero section in landing page
2 participants