Skip to content

Conversation

@nijesmik
Copy link
Collaborator

@nijesmik nijesmik commented Oct 5, 2025

Important

Merge 시 commit 메시지 맨 앞에 🔀 이모지(:twisted_rightwards_arrows:)를 붙여주세요!

작업 요약

@nijesmik nijesmik requested review from Copilot and dolmeengii October 5, 2025 02:01
@nijesmik nijesmik self-assigned this Oct 5, 2025
@nijesmik nijesmik linked an issue Oct 5, 2025 that may be closed by this pull request
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds Framer Motion animations to the landing page components and fixes mobile styling issues. The changes enhance user experience with smooth entrance animations while resolving layout problems in mobile environments.

  • Added Framer Motion animations to header, hero sections, and landing page components
  • Fixed mobile styling issues in Drawer component and Service layout
  • Improved visual consistency with backdrop blur effects and proper viewport handling

Reviewed Changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/widgets/header/ui/wrapper.tsx New HeaderWrapper component with conditional Framer Motion animations
src/widgets/header/ui/index.tsx Updated Header to use HeaderWrapper with animation and backdrop blur styling
src/shared/ui/component/hero.tsx Added motion variants and viewport props to Hero component
src/pages/landing/ui/tutorial-chatting/description.tsx Added motion animations to tutorial description
src/pages/landing/ui/tutorial-chatting/chatting.tsx Added motion wrapper to chatting component
src/pages/landing/ui/support/description.tsx Added motion animations to support description
src/pages/landing/ui/page.tsx Added viewport configuration and NAV_ID constant
src/features/drawer/ui/styles.ts Fixed mobile sizing with h-screen and w-screen
src/app/layouts/service.tsx Improved layout styling with tailwind-variants
package.json Added framer-motion dependency

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@dolmeengii dolmeengii merged commit 3aa162d into dev Oct 10, 2025
1 check passed
@dolmeengii dolmeengii deleted the feat/#135/framer-motion branch October 10, 2025 16:55
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.

랜딩 페이지 Framer Motion 적용

3 participants