Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/(landing)/_components/CTASection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function CTASection() {
<p className="mb-3 text-sm font-medium text-[#FF8A50] sm:mb-4 sm:text-base lg:text-lg">
์Šฌ๋ผ์ด์Šค ํ•˜๋‚˜๋กœ ์ •๋ฆฌ๋ถ€ํ„ฐ ์‹คํ–‰๊นŒ์ง€
</p>
<h2 className="mb-8 text-3xl leading-tight font-bold text-gray-900 sm:mb-10 sm:text-4xl lg:mb-12 lg:text-6xl">
<h2 className="mb-8 text-2xl leading-tight font-bold text-gray-900 sm:mb-10 sm:text-4xl lg:mb-12 lg:text-5xl">
์˜ค๋Š˜์˜ ํ•  ์ผ, Slice๋กœ ๊ณ„ํšํ•ด์š”
</h2>
<motion.button
Expand Down
2 changes: 1 addition & 1 deletion src/app/(landing)/_components/CommunicationSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function CommunicationSection() {
<p className="mb-3 text-sm font-medium text-[#FF8A50] sm:text-base">
๋ชฉํ‘œ๋ฅผ ๊ณต์œ ํ•˜๊ณ  ์‘์›๋ฐ›๊ธฐ
</p>
<h2 className="text-3xl font-bold text-gray-900 sm:text-4xl lg:text-5xl">
<h2 className="text-2xl font-bold text-gray-900 sm:text-4xl lg:text-5xl">
๋‹ค์–‘ํ•œ ์‚ฌ๋žŒ๋“ค๊ณผ
<br />
์„œ๋กœ์˜ ๋ชฉํ‘œ๋ฅผ ์‘์›ํ•ด์š”
Expand Down
2 changes: 1 addition & 1 deletion src/app/(landing)/_components/StepsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function StepsSection() {
<p className="mb-3 text-sm font-medium text-[#FF8A50] sm:mb-4 sm:text-base lg:text-lg">
๋ชฉํ‘œ ์„ค์ •๋ถ€ํ„ฐ ๊ธฐ๋ก๊นŒ์ง€
</p>
<h2 className="text-foreground text-2xl font-bold text-balance sm:text-3xl lg:text-4xl">
<h2 className="text-foreground text-2xl font-bold text-balance sm:text-4xl lg:text-5xl">
์‰ฝ๊ณ  ๋น ๋ฅด๊ฒŒ ํ•  ์ผ์„ ์‹œ์ž‘ํ•ด์š”
</h2>
</motion.div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/(landing)/_components/WhySliceSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function WhySliceSection() {
<p className="mb-3 text-sm font-medium sm:mb-4 sm:text-base lg:text-lg">
๋” ๋˜‘๋˜‘ํ•œ ํ•  ์ผ ๊ด€๋ฆฌ
</p>
<h2 className="text-3xl font-bold sm:text-4xl lg:text-5xl">
<h2 className="text-2xl font-bold sm:text-4xl lg:text-5xl">
์Šฌ๋ผ์ด์Šค๊ฐ€ ํŠน๋ณ„ํ•œ ์ด์œ 
</h2>
</motion.div>
Expand Down