<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>艾优洁家政 - 一站式高端家政服务平台</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css">
<script>
tailwind.config={theme:{extend:{colors:{primary:'#64B564',primaryDark:'#3d7c3d',lightBg:'#f7fbf7'}}}}
</script>
<style>.hover-up{transition:0.3s;}.hover-up:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(100,181,100,0.18);}</style>
</head>
<body class="bg-lightBg font-sans">
<header class="sticky top-0 z-50 bg-white shadow-md">
<div class="container mx-auto px-4 md:px-6 py-3 flex justify-between items-center">
<div class="flex items-center gap-3">
<img src="logo.png" class="h-12">
<h1 class="text-xl md:text-2xl font-bold text-primaryDark">艾优洁家政</h1>
</div>
<nav class="hidden md:flex gap-8 text-gray-700 font-medium">
<a href="#home">首页</a><a href="#news">最新消息</a><a href="service-mall.php">服务商城</a><a href="#contact">联系我们</a>
</nav>
<div class="flex gap-3">
<a href="admin/login.php" class="px-4 py-2 border border-primary text-primary rounded-lg hover-up">平台管理</a>
<a href="provider/login.php" class="px-4 py-2 bg-primary text-white rounded-lg hover-up">服务商入驻</a>
</div>
</div>
</header>
<section id="home" class="bg-gradient-to-r from-primary to-primaryDark text-white py-20 md:py-32 text-center">
<div class="container mx-auto px-4">
<h2 class="text-[clamp(2rem,5vw,3.6rem)] font-bold mb-5">专业家政 · 一客一护 洁净到家</h2>
<p class="text-lg md:text-xl opacity-90 max-w-2xl mx-auto mb-8">保洁、家电清洗、保姆养护、深度开荒、全屋消杀，标准化持证师傅上门</p>
<div class="flex justify-center gap-4 flex-wrap">
<a href="service-mall.php" class="bg-white text-primary px-8 py-3 rounded-lg font-bold text-lg hover-up">立即选购服务</a>
<a href="#news" class="border-2 border-white px-8 py-3 rounded-lg font-bold text-lg hover-up">查看平台公告</a>
</div>
</div>
</section>
<section id="news" class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h3 class="text-3xl font-bold text-primaryDark mb-3">平台最新消息</h3>
<p class="text-gray-500">优惠活动、服务升级、门店通知</p>
</div>
<div class="grid md:grid-cols-3 gap-6">
</div>
</div>
</section>
<footer class="bg-primaryDark text-white py-10 text-center">
<p>© 2026 艾优洁家政 版权所有 | 四端小程序同步上线</p>
</footer>
</body>
</html>