Skip to content

feat: 랜딩 페이지 header section Figma 시안 반영#98

Merged
youngminss merged 1 commit intodevelopfrom
feature/landing-header-redesign
Feb 20, 2026
Merged

feat: 랜딩 페이지 header section Figma 시안 반영#98
youngminss merged 1 commit intodevelopfrom
feature/landing-header-redesign

Conversation

@youngminss
Copy link
Member

@youngminss youngminss commented Feb 20, 2026

🎯 PR 제목

랜딩 페이지 Header Section을 Figma 신규 시안에 맞게 업데이트합니다.

📑 작업 상세 내역

  • 부제목 <p> 텍스트를 SVG 이미지(subtitle.svg)로 교체
  • 카피 변경: '다인원을 위한 맛집 서비스' → '다인원을 위한 맛집 추천 서비스'
  • 요기잇 로고 SVG를 Figma 신규 버전으로 교체 (184×58 → 170×54px)
  • Header container gap 조정 (gap-5gap-6)
  • Header container top padding 조정 (pt-20pt-31)

🙏 리뷰 요청 사항

  • SVG 에셋 두 파일 모두 Figma 데스크탑에서 직접 export한 원본입니다
  • subtitle.svgpreserveAspectRatio="none" 설정은 Figma export 기본값으로, Next.js <Image>의 고정 width/height와 함께 사용 시 문제 없습니다

📃 참고 자료

🖼️ 작업 결과물

- 부제목 텍스트를 SVG 이미지(subtitle.svg)로 교체
- 카피 변경: '맛집 서비스' → '맛집 추천 서비스'
- 로고 SVG 신규 버전으로 교체 (170×54px)
- Header container gap 조정 (gap-5 → gap-6)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions github-actions bot requested a review from RookieAND February 20, 2026 17:20
@github-actions github-actions bot added ✨ Feature 기능 개발 ☑️ Need Review 작업이 완료되어 리뷰를 기다리고 있는 PR 입니다 labels Feb 20, 2026
@youngminss youngminss self-assigned this Feb 20, 2026
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @youngminss, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

이 PR은 랜딩 페이지의 헤더 섹션을 Figma의 최신 디자인 시안에 맞춰 시각적으로 업데이트하는 것을 목표로 합니다. 부제목을 텍스트에서 SVG 이미지로 변경하고, 로고 크기를 조정하며, 헤더 컨테이너의 간격과 상단 패딩을 수정하여 전반적인 레이아웃과 미학을 개선했습니다.

Highlights

  • 부제목 업데이트: 랜딩 페이지 헤더의 부제목 텍스트를 SVG 이미지로 교체했습니다.
  • 문구 변경: 서비스 문구를 '다인원을 위한 맛집 서비스'에서 '다인원을 위한 맛집 추천 서비스'로 변경했습니다.
  • 로고 업데이트: 요기잇 로고 SVG를 Figma의 새로운 시안에 맞춰 업데이트했습니다 (크기 변경: 184x58px → 170x54px).
  • Header 컨테이너 스타일 조정: Header 컨테이너의 gap 속성을 gap-5에서 gap-6으로, top padding 속성을 pt-20에서 pt-31로 조정했습니다.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • public/images/landing/logo.svg
    • 로고 SVG를 Figma의 새로운 시안에 맞춰 업데이트했습니다.
  • public/images/landing/subtitle.svg
    • 랜딩 페이지 헤더에 사용될 새로운 부제목 SVG 이미지를 추가했습니다.
  • src/pageComponents/landing/LandingPage.tsx
    • 헤더 섹션의 부제목을 텍스트에서 SVG 이미지로 교체했습니다.
    • 로고 이미지의 widthheight 속성을 새로운 크기에 맞춰 조정했습니다.
    • 헤더 컨테이너의 gappt (top padding) Tailwind CSS 클래스를 업데이트했습니다.
Activity
  • 아직 풀 리퀘스트에 대한 활동이 없습니다.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@github-actions github-actions bot added ✨ Feature 기능 개발 and removed ☑️ Need Review 작업이 완료되어 리뷰를 기다리고 있는 PR 입니다 ✨ Feature 기능 개발 labels Feb 20, 2026
@youngminss
Copy link
Member Author

@RookieAND 선반영 후 리뷰로 처리할게 !

@youngminss youngminss merged commit 1ccef44 into develop Feb 20, 2026
11 checks passed
github-actions bot pushed a commit that referenced this pull request Feb 20, 2026
## [1.3.0-beta.3](v1.3.0-beta.2...v1.3.0-beta.3) (2026-02-20)

### Features

* 랜딩 페이지 header section Figma 시안 반영 ([#98](#98)) ([1ccef44](1ccef44))
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

Figma 시안 반영을 위한 헤더 섹션 업데이트입니다. 디자인 토큰 준수 여부와 PR 설명과의 수치 불일치, 그리고 이미지 비율 최적화에 대한 피드백을 드립니다.

<p className="ygi:text-center ygi:heading-22-bd ygi:text-text-inverse">
다인원을 위한 맛집 서비스
</p>
<div className="ygi:flex ygi:flex-col ygi:items-center ygi:gap-6 ygi:px-6 ygi:pt-31">
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

ygi:gap-6 및 ygi:pt-31은 하드코딩된 수치입니다. 저장소 스타일 가이드(313-316행, 489행)에 따라 하드코딩된 spacing 값 대신 디자인 토큰(예: ygi:gap-xl, ygi:px-xl)을 사용해야 합니다. 또한 PR 설명의 작업 내역(pt-25)과 실제 코드(pt-31)가 일치하지 않으므로 확인이 필요합니다.

References
  1. 디자인 토큰 사용 및 하드코딩 지양 (link)

src="/images/landing/subtitle.svg"
alt="다인원을 위한 맛집 추천 서비스"
width={246}
height={17}
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

subtitle.svg의 viewBox 비율(246.038:16.326)과 Image 컴포넌트의 비율(246:17)이 일치하지 않습니다. SVG에 preserveAspectRatio="none"이 설정되어 있어 이미지가 수직으로 늘어날 수 있으므로, height를 16으로 조정하여 왜곡을 최소화하는 것을 권장합니다.

Suggested change
height={17}
height={16}

github-actions bot pushed a commit that referenced this pull request Feb 20, 2026
## [1.5.0](v1.4.0...v1.5.0) (2026-02-20)

### Features

* 랜딩 페이지 header section Figma 시안 반영 ([#98](#98)) ([1ccef44](1ccef44))
github-actions bot pushed a commit that referenced this pull request Feb 20, 2026
## [1.5.0-beta.1](v1.4.0...v1.5.0-beta.1) (2026-02-20)

### Features

* 랜딩 페이지 header section Figma 시안 반영 ([#98](#98)) ([1ccef44](1ccef44))
@RookieAND
Copy link
Collaborator

급하게 처리되어야 하는 작업이었구나, 우선 코드 상 문제는 없는 것 같아! (퍼블리싱)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Feature 기능 개발

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants