@@ -5,37 +5,39 @@ import { MotionWrapper } from '@/shared/components/layout/MotionWrapper';
55
66export const GoalAdviceFeatureSection = ( ) => {
77 return (
8- < Section
9- className = { `w-full flex flex-col md:flex-row items-center justify-center lg:justify-between ${ LandingPageCommonStyle . padding } bg-bg-default` }
10- >
11- < MotionWrapper
12- { ...LandingPageCommonStyle . fadeIn . left }
13- className = "flex flex-col items-center md:items-start gap-y-6 mb-12 md:mb-0 w-full"
8+ < Section className = "w-full bg-bg-default" >
9+ < div
10+ className = { `flex flex-col md:flex-row items-center justify-center lg:justify-between ${ LandingPageCommonStyle . padding } ${ LandingPageCommonStyle . innerContainer } ` }
1411 >
15- < p className = "font-bold text-brand-neon text-xl lg:text-2xl" > 목표 조언</ p >
16- < h2 className = "text-3xl md:text-5xl font-bold text-text-tertiary leading-[140%]" >
17- 목표에 대한 < br />
18- 고민이 있나요? < br />
19- < span className = "text-text-strong" > 맞춤 AI 조언을 받아요</ span >
20- </ h2 >
21- < p className = "max-w-3xl text-base font-medium md:text-lg lg:text-xl text-text-secondary" >
22- 나의 상황과 감정에 알맞게 맞춤 조언을 해줘요
23- </ p >
24- </ MotionWrapper >
12+ < MotionWrapper
13+ { ...LandingPageCommonStyle . fadeIn . left }
14+ className = "flex flex-col items-center md:items-start gap-y-6 mb-12 md:mb-0 w-full"
15+ >
16+ < p className = "font-bold text-brand-neon text-xl lg:text-2xl" > 목표 조언</ p >
17+ < h2 className = "text-3xl md:text-5xl font-bold text-text-tertiary leading-[140%]" >
18+ 목표에 대한 < br />
19+ 고민이 있나요? < br />
20+ < span className = "text-text-strong" > 맞춤 AI 조언을 받아요</ span >
21+ </ h2 >
22+ < p className = "max-w-3xl text-base font-medium md:text-lg lg:text-xl text-text-secondary" >
23+ 나의 상황과 감정에 알맞게 맞춤 조언을 해줘요
24+ </ p >
25+ </ MotionWrapper >
2526
26- < MotionWrapper
27- { ...LandingPageCommonStyle . fadeIn . right }
28- className = "border-4 border-[rgba(26,26,26,0.7)] rounded-xl overflow-hidden"
29- >
30- < Image
31- src = "/landing/section-7.png"
32- width = { 350 }
33- height = { 650 }
34- sizes = "(max-width: 768px) 200px, 350px"
35- className = "w-50 md:w-87.5 h-auto shrink-0"
36- alt = "seventh-section-image"
37- />
38- </ MotionWrapper >
27+ < MotionWrapper
28+ { ...LandingPageCommonStyle . fadeIn . right }
29+ className = "border-4 border-[rgba(26,26,26,0.7)] rounded-xl overflow-hidden"
30+ >
31+ < Image
32+ src = "/landing/section-7.png"
33+ width = { 350 }
34+ height = { 650 }
35+ sizes = "(max-width: 768px) 200px, 350px"
36+ className = "w-50 md:w-87.5 h-auto shrink-0"
37+ alt = "seventh-section-image"
38+ />
39+ </ MotionWrapper >
40+ </ div >
3941 </ Section >
4042 ) ;
4143} ;
0 commit comments