Files
jaengseung-made/app/page.tsx
gahusb 09656696f1 Upgrade landing page to professional level
- Enhanced navigation bar with all requested sections
- Added "이런 걱정 하고 계셨나요?" section
- Added "차별점" section with comparison table
- Added "MY STORY" section
- Added "이렇게 진행됩니다" (HOW WE WORK) section
- Added pricing details section
- Added automatic quote calculator section
- Added tech stack showcase section
- Added customer reviews section
- Added "멈추지 않는 진화" section
- Added enhanced portfolio section
- Added "AFTER SERVICE" section
- Added comprehensive FAQ section
- Improved overall design and user experience

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-11 22:51:55 +09:00

1521 lines
82 KiB
TypeScript
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import ContactForm from './components/ContactForm';
export default function Home() {
return (
<div className="min-h-screen">
{/* Enhanced Navigation */}
<nav className="fixed top-0 w-full bg-white/95 backdrop-blur-md z-50 border-b border-gray-200 shadow-sm">
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div className="flex justify-between items-center h-16">
<div className="text-2xl font-bold text-blue-900"></div>
<div className="hidden lg:flex space-x-6 items-center">
<a href="#services" className="text-gray-700 hover:text-blue-700 transition font-medium"></a>
<a href="#pricing" className="text-gray-700 hover:text-blue-700 transition font-medium"></a>
<a href="#tech" className="text-gray-700 hover:text-blue-700 transition font-medium"></a>
<a href="#quote" className="text-gray-700 hover:text-blue-700 transition font-medium"></a>
<a href="#portfolio" className="text-gray-700 hover:text-blue-700 transition font-medium"></a>
<a href="#faq" className="text-gray-700 hover:text-blue-700 transition font-medium">FAQ</a>
<a href="#contact" className="bg-blue-700 text-white px-6 py-2 rounded-lg hover:bg-blue-800 transition font-semibold shadow-md">
</a>
</div>
{/* Mobile menu button */}
<div className="lg:hidden">
<button className="text-gray-700 hover:text-blue-700">
<svg className="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M4 6h16M4 12h16M4 18h16" />
</svg>
</button>
</div>
</div>
</div>
</nav>
{/* Hero Section - Enhanced */}
<section className="pt-32 pb-20 px-4 bg-gradient-to-br from-blue-50 via-white to-emerald-50">
<div className="max-w-7xl mx-auto text-center">
<div className="inline-block mb-4 px-4 py-2 bg-blue-100 text-blue-700 rounded-full text-sm font-semibold animate-pulse">
🤖 RPA
</div>
<h1 className="text-5xl md:text-7xl font-bold text-gray-900 mb-6 leading-tight">
<span className="text-blue-700"></span><br />
<span className="text-emerald-600"></span>
</h1>
<p className="text-xl text-gray-600 mb-10 max-w-3xl mx-auto leading-relaxed">
RPA , / .<br />
, .
</p>
<div className="flex flex-col sm:flex-row gap-4 justify-center">
<a href="#contact" className="bg-blue-700 text-white px-8 py-4 rounded-lg text-lg font-semibold hover:bg-blue-800 transition shadow-lg hover:shadow-xl">
</a>
<a href="#services" className="border-2 border-blue-700 text-blue-700 px-8 py-4 rounded-lg text-lg font-semibold hover:bg-blue-50 transition">
</a>
</div>
<div className="mt-16 grid grid-cols-2 md:grid-cols-4 gap-8 max-w-4xl mx-auto">
<div className="transform hover:scale-105 transition">
<div className="text-4xl font-bold text-blue-700">100+</div>
<div className="text-gray-600 mt-2"> </div>
</div>
<div className="transform hover:scale-105 transition">
<div className="text-4xl font-bold text-blue-700">24h</div>
<div className="text-gray-600 mt-2"> </div>
</div>
<div className="transform hover:scale-105 transition">
<div className="text-4xl font-bold text-blue-700">98%</div>
<div className="text-gray-600 mt-2"> </div>
</div>
<div className="transform hover:scale-105 transition">
<div className="text-4xl font-bold text-blue-700">5+</div>
<div className="text-gray-600 mt-2"> </div>
</div>
</div>
</div>
</section>
{/* 이런 걱정 하고 계셨나요? */}
<section className="py-20 px-4 bg-gray-50">
<div className="max-w-7xl mx-auto">
<div className="text-center mb-16">
<h2 className="text-4xl md:text-5xl font-bold text-gray-900 mb-4"> ?</h2>
<p className="text-xl text-gray-600"> </p>
</div>
<div className="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
<div className="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition">
<div className="text-4xl mb-4">😰</div>
<h3 className="text-xl font-bold text-gray-900 mb-3"> 믿</h3>
<p className="text-gray-600 mb-4">
"프로젝트 맡겼는데 연락 두절... 이런 경험 다시는 하기 싫어요."
</p>
<div className="text-blue-700 font-semibold">
<br />
<br />
</div>
</div>
<div className="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition">
<div className="text-4xl mb-4">💸</div>
<h3 className="text-xl font-bold text-gray-900 mb-3"> </h3>
<p className="text-gray-600 mb-4">
"대형 업체는 견적이 수천만원... 중소기업 예산으로는 불가능해요."
</p>
<div className="text-blue-700 font-semibold">
<br />
<br />
</div>
</div>
<div className="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition">
<div className="text-4xl mb-4"></div>
<h3 className="text-xl font-bold text-gray-900 mb-3"> </h3>
<p className="text-gray-600 mb-4">
"6개월 걸린다고 했는데 1년 넘게... 언제 완성될지 모르겠어요."
</p>
<div className="text-blue-700 font-semibold">
<br />
<br />
</div>
</div>
<div className="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition">
<div className="text-4xl mb-4">🤔</div>
<h3 className="text-xl font-bold text-gray-900 mb-3"> </h3>
<p className="text-gray-600 mb-4">
"개발 용어가 너무 어려워요. 무엇을 요구해야 할지 모르겠어요."
</p>
<div className="text-blue-700 font-semibold">
<br />
<br />
</div>
</div>
<div className="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition">
<div className="text-4xl mb-4">🔧</div>
<h3 className="text-xl font-bold text-gray-900 mb-3"> </h3>
<p className="text-gray-600 mb-4">
"프로젝트 끝나면 연락 안 돼요. 오류 나면 어떻게 하죠?"
</p>
<div className="text-blue-700 font-semibold">
1 <br />
<br />
(24 )
</div>
</div>
<div className="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition">
<div className="text-4xl mb-4">📝</div>
<h3 className="text-xl font-bold text-gray-900 mb-3"> </h3>
<p className="text-gray-600 mb-4">
"계약서 조항이 너무 많고 어려워요. 불리한 조건은 없을까요?"
</p>
<div className="text-blue-700 font-semibold">
<br />
<br />
</div>
</div>
</div>
</div>
</section>
{/* 차별점 */}
<section className="py-20 px-4 bg-white">
<div className="max-w-7xl mx-auto">
<div className="text-center mb-16">
<h2 className="text-4xl md:text-5xl font-bold text-gray-900 mb-4"> </h2>
<p className="text-xl text-gray-600"> , , 1:1 </p>
</div>
<div className="grid md:grid-cols-3 gap-8">
<div className="text-center p-8 bg-gradient-to-br from-blue-50 to-blue-100 rounded-2xl">
<div className="text-6xl mb-4">🎯</div>
<h3 className="text-2xl font-bold text-gray-900 mb-4"> </h3>
<p className="text-gray-700 leading-relaxed">
5 .
.
</p>
</div>
<div className="text-center p-8 bg-gradient-to-br from-emerald-50 to-emerald-100 rounded-2xl">
<div className="text-6xl mb-4"></div>
<h3 className="text-2xl font-bold text-gray-900 mb-4"> </h3>
<p className="text-gray-700 leading-relaxed">
, .
MVP부터 , .
</p>
</div>
<div className="text-center p-8 bg-gradient-to-br from-purple-50 to-purple-100 rounded-2xl">
<div className="text-6xl mb-4">💡</div>
<h3 className="text-2xl font-bold text-gray-900 mb-4"> </h3>
<p className="text-gray-700 leading-relaxed">
, .
ROI를 .
</p>
</div>
</div>
{/* 비교표 */}
<div className="mt-16 overflow-x-auto">
<table className="w-full bg-white rounded-xl overflow-hidden shadow-lg">
<thead>
<tr className="bg-gradient-to-r from-blue-600 to-blue-800 text-white">
<th className="py-4 px-6 text-left"> </th>
<th className="py-4 px-6 text-center"> </th>
<th className="py-4 px-6 text-center"> </th>
<th className="py-4 px-6 text-center bg-emerald-600"></th>
</tr>
</thead>
<tbody className="divide-y divide-gray-200">
<tr className="hover:bg-gray-50">
<td className="py-4 px-6 font-semibold"></td>
<td className="py-4 px-6 text-center">💰💰💰</td>
<td className="py-4 px-6 text-center">💰</td>
<td className="py-4 px-6 text-center text-emerald-700 font-bold">💰💰 </td>
</tr>
<tr className="hover:bg-gray-50">
<td className="py-4 px-6 font-semibold"></td>
<td className="py-4 px-6 text-center"></td>
<td className="py-4 px-6 text-center"></td>
<td className="py-4 px-6 text-center text-emerald-700 font-bold"></td>
</tr>
<tr className="hover:bg-gray-50">
<td className="py-4 px-6 font-semibold"> </td>
<td className="py-4 px-6 text-center">🐢 </td>
<td className="py-4 px-6 text-center"> </td>
<td className="py-4 px-6 text-center text-emerald-700 font-bold"> </td>
</tr>
<tr className="hover:bg-gray-50">
<td className="py-4 px-6 font-semibold"></td>
<td className="py-4 px-6 text-center">😐 </td>
<td className="py-4 px-6 text-center">😕 </td>
<td className="py-4 px-6 text-center text-emerald-700 font-bold">😊 </td>
</tr>
<tr className="hover:bg-gray-50">
<td className="py-4 px-6 font-semibold"></td>
<td className="py-4 px-6 text-center"> </td>
<td className="py-4 px-6 text-center"> </td>
<td className="py-4 px-6 text-center text-emerald-700 font-bold"> </td>
</tr>
<tr className="hover:bg-gray-50">
<td className="py-4 px-6 font-semibold"> </td>
<td className="py-4 px-6 text-center"> </td>
<td className="py-4 px-6 text-center"> </td>
<td className="py-4 px-6 text-center text-emerald-700 font-bold"> </td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
{/* MY STORY */}
<section className="py-20 px-4 bg-gradient-to-br from-slate-900 to-blue-900 text-white">
<div className="max-w-5xl mx-auto">
<div className="text-center mb-16">
<h2 className="text-4xl md:text-5xl font-bold mb-4">MY STORY</h2>
<p className="text-xl text-blue-200"> ?</p>
</div>
<div className="bg-white/10 backdrop-blur-md rounded-2xl p-8 md:p-12">
<div className="space-y-6 text-lg leading-relaxed">
<p className="text-blue-100">
<span className="text-2xl font-bold text-white">"</span>
대기업 개발자로 5년간 일하면서 수백 개의 프로젝트를 진행했습니다.
하지만 항상 아쉬웠던 점이 있었습니다.
</p>
<p className="text-blue-100">
중소기업과 소상공인 분들은 <span className="text-yellow-300 font-bold">합리적인 가격에 좋은 개발자를 만나기 어렵다</span>는 것.
대형 외주업체는 너무 비싸고, 작은 업체는 품질이 불안정했습니다.
</p>
<p className="text-blue-100">
반복 업무에 시달리며 <span className="text-yellow-300 font-bold">" ..."</span> 하고 생각하시는 분들.
웹사이트가 필요한데 <span className="text-yellow-300 font-bold">수천만원 견적</span>에 포기하시는 분들.
</p>
<p className="text-white font-bold text-xl">
이런 분들을 위해 쟁승메이드를 시작했습니다.
</p>
<p className="text-blue-100">
대기업에서 쌓은 노하우와 품질은 그대로,
불필요한 비용은 없애고 <span className="text-emerald-300 font-bold">정말 필요한 가치</span>만 제공합니다.
</p>
<p className="text-blue-100">
단순한 외주가 아닌, <span className="text-emerald-300 font-bold">비즈니스 성장을 함께 고민하는 파트너</span>가 되고 싶습니다.
<span className="text-2xl font-bold text-white">"</span>
</p>
</div>
<div className="mt-8 pt-8 border-t border-white/20">
<div className="flex items-center justify-between">
<div>
<div className="text-2xl font-bold"> ( )</div>
<div className="text-blue-200"> </div>
</div>
<div className="text-6xl">👨💻</div>
</div>
</div>
</div>
</div>
</section>
{/* HOW WE WORK - 이렇게 진행됩니다 */}
<section className="py-20 px-4 bg-gray-50">
<div className="max-w-7xl mx-auto">
<div className="text-center mb-16">
<h2 className="text-4xl md:text-5xl font-bold text-gray-900 mb-4"> </h2>
<p className="text-xl text-gray-600"> </p>
</div>
<div className="relative">
{/* Timeline line */}
<div className="hidden md:block absolute left-1/2 transform -translate-x-1/2 h-full w-1 bg-blue-200"></div>
<div className="space-y-12">
{/* Step 1 */}
<div className="relative grid md:grid-cols-2 gap-8 items-center">
<div className="md:text-right">
<div className="bg-white p-6 rounded-xl shadow-lg hover:shadow-xl transition">
<div className="text-blue-700 font-bold mb-2">STEP 1</div>
<h3 className="text-2xl font-bold text-gray-900 mb-3"> </h3>
<p className="text-gray-600 mb-4">
, , .
.
</p>
<div className="text-sm text-blue-700 font-semibold">
시간: 1~2
</div>
</div>
</div>
<div className="flex justify-center md:justify-start">
<div className="w-16 h-16 bg-blue-600 text-white rounded-full flex items-center justify-center text-3xl font-bold shadow-lg z-10">
1
</div>
</div>
</div>
{/* Step 2 */}
<div className="relative grid md:grid-cols-2 gap-8 items-center">
<div className="md:col-start-2">
<div className="bg-white p-6 rounded-xl shadow-lg hover:shadow-xl transition">
<div className="text-blue-700 font-bold mb-2">STEP 2</div>
<h3 className="text-2xl font-bold text-gray-900 mb-3"> </h3>
<p className="text-gray-600 mb-4">
, , .
, , .
</p>
<div className="text-sm text-blue-700 font-semibold">
시간: 1~3
</div>
</div>
</div>
<div className="flex justify-center md:justify-end md:col-start-1 md:row-start-1">
<div className="w-16 h-16 bg-blue-600 text-white rounded-full flex items-center justify-center text-3xl font-bold shadow-lg z-10">
2
</div>
</div>
</div>
{/* Step 3 */}
<div className="relative grid md:grid-cols-2 gap-8 items-center">
<div className="md:text-right">
<div className="bg-white p-6 rounded-xl shadow-lg hover:shadow-xl transition">
<div className="text-blue-700 font-bold mb-2">STEP 3</div>
<h3 className="text-2xl font-bold text-gray-900 mb-3"> </h3>
<p className="text-gray-600 mb-4">
, (30%) .
.
</p>
<div className="text-sm text-blue-700 font-semibold">
시간: 1일
</div>
</div>
</div>
<div className="flex justify-center md:justify-start">
<div className="w-16 h-16 bg-blue-600 text-white rounded-full flex items-center justify-center text-3xl font-bold shadow-lg z-10">
3
</div>
</div>
</div>
{/* Step 4 */}
<div className="relative grid md:grid-cols-2 gap-8 items-center">
<div className="md:col-start-2">
<div className="bg-white p-6 rounded-xl shadow-lg hover:shadow-xl transition">
<div className="text-blue-700 font-bold mb-2">STEP 4</div>
<h3 className="text-2xl font-bold text-gray-900 mb-3"> </h3>
<p className="text-gray-600 mb-4">
, .
.
</p>
<div className="text-sm text-blue-700 font-semibold">
시간: 프로젝트에
</div>
</div>
</div>
<div className="flex justify-center md:justify-end md:col-start-1 md:row-start-1">
<div className="w-16 h-16 bg-blue-600 text-white rounded-full flex items-center justify-center text-3xl font-bold shadow-lg z-10">
4
</div>
</div>
</div>
{/* Step 5 */}
<div className="relative grid md:grid-cols-2 gap-8 items-center">
<div className="md:text-right">
<div className="bg-white p-6 rounded-xl shadow-lg hover:shadow-xl transition">
<div className="text-blue-700 font-bold mb-2">STEP 5</div>
<h3 className="text-2xl font-bold text-gray-900 mb-3"> </h3>
<p className="text-gray-600 mb-4">
, .
, , .
</p>
<div className="text-sm text-blue-700 font-semibold">
시간: 1~2
</div>
</div>
</div>
<div className="flex justify-center md:justify-start">
<div className="w-16 h-16 bg-blue-600 text-white rounded-full flex items-center justify-center text-3xl font-bold shadow-lg z-10">
5
</div>
</div>
</div>
{/* Step 6 */}
<div className="relative grid md:grid-cols-2 gap-8 items-center">
<div className="md:col-start-2">
<div className="bg-gradient-to-br from-emerald-500 to-emerald-700 p-6 rounded-xl shadow-lg hover:shadow-xl transition text-white">
<div className="text-emerald-200 font-bold mb-2">STEP 6</div>
<h3 className="text-2xl font-bold mb-3"> </h3>
<p className="mb-4">
1 .
.
</p>
<div className="text-sm text-emerald-200 font-semibold">
시간: 평생
</div>
</div>
</div>
<div className="flex justify-center md:justify-end md:col-start-1 md:row-start-1">
<div className="w-16 h-16 bg-emerald-600 text-white rounded-full flex items-center justify-center text-3xl font-bold shadow-lg z-10">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
{/* Services Section */}
<section id="services" className="py-20 px-4 bg-white">
<div className="max-w-7xl mx-auto">
<div className="text-center mb-16">
<h2 className="text-4xl md:text-5xl font-bold text-gray-900 mb-4"> </h2>
<p className="text-xl text-gray-600"> </p>
</div>
<div className="grid md:grid-cols-3 gap-8">
{/* RPA 자동화 - Featured */}
<div className="relative bg-gradient-to-br from-blue-700 to-blue-900 rounded-2xl p-8 text-white shadow-2xl transform hover:scale-105 transition">
<div className="absolute -top-4 -right-4 bg-emerald-500 text-white px-4 py-2 rounded-full text-sm font-bold">
</div>
<div className="text-5xl mb-4">🤖</div>
<h3 className="text-2xl font-bold mb-3">RPA </h3>
<p className="text-blue-100 mb-6">
</p>
<div className="space-y-3 mb-6">
<div className="flex items-center">
<span className="mr-2"></span> /
</div>
<div className="flex items-center">
<span className="mr-2"></span>
</div>
<div className="flex items-center">
<span className="mr-2"></span>
</div>
<div className="flex items-center">
<span className="mr-2"></span> /
</div>
</div>
<div className="border-t border-blue-600 pt-4">
<div className="text-3xl font-bold mb-2">50~</div>
<div className="text-blue-200 text-sm"> </div>
</div>
</div>
{/* 웹 개발 */}
<div className="bg-white border-2 border-gray-200 rounded-2xl p-8 hover:border-blue-500 hover:shadow-xl transition">
<div className="text-5xl mb-4">💻</div>
<h3 className="text-2xl font-bold text-gray-900 mb-3"> </h3>
<p className="text-gray-600 mb-6">
/
</p>
<div className="space-y-3 mb-6 text-gray-700">
<div className="flex items-center">
<span className="mr-2"></span>
</div>
<div className="flex items-center">
<span className="mr-2"></span>
</div>
<div className="flex items-center">
<span className="mr-2"></span>
</div>
<div className="flex items-center">
<span className="mr-2"></span> E-Commerce
</div>
</div>
<div className="border-t border-gray-200 pt-4">
<div className="text-3xl font-bold text-gray-900 mb-2">200~</div>
<div className="text-gray-500 text-sm"> </div>
</div>
</div>
{/* 앱 개발 */}
<div className="bg-white border-2 border-gray-200 rounded-2xl p-8 hover:border-blue-500 hover:shadow-xl transition">
<div className="text-5xl mb-4">📱</div>
<h3 className="text-2xl font-bold text-gray-900 mb-3"> </h3>
<p className="text-gray-600 mb-6">
iOS/Android
</p>
<div className="space-y-3 mb-6 text-gray-700">
<div className="flex items-center">
<span className="mr-2"></span>
</div>
<div className="flex items-center">
<span className="mr-2"></span>
</div>
<div className="flex items-center">
<span className="mr-2"></span>
</div>
<div className="flex items-center">
<span className="mr-2"></span>
</div>
</div>
<div className="border-t border-gray-200 pt-4">
<div className="text-3xl font-bold text-gray-900 mb-2">300~</div>
<div className="text-gray-500 text-sm"> </div>
</div>
</div>
</div>
{/* Custom Solution */}
<div className="mt-12 bg-gradient-to-r from-gray-50 to-blue-50 rounded-2xl p-8 border border-gray-200">
<div className="flex flex-col md:flex-row items-center justify-between">
<div className="mb-4 md:mb-0">
<h3 className="text-2xl font-bold text-gray-900 mb-2">🔧 </h3>
<p className="text-gray-600"> ? .</p>
</div>
<a href="#contact" className="bg-gray-900 text-white px-8 py-3 rounded-lg font-semibold hover:bg-gray-800 transition whitespace-nowrap">
</a>
</div>
</div>
</div>
</section>
{/* 가격 안내 */}
<section id="pricing" className="py-20 px-4 bg-gradient-to-br from-blue-50 to-emerald-50">
<div className="max-w-7xl mx-auto">
<div className="text-center mb-16">
<h2 className="text-4xl md:text-5xl font-bold text-gray-900 mb-4"> </h2>
<p className="text-xl text-gray-600"> </p>
</div>
<div className="grid md:grid-cols-3 gap-8 mb-12">
{/* RPA Basic */}
<div className="bg-white rounded-2xl p-8 shadow-lg hover:shadow-2xl transition">
<div className="text-center mb-6">
<div className="text-blue-700 font-bold mb-2">RPA BASIC</div>
<div className="text-5xl font-bold text-gray-900 mb-2">50~</div>
<div className="text-gray-600"> </div>
</div>
<ul className="space-y-3 mb-8">
<li className="flex items-start">
<span className="text-green-500 mr-2"></span>
<span> </span>
</li>
<li className="flex items-start">
<span className="text-green-500 mr-2"></span>
<span> </span>
</li>
<li className="flex items-start">
<span className="text-green-500 mr-2"></span>
<span> </span>
</li>
<li className="flex items-start">
<span className="text-green-500 mr-2"></span>
<span>1 </span>
</li>
</ul>
<a href="#contact" className="block w-full bg-blue-700 text-white text-center py-3 rounded-lg font-semibold hover:bg-blue-800 transition">
</a>
</div>
{/* RPA PRO */}
<div className="bg-gradient-to-br from-blue-700 to-blue-900 rounded-2xl p-8 shadow-2xl transform scale-105 relative">
<div className="absolute -top-4 left-1/2 transform -translate-x-1/2 bg-emerald-500 text-white px-6 py-2 rounded-full text-sm font-bold">
</div>
<div className="text-center mb-6 text-white">
<div className="text-blue-200 font-bold mb-2">RPA PRO</div>
<div className="text-5xl font-bold mb-2">200~</div>
<div className="text-blue-200"> </div>
</div>
<ul className="space-y-3 mb-8 text-white">
<li className="flex items-start">
<span className="text-emerald-400 mr-2"></span>
<span> </span>
</li>
<li className="flex items-start">
<span className="text-emerald-400 mr-2"></span>
<span>API </span>
</li>
<li className="flex items-start">
<span className="text-emerald-400 mr-2"></span>
<span> </span>
</li>
<li className="flex items-start">
<span className="text-emerald-400 mr-2"></span>
<span>GUI </span>
</li>
<li className="flex items-start">
<span className="text-emerald-400 mr-2"></span>
<span>3 </span>
</li>
</ul>
<a href="#contact" className="block w-full bg-white text-blue-900 text-center py-3 rounded-lg font-semibold hover:bg-gray-100 transition">
</a>
</div>
{/* RPA ENTERPRISE */}
<div className="bg-white rounded-2xl p-8 shadow-lg hover:shadow-2xl transition">
<div className="text-center mb-6">
<div className="text-blue-700 font-bold mb-2">RPA ENTERPRISE</div>
<div className="text-5xl font-bold text-gray-900 mb-2">500~</div>
<div className="text-gray-600"> </div>
</div>
<ul className="space-y-3 mb-8">
<li className="flex items-start">
<span className="text-green-500 mr-2"></span>
<span> </span>
</li>
<li className="flex items-start">
<span className="text-green-500 mr-2"></span>
<span> </span>
</li>
<li className="flex items-start">
<span className="text-green-500 mr-2"></span>
<span> </span>
</li>
<li className="flex items-start">
<span className="text-green-500 mr-2"></span>
<span>DB </span>
</li>
<li className="flex items-start">
<span className="text-green-500 mr-2"></span>
<span>6 </span>
</li>
</ul>
<a href="#contact" className="block w-full bg-blue-700 text-white text-center py-3 rounded-lg font-semibold hover:bg-blue-800 transition">
</a>
</div>
</div>
{/* 지급 조건 */}
<div className="bg-white rounded-2xl p-8 shadow-lg">
<h3 className="text-2xl font-bold text-gray-900 mb-6 text-center">💳 </h3>
<div className="grid md:grid-cols-3 gap-6">
<div className="text-center p-6 bg-blue-50 rounded-xl">
<div className="text-4xl font-bold text-blue-700 mb-2">30%</div>
<div className="font-semibold text-gray-900 mb-2"></div>
<div className="text-sm text-gray-600"> </div>
</div>
<div className="text-center p-6 bg-blue-50 rounded-xl">
<div className="text-4xl font-bold text-blue-700 mb-2">40%</div>
<div className="font-semibold text-gray-900 mb-2"></div>
<div className="text-sm text-gray-600"> </div>
</div>
<div className="text-center p-6 bg-emerald-50 rounded-xl">
<div className="text-4xl font-bold text-emerald-700 mb-2">30%</div>
<div className="font-semibold text-gray-900 mb-2"></div>
<div className="text-sm text-gray-600"> </div>
</div>
</div>
</div>
</div>
</section>
{/* 자동 견적 */}
<section id="quote" className="py-20 px-4 bg-white">
<div className="max-w-4xl mx-auto">
<div className="text-center mb-12">
<h2 className="text-4xl md:text-5xl font-bold text-gray-900 mb-4">💰 </h2>
<p className="text-xl text-gray-600"> </p>
</div>
<div className="bg-gradient-to-br from-blue-50 to-emerald-50 rounded-2xl p-8 shadow-lg">
<div className="bg-white rounded-xl p-6 mb-6">
<label className="block text-lg font-bold text-gray-900 mb-3"> </label>
<select className="w-full p-4 border-2 border-gray-300 rounded-lg focus:border-blue-500 focus:outline-none">
<option>RPA - / </option>
<option>RPA - </option>
<option>RPA - </option>
<option> - </option>
<option> - </option>
<option> - /</option>
<option> - </option>
<option> - </option>
<option> - </option>
</select>
</div>
<div className="bg-white rounded-xl p-6 mb-6">
<label className="block text-lg font-bold text-gray-900 mb-3"> </label>
<div className="space-y-3">
<label className="flex items-center p-4 border-2 border-gray-300 rounded-lg hover:border-blue-500 cursor-pointer">
<input type="radio" name="scale" className="mr-3" />
<div>
<div className="font-semibold"> (1~2)</div>
<div className="text-sm text-gray-600"> </div>
</div>
</label>
<label className="flex items-center p-4 border-2 border-gray-300 rounded-lg hover:border-blue-500 cursor-pointer">
<input type="radio" name="scale" className="mr-3" defaultChecked />
<div>
<div className="font-semibold"> (3~6)</div>
<div className="text-sm text-gray-600"> </div>
</div>
</label>
<label className="flex items-center p-4 border-2 border-gray-300 rounded-lg hover:border-blue-500 cursor-pointer">
<input type="radio" name="scale" className="mr-3" />
<div>
<div className="font-semibold"> (2 )</div>
<div className="text-sm text-gray-600"> </div>
</div>
</label>
</div>
</div>
<div className="bg-gradient-to-r from-blue-600 to-blue-800 text-white rounded-xl p-8 text-center">
<div className="text-lg mb-2"> </div>
<div className="text-5xl font-bold mb-4">200 ~ 300</div>
<div className="text-blue-200 mb-6"> / </div>
<a href="#contact" className="inline-block bg-white text-blue-900 px-8 py-3 rounded-lg font-semibold hover:bg-gray-100 transition">
</a>
</div>
<p className="text-center text-gray-600 mt-6 text-sm">
*
</p>
</div>
</div>
</section>
{/* 기술 소개 */}
<section id="tech" className="py-20 px-4 bg-slate-900 text-white">
<div className="max-w-7xl mx-auto">
<div className="text-center mb-16">
<h2 className="text-4xl md:text-5xl font-bold mb-4"> </h2>
<p className="text-xl text-gray-300"> </p>
</div>
<div className="grid md:grid-cols-2 gap-12">
<div className="bg-slate-800 rounded-2xl p-8">
<h3 className="text-2xl font-bold mb-6 flex items-center">
<span className="text-3xl mr-3">🤖</span> RPA & Automation
</h3>
<div className="grid grid-cols-2 gap-4">
<div className="bg-slate-700 p-4 rounded-lg hover:bg-slate-600 transition">
<div className="text-2xl mb-2">🐍</div>
<div className="font-bold mb-1">Python</div>
<div className="text-sm text-gray-400"> </div>
</div>
<div className="bg-slate-700 p-4 rounded-lg hover:bg-slate-600 transition">
<div className="text-2xl mb-2">📊</div>
<div className="font-bold mb-1">Pandas</div>
<div className="text-sm text-gray-400"> </div>
</div>
<div className="bg-slate-700 p-4 rounded-lg hover:bg-slate-600 transition">
<div className="text-2xl mb-2">🌐</div>
<div className="font-bold mb-1">Selenium</div>
<div className="text-sm text-gray-400"> </div>
</div>
<div className="bg-slate-700 p-4 rounded-lg hover:bg-slate-600 transition">
<div className="text-2xl mb-2">🎭</div>
<div className="font-bold mb-1">Playwright</div>
<div className="text-sm text-gray-400"> </div>
</div>
</div>
</div>
<div className="bg-slate-800 rounded-2xl p-8">
<h3 className="text-2xl font-bold mb-6 flex items-center">
<span className="text-3xl mr-3">💻</span> Web Development
</h3>
<div className="grid grid-cols-2 gap-4">
<div className="bg-slate-700 p-4 rounded-lg hover:bg-slate-600 transition">
<div className="text-2xl mb-2"></div>
<div className="font-bold mb-1">React</div>
<div className="text-sm text-gray-400">UI </div>
</div>
<div className="bg-slate-700 p-4 rounded-lg hover:bg-slate-600 transition">
<div className="text-2xl mb-2"></div>
<div className="font-bold mb-1">Next.js</div>
<div className="text-sm text-gray-400"> </div>
</div>
<div className="bg-slate-700 p-4 rounded-lg hover:bg-slate-600 transition">
<div className="text-2xl mb-2">📘</div>
<div className="font-bold mb-1">TypeScript</div>
<div className="text-sm text-gray-400"> </div>
</div>
<div className="bg-slate-700 p-4 rounded-lg hover:bg-slate-600 transition">
<div className="text-2xl mb-2">🎨</div>
<div className="font-bold mb-1">Tailwind CSS</div>
<div className="text-sm text-gray-400"></div>
</div>
</div>
</div>
<div className="bg-slate-800 rounded-2xl p-8">
<h3 className="text-2xl font-bold mb-6 flex items-center">
<span className="text-3xl mr-3">🔧</span> Backend & API
</h3>
<div className="grid grid-cols-2 gap-4">
<div className="bg-slate-700 p-4 rounded-lg hover:bg-slate-600 transition">
<div className="text-2xl mb-2">🟢</div>
<div className="font-bold mb-1">Node.js</div>
<div className="text-sm text-gray-400"> </div>
</div>
<div className="bg-slate-700 p-4 rounded-lg hover:bg-slate-600 transition">
<div className="text-2xl mb-2"></div>
<div className="font-bold mb-1">Java/Spring</div>
<div className="text-sm text-gray-400"></div>
</div>
<div className="bg-slate-700 p-4 rounded-lg hover:bg-slate-600 transition">
<div className="text-2xl mb-2">🔥</div>
<div className="font-bold mb-1">FastAPI</div>
<div className="text-sm text-gray-400"> API</div>
</div>
<div className="bg-slate-700 p-4 rounded-lg hover:bg-slate-600 transition">
<div className="text-2xl mb-2">🗄</div>
<div className="font-bold mb-1">PostgreSQL</div>
<div className="text-sm text-gray-400"> DB</div>
</div>
</div>
</div>
<div className="bg-slate-800 rounded-2xl p-8">
<h3 className="text-2xl font-bold mb-6 flex items-center">
<span className="text-3xl mr-3"></span> Cloud & DevOps
</h3>
<div className="grid grid-cols-2 gap-4">
<div className="bg-slate-700 p-4 rounded-lg hover:bg-slate-600 transition">
<div className="text-2xl mb-2">🚀</div>
<div className="font-bold mb-1">Vercel</div>
<div className="text-sm text-gray-400"> </div>
</div>
<div className="bg-slate-700 p-4 rounded-lg hover:bg-slate-600 transition">
<div className="text-2xl mb-2"></div>
<div className="font-bold mb-1">AWS</div>
<div className="text-sm text-gray-400"> </div>
</div>
<div className="bg-slate-700 p-4 rounded-lg hover:bg-slate-600 transition">
<div className="text-2xl mb-2">🐳</div>
<div className="font-bold mb-1">Docker</div>
<div className="text-sm text-gray-400"></div>
</div>
<div className="bg-slate-700 p-4 rounded-lg hover:bg-slate-600 transition">
<div className="text-2xl mb-2">📦</div>
<div className="font-bold mb-1">Git</div>
<div className="text-sm text-gray-400"> </div>
</div>
</div>
</div>
</div>
</div>
</section>
{/* 고객 리뷰 */}
<section className="py-20 px-4 bg-white">
<div className="max-w-7xl mx-auto">
<div className="text-center mb-16">
<h2 className="text-4xl md:text-5xl font-bold text-gray-900 mb-4"> </h2>
<p className="text-xl text-gray-600"> </p>
</div>
<div className="grid md:grid-cols-3 gap-8">
<div className="bg-gray-50 rounded-xl p-6 shadow-md hover:shadow-lg transition">
<div className="flex items-center mb-4">
<div className="text-yellow-500 text-xl"></div>
</div>
<p className="text-gray-700 mb-4 leading-relaxed">
"엑셀 파일 50개를 매월 수작업으로 합치던 업무를 자동화했습니다.
5시간 걸리던 일이 10초로 단축됐어요. 정말 감사합니다!"
</p>
<div className="flex items-center">
<div className="w-12 h-12 bg-blue-600 rounded-full flex items-center justify-center text-white font-bold mr-3">
</div>
<div>
<div className="font-bold text-gray-900"> </div>
<div className="text-sm text-gray-600"> / RPA </div>
</div>
</div>
</div>
<div className="bg-gray-50 rounded-xl p-6 shadow-md hover:shadow-lg transition">
<div className="flex items-center mb-4">
<div className="text-yellow-500 text-xl"></div>
</div>
<p className="text-gray-700 mb-4 leading-relaxed">
"홈페이지 제작을 맡겼는데 대형 업체는 너무 비싸고...
쟁승메이드는 퀄리티도 좋고 가격도 합리적이었어요. 완전 만족합니다!"
</p>
<div className="flex items-center">
<div className="w-12 h-12 bg-emerald-600 rounded-full flex items-center justify-center text-white font-bold mr-3">
</div>
<div>
<div className="font-bold text-gray-900"> </div>
<div className="text-sm text-gray-600"> / </div>
</div>
</div>
</div>
<div className="bg-gray-50 rounded-xl p-6 shadow-md hover:shadow-lg transition">
<div className="flex items-center mb-4">
<div className="text-yellow-500 text-xl"></div>
</div>
<p className="text-gray-700 mb-4 leading-relaxed">
"개발 과정 내내 소통이 빠르고 명확했습니다.
원하는 걸 정확히 이해하고 구현해주셔서 수정 사항이 거의 없었어요."
</p>
<div className="flex items-center">
<div className="w-12 h-12 bg-purple-600 rounded-full flex items-center justify-center text-white font-bold mr-3">
</div>
<div>
<div className="font-bold text-gray-900"> </div>
<div className="text-sm text-gray-600">IT / </div>
</div>
</div>
</div>
<div className="bg-gray-50 rounded-xl p-6 shadow-md hover:shadow-lg transition">
<div className="flex items-center mb-4">
<div className="text-yellow-500 text-xl"></div>
</div>
<p className="text-gray-700 mb-4 leading-relaxed">
"Gmail 자동 분류 프로그램 덕분에 업무 효율이 150% 증가했습니다.
이메일 정리하는 시간을 다른 업무에 쓸 수 있게 됐어요."
</p>
<div className="flex items-center">
<div className="w-12 h-12 bg-blue-600 rounded-full flex items-center justify-center text-white font-bold mr-3">
</div>
<div>
<div className="font-bold text-gray-900"> </div>
<div className="text-sm text-gray-600"> / RPA </div>
</div>
</div>
</div>
<div className="bg-gray-50 rounded-xl p-6 shadow-md hover:shadow-lg transition">
<div className="flex items-center mb-4">
<div className="text-yellow-500 text-xl"></div>
</div>
<p className="text-gray-700 mb-4 leading-relaxed">
"프로젝트 완료 후에도 유지보수가 잘 되고 있습니다.
작은 수정 사항도 24시간 이내에 바로 대응해주셔서 믿음이 갑니다."
</p>
<div className="flex items-center">
<div className="w-12 h-12 bg-emerald-600 rounded-full flex items-center justify-center text-white font-bold mr-3">
</div>
<div>
<div className="font-bold text-gray-900"> </div>
<div className="text-sm text-gray-600"> / </div>
</div>
</div>
</div>
<div className="bg-gray-50 rounded-xl p-6 shadow-md hover:shadow-lg transition">
<div className="flex items-center mb-4">
<div className="text-yellow-500 text-xl"></div>
</div>
<p className="text-gray-700 mb-4 leading-relaxed">
"기술을 잘 모르는 저에게도 쉽게 설명해주시고,
최적의 솔루션을 제안해주셨어요. 전문가의 컨설팅을 받는 느낌이었습니다."
</p>
<div className="flex items-center">
<div className="w-12 h-12 bg-purple-600 rounded-full flex items-center justify-center text-white font-bold mr-3">
</div>
<div>
<div className="font-bold text-gray-900"> </div>
<div className="text-sm text-gray-600"> / RPA </div>
</div>
</div>
</div>
</div>
<div className="mt-12 bg-gradient-to-r from-blue-600 to-blue-800 rounded-2xl p-8 text-white text-center">
<div className="text-5xl font-bold mb-2">98%</div>
<div className="text-xl mb-4"> </div>
<div className="text-blue-200">100 </div>
</div>
</div>
</section>
{/* 멈추지 않는 진화 */}
<section className="py-20 px-4 bg-gradient-to-br from-purple-900 to-blue-900 text-white">
<div className="max-w-7xl mx-auto">
<div className="text-center mb-16">
<h2 className="text-4xl md:text-5xl font-bold mb-4"> </h2>
<p className="text-xl text-purple-200"> </p>
</div>
<div className="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
<div className="bg-white/10 backdrop-blur-md rounded-xl p-6 hover:bg-white/20 transition">
<div className="text-4xl mb-4">📚</div>
<h3 className="text-xl font-bold mb-3"> </h3>
<p className="text-purple-200">
.
</p>
</div>
<div className="bg-white/10 backdrop-blur-md rounded-xl p-6 hover:bg-white/20 transition">
<div className="text-4xl mb-4">🔄</div>
<h3 className="text-xl font-bold mb-3"> </h3>
<p className="text-purple-200">
,
.
</p>
</div>
<div className="bg-white/10 backdrop-blur-md rounded-xl p-6 hover:bg-white/20 transition">
<div className="text-4xl mb-4">🎯</div>
<h3 className="text-xl font-bold mb-3"> </h3>
<p className="text-purple-200">
.
</p>
</div>
<div className="bg-white/10 backdrop-blur-md rounded-xl p-6 hover:bg-white/20 transition">
<div className="text-4xl mb-4">🚀</div>
<h3 className="text-xl font-bold mb-3"> </h3>
<p className="text-purple-200">
.
</p>
</div>
</div>
<div className="mt-12 grid md:grid-cols-3 gap-6 text-center">
<div className="bg-white/10 backdrop-blur-md rounded-xl p-6">
<div className="text-3xl font-bold mb-2">500+</div>
<div className="text-purple-200"> ()</div>
</div>
<div className="bg-white/10 backdrop-blur-md rounded-xl p-6">
<div className="text-3xl font-bold mb-2">20+</div>
<div className="text-purple-200"> </div>
</div>
<div className="bg-white/10 backdrop-blur-md rounded-xl p-6">
<div className="text-3xl font-bold mb-2">100%</div>
<div className="text-purple-200"> </div>
</div>
</div>
</div>
</section>
{/* Portfolio Section - Enhanced */}
<section id="portfolio" className="py-20 px-4 bg-gray-50">
<div className="max-w-7xl mx-auto">
<div className="text-center mb-16">
<h2 className="text-4xl md:text-5xl font-bold text-gray-900 mb-4"> </h2>
<p className="text-xl text-gray-600"> </p>
</div>
<div className="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
{/* Portfolio Item 1 - Excel Merger RPA */}
<a
href="https://gitea.gahusb.synology.me/gahusb/excel-merge-rpa"
target="_blank"
rel="noopener noreferrer"
className="bg-white rounded-xl overflow-hidden shadow-lg hover:shadow-2xl transition-all transform hover:scale-105 block"
>
<div className="bg-gradient-to-br from-blue-500 to-blue-700 h-48 flex items-center justify-center">
<div className="text-white text-6xl">📊</div>
</div>
<div className="p-6">
<div className="text-sm text-blue-700 font-semibold mb-2">RPA </div>
<h3 className="text-xl font-bold text-gray-900 mb-2"> </h3>
<p className="text-gray-600 mb-4">
. 5 10
</p>
<div className="flex flex-wrap gap-2 mb-3">
<span className="px-3 py-1 bg-blue-100 text-blue-700 rounded-full text-sm">Python</span>
<span className="px-3 py-1 bg-blue-100 text-blue-700 rounded-full text-sm">Pandas</span>
<span className="px-3 py-1 bg-blue-100 text-blue-700 rounded-full text-sm">Openpyxl</span>
</div>
<div className="text-blue-600 text-sm font-semibold flex items-center">
<span className="mr-1"></span> GitHub에서
</div>
</div>
</a>
{/* Portfolio Item 2 - Gmail Automation */}
<a
href="https://gitea.gahusb.synology.me/gahusb/gmail-automation-rpa"
target="_blank"
rel="noopener noreferrer"
className="bg-white rounded-xl overflow-hidden shadow-lg hover:shadow-2xl transition-all transform hover:scale-105 block"
>
<div className="bg-gradient-to-br from-purple-500 to-purple-700 h-48 flex items-center justify-center">
<div className="text-white text-6xl">📧</div>
</div>
<div className="p-6">
<div className="text-sm text-purple-700 font-semibold mb-2">RPA </div>
<h3 className="text-xl font-bold text-gray-900 mb-2">Gmail </h3>
<p className="text-gray-600 mb-4">
Gmail API로 /. 150%
</p>
<div className="flex flex-wrap gap-2 mb-3">
<span className="px-3 py-1 bg-purple-100 text-purple-700 rounded-full text-sm">Python</span>
<span className="px-3 py-1 bg-purple-100 text-purple-700 rounded-full text-sm">Gmail API</span>
<span className="px-3 py-1 bg-purple-100 text-purple-700 rounded-full text-sm">OAuth</span>
</div>
<div className="text-purple-600 text-sm font-semibold flex items-center">
<span className="mr-1"></span> GitHub에서
</div>
</div>
</a>
{/* Portfolio Item 3 */}
<div className="bg-white rounded-xl overflow-hidden shadow-lg hover:shadow-2xl transition-all transform hover:scale-105">
<div className="bg-gradient-to-br from-emerald-500 to-emerald-700 h-48 flex items-center justify-center">
<div className="text-white text-6xl">🌐</div>
</div>
<div className="p-6">
<div className="text-sm text-emerald-700 font-semibold mb-2"> </div>
<h3 className="text-xl font-bold text-gray-900 mb-2"> </h3>
<p className="text-gray-600 mb-4">
SEO 200%
</p>
<div className="flex flex-wrap gap-2">
<span className="px-3 py-1 bg-emerald-100 text-emerald-700 rounded-full text-sm">Next.js</span>
<span className="px-3 py-1 bg-emerald-100 text-emerald-700 rounded-full text-sm">React</span>
<span className="px-3 py-1 bg-emerald-100 text-emerald-700 rounded-full text-sm">Tailwind</span>
</div>
</div>
</div>
</div>
<div className="text-center mt-12">
<p className="text-gray-600 mb-4"> GitHub에서 </p>
<a href="#contact" className="inline-block border-2 border-blue-700 text-blue-700 px-8 py-3 rounded-lg font-semibold hover:bg-blue-50 transition">
</a>
</div>
</div>
</section>
{/* AFTER SERVICE */}
<section className="py-20 px-4 bg-white">
<div className="max-w-7xl mx-auto">
<div className="text-center mb-16">
<h2 className="text-4xl md:text-5xl font-bold text-gray-900 mb-4"> </h2>
<p className="text-xl text-gray-600"> </p>
</div>
<div className="grid md:grid-cols-2 gap-8 mb-12">
<div className="bg-gradient-to-br from-blue-50 to-blue-100 rounded-2xl p-8">
<div className="flex items-start mb-4">
<div className="text-4xl mr-4">🎁</div>
<div>
<h3 className="text-2xl font-bold text-gray-900 mb-2"> </h3>
<p className="text-gray-700 mb-4">
<span className="text-blue-700 font-bold">1 </span> .
</p>
<ul className="space-y-2 text-gray-700">
<li className="flex items-center">
<span className="text-blue-700 mr-2"></span>
</li>
<li className="flex items-center">
<span className="text-blue-700 mr-2"></span>
</li>
<li className="flex items-center">
<span className="text-blue-700 mr-2"></span>
</li>
<li className="flex items-center">
<span className="text-blue-700 mr-2"></span>
24
</li>
</ul>
</div>
</div>
</div>
<div className="bg-gradient-to-br from-emerald-50 to-emerald-100 rounded-2xl p-8">
<div className="flex items-start mb-4">
<div className="text-4xl mr-4">🔧</div>
<div>
<h3 className="text-2xl font-bold text-gray-900 mb-2"> </h3>
<p className="text-gray-700 mb-4">
<span className="text-emerald-700 font-bold"> </span> .
</p>
<ul className="space-y-2 text-gray-700">
<li className="flex items-center">
<span className="text-emerald-700 mr-2"></span>
</li>
<li className="flex items-center">
<span className="text-emerald-700 mr-2"></span>
()
</li>
<li className="flex items-center">
<span className="text-emerald-700 mr-2"></span>
</li>
<li className="flex items-center">
<span className="text-emerald-700 mr-2"></span>
</li>
</ul>
</div>
</div>
</div>
</div>
<div className="bg-gradient-to-r from-gray-900 to-blue-900 rounded-2xl p-8 text-white">
<div className="text-center">
<h3 className="text-3xl font-bold mb-4">🛡 </h3>
<p className="text-xl text-gray-300 mb-8">
</p>
<div className="grid md:grid-cols-3 gap-6">
<div className="bg-white/10 backdrop-blur-md rounded-xl p-6">
<div className="text-4xl mb-3">📞</div>
<div className="font-bold text-lg mb-2"> </div>
<div className="text-gray-300"> 24 </div>
</div>
<div className="bg-white/10 backdrop-blur-md rounded-xl p-6">
<div className="text-4xl mb-3">🔒</div>
<div className="font-bold text-lg mb-2"> </div>
<div className="text-gray-300"> </div>
</div>
<div className="bg-white/10 backdrop-blur-md rounded-xl p-6">
<div className="text-4xl mb-3">🤝</div>
<div className="font-bold text-lg mb-2"> </div>
<div className="text-gray-300"> </div>
</div>
</div>
</div>
</div>
</div>
</section>
{/* FAQ */}
<section id="faq" className="py-20 px-4 bg-gray-50">
<div className="max-w-4xl mx-auto">
<div className="text-center mb-16">
<h2 className="text-4xl md:text-5xl font-bold text-gray-900 mb-4"> </h2>
<p className="text-xl text-gray-600"> </p>
</div>
<div className="space-y-4">
<details className="bg-white rounded-xl p-6 shadow-md hover:shadow-lg transition cursor-pointer group">
<summary className="text-lg font-bold text-gray-900 flex justify-between items-center">
<span>💰 ?</span>
<span className="text-blue-700 group-open:rotate-180 transition-transform"></span>
</summary>
<div className="mt-4 text-gray-700 leading-relaxed">
, , .
, .
30~50% .
</div>
</details>
<details className="bg-white rounded-xl p-6 shadow-md hover:shadow-lg transition cursor-pointer group">
<summary className="text-lg font-bold text-gray-900 flex justify-between items-center">
<span> ?</span>
<span className="text-blue-700 group-open:rotate-180 transition-transform"></span>
</summary>
<div className="mt-4 text-gray-700 leading-relaxed">
<ul className="space-y-2">
<li> <strong> RPA :</strong> 1~2</li>
<li> <strong> RPA/ :</strong> 3~6</li>
<li> <strong> :</strong> 2~3</li>
</ul>
.
( ).
</div>
</details>
<details className="bg-white rounded-xl p-6 shadow-md hover:shadow-lg transition cursor-pointer group">
<summary className="text-lg font-bold text-gray-900 flex justify-between items-center">
<span>🔧 ?</span>
<span className="text-blue-700 group-open:rotate-180 transition-transform"></span>
</summary>
<div className="mt-4 text-gray-700 leading-relaxed">
, ! ,
.
.
"엑셀 파일 합치는 게 너무 번거로워요" .
</div>
</details>
<details className="bg-white rounded-xl p-6 shadow-md hover:shadow-lg transition cursor-pointer group">
<summary className="text-lg font-bold text-gray-900 flex justify-between items-center">
<span>📝 ?</span>
<span className="text-blue-700 group-open:rotate-180 transition-transform"></span>
</summary>
<div className="mt-4 text-gray-700 leading-relaxed">
<ol className="space-y-2 list-decimal list-inside">
<li> </li>
<li> </li>
<li> ( )</li>
<li>(30%) </li>
<li> </li>
</ol>
, .
</div>
</details>
<details className="bg-white rounded-xl p-6 shadow-md hover:shadow-lg transition cursor-pointer group">
<summary className="text-lg font-bold text-gray-900 flex justify-between items-center">
<span>💳 ?</span>
<span className="text-blue-700 group-open:rotate-180 transition-transform"></span>
</summary>
<div className="mt-4 text-gray-700 leading-relaxed">
<strong>3 </strong> :
<ul className="mt-2 space-y-1">
<li> 30% - </li>
<li> 40% - ( )</li>
<li> 30% - </li>
</ul>
2 (50% + 50%) .
</div>
</details>
<details className="bg-white rounded-xl p-6 shadow-md hover:shadow-lg transition cursor-pointer group">
<summary className="text-lg font-bold text-gray-900 flex justify-between items-center">
<span>🛠 ?</span>
<span className="text-blue-700 group-open:rotate-180 transition-transform"></span>
</summary>
<div className="mt-4 text-gray-700 leading-relaxed">
<ul className="space-y-2">
<li> <strong>1 :</strong> , </li>
<li> <strong> :</strong> </li>
<li> <strong> :</strong> 5~10%</li>
<li> <strong> :</strong> 24 </li>
</ul>
</div>
</details>
<details className="bg-white rounded-xl p-6 shadow-md hover:shadow-lg transition cursor-pointer group">
<summary className="text-lg font-bold text-gray-900 flex justify-between items-center">
<span>📂 ?</span>
<span className="text-blue-700 group-open:rotate-180 transition-transform"></span>
</summary>
<div className="mt-4 text-gray-700 leading-relaxed">
, <strong> </strong>.
GitHub/Gitea ,
.
.
</div>
</details>
<details className="bg-white rounded-xl p-6 shadow-md hover:shadow-lg transition cursor-pointer group">
<summary className="text-lg font-bold text-gray-900 flex justify-between items-center">
<span>🔒 ?</span>
<span className="text-blue-700 group-open:rotate-180 transition-transform"></span>
</summary>
<div className="mt-4 text-gray-700 leading-relaxed">
<ul className="space-y-2">
<li> <strong> (NDA):</strong> </li>
<li> <strong> :</strong> </li>
<li> <strong> :</strong> </li>
<li> <strong>:</strong> </li>
</ul>
.
</div>
</details>
<details className="bg-white rounded-xl p-6 shadow-md hover:shadow-lg transition cursor-pointer group">
<summary className="text-lg font-bold text-gray-900 flex justify-between items-center">
<span>🌍 ?</span>
<span className="text-blue-700 group-open:rotate-180 transition-transform"></span>
</summary>
<div className="mt-4 text-gray-700 leading-relaxed">
, <strong> </strong>.
(Zoom, Google Meet), , ,
( ).
.
</div>
</details>
<details className="bg-white rounded-xl p-6 shadow-md hover:shadow-lg transition cursor-pointer group">
<summary className="text-lg font-bold text-gray-900 flex justify-between items-center">
<span> ?</span>
<span className="text-blue-700 group-open:rotate-180 transition-transform"></span>
</summary>
<div className="mt-4 text-gray-700 leading-relaxed">
<strong> </strong> .
,
.
,
.
</div>
</details>
</div>
<div className="mt-12 text-center bg-white rounded-2xl p-8 shadow-md">
<p className="text-gray-700 mb-4 text-lg">
?
</p>
<a href="#contact" className="inline-block bg-blue-700 text-white px-8 py-3 rounded-lg font-semibold hover:bg-blue-800 transition">
</a>
</div>
</div>
</section>
{/* Contact Section */}
<section id="contact" className="py-20 px-4 bg-gradient-to-br from-blue-50 to-emerald-50">
<div className="max-w-4xl mx-auto">
<div className="text-center mb-12">
<h2 className="text-4xl md:text-5xl font-bold text-gray-900 mb-4"> </h2>
<p className="text-xl text-gray-600"> . 24 .</p>
</div>
<ContactForm />
<div className="mt-12 grid md:grid-cols-3 gap-6 text-center">
<div className="bg-white rounded-xl p-6 shadow-md">
<div className="text-4xl mb-3">📧</div>
<div className="font-bold text-gray-900 mb-1"></div>
<div className="text-gray-600">bgg8988@gmail.com</div>
</div>
<div className="bg-white rounded-xl p-6 shadow-md">
<div className="text-4xl mb-3">📞</div>
<div className="font-bold text-gray-900 mb-1"></div>
<div className="text-gray-600">010-3907-1392</div>
</div>
<div className="bg-white rounded-xl p-6 shadow-md">
<div className="text-4xl mb-3"></div>
<div className="font-bold text-gray-900 mb-1"> </div>
<div className="text-gray-600">24 </div>
</div>
</div>
</div>
</section>
{/* Footer - Enhanced */}
<footer className="bg-slate-900 text-white py-12 px-4">
<div className="max-w-7xl mx-auto">
<div className="grid md:grid-cols-4 gap-8 mb-8">
<div>
<div className="text-2xl font-bold mb-4"></div>
<p className="text-gray-400"> <br /> </p>
</div>
<div>
<h4 className="font-bold mb-4"></h4>
<ul className="space-y-2 text-gray-400">
<li><a href="#services" className="hover:text-white transition">RPA </a></li>
<li><a href="#services" className="hover:text-white transition"> </a></li>
<li><a href="#services" className="hover:text-white transition"> </a></li>
<li><a href="#pricing" className="hover:text-white transition"> </a></li>
</ul>
</div>
<div>
<h4 className="font-bold mb-4"></h4>
<ul className="space-y-2 text-gray-400">
<li><a href="#portfolio" className="hover:text-white transition"></a></li>
<li><a href="#tech" className="hover:text-white transition"> </a></li>
<li><a href="#faq" className="hover:text-white transition">FAQ</a></li>
</ul>
</div>
<div>
<h4 className="font-bold mb-4"></h4>
<ul className="space-y-2 text-gray-400">
<li>bgg8988@gmail.com</li>
<li>010-3907-1392</li>
<li> 09:00~18:00</li>
</ul>
</div>
</div>
<div className="border-t border-gray-800 pt-8 text-center text-gray-400">
<p>&copy; 2025 (JaengSeung Made). All rights reserved.</p>
<p className="mt-2 text-sm"> </p>
</div>
</div>
</footer>
</div>
);
}