- 고향과 지역사회를 응원하는 나눔. 거주지가 아닌 지역에도 기부할 수 있는 제도입니다.
-
-
- 세액공제 혜택과 답례품을 통해 기부의 기쁨을 두 배로 느껴보세요.
-
-
-
-
-
-
- 학교사랑기부 · KB 국민은행
-
-
-
- 작은 참여로 이어지는 큰 나눔. 걸음수·좋아요 미션으로 모은 성과가 학생들을 위한
- 장학금으로 전달됩니다.
-
-
-
-
-
-
- );
-}
diff --git a/ssh/src/pages/Donation/index.tsx b/ssh/src/pages/Donation/index.tsx
deleted file mode 100644
index 99a3d0d..0000000
--- a/ssh/src/pages/Donation/index.tsx
+++ /dev/null
@@ -1,16 +0,0 @@
-import Steps from './components/fourthsection';
-import Hero from './components/herosection';
-import Meaning from './components/secondsection';
-import BankServices from './components/thirdsection';
-
-const DonationPage = () => {
- return (
-
-
-
-
-
-
- );
-};
-export default DonationPage;
diff --git a/ssh/src/pages/Donation/sections/Features/BankServices/index.tsx b/ssh/src/pages/Donation/sections/Features/BankServices/index.tsx
new file mode 100644
index 0000000..332acd3
--- /dev/null
+++ b/ssh/src/pages/Donation/sections/Features/BankServices/index.tsx
@@ -0,0 +1,43 @@
+import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card';
+
+export default function BankServices() {
+ return (
+
+
+
은행에서 제공하는 기부 서비스
+
+
+
+
+
+ 고향사랑기부 · KB 국민은행
+
+
+
+
+ 고향과 지역사회를 응원하는 나눔.
+ 거주지가 아닌 지역에도 기부할 수 있는 제도입니다.
+
+ 세액공제 혜택과 답례품을 통해 기부의 기쁨을 두 배로 느껴보세요.
+
+
+
+
+
+
+
+ 학교사랑기부 · KB 국민은행
+
+
+
+
+ 작은 참여로 이어지는 큰 나눔.
+ 걸음수·좋아요 미션으로 모은 성과가 학생들을 위한 장학금으로 전달됩니다.
+
+
+
+
+
+
+ );
+}
diff --git a/ssh/src/pages/Donation/components/secondsection/index.tsx b/ssh/src/pages/Donation/sections/Features/Meaning/index.tsx
similarity index 78%
rename from ssh/src/pages/Donation/components/secondsection/index.tsx
rename to ssh/src/pages/Donation/sections/Features/Meaning/index.tsx
index e63ad3d..c4285b3 100644
--- a/ssh/src/pages/Donation/components/secondsection/index.tsx
+++ b/ssh/src/pages/Donation/sections/Features/Meaning/index.tsx
@@ -1,14 +1,15 @@
+import donationImage from '@/assets/donationImage.png';
+
export default function Meaning() {
return (
- {/* 이미지 교체 예정 */}
-
+
-
+
당신의 재산, 뜻깊은 나눔으로 이어집니다
-
+
삶은 언제 끝날지 알 수 없지만, 그 뜻은 사라지지 않아야 합니다. 평생 모은 재산이 내
의도와 다르게 흘러가는 대신, 사회에 의미 있게 쓰이길 바라는 마음을 지켜드립니다.
diff --git a/ssh/src/pages/Donation/components/fourthsection/index.tsx b/ssh/src/pages/Donation/sections/Features/Steps/index.tsx
similarity index 69%
rename from ssh/src/pages/Donation/components/fourthsection/index.tsx
rename to ssh/src/pages/Donation/sections/Features/Steps/index.tsx
index 81c68c0..6a448b9 100644
--- a/ssh/src/pages/Donation/components/fourthsection/index.tsx
+++ b/ssh/src/pages/Donation/sections/Features/Steps/index.tsx
@@ -3,7 +3,6 @@ import { Button } from '@/components/ui/button';
import { ShieldCheck, Building2, HandCoins, FileSignature, ReceiptText } from 'lucide-react';
import { Link } from 'react-router-dom';
-// 추후 추가 페이지 생성
const REGISTER_PATH = '/donation/register';
const BANK_LINK_PATH = '/donation/banks';
@@ -44,28 +43,30 @@ const STEPS: Step[] = [
export default function Steps() {
return (
-