Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-02 18:06:10 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="medium"
background="aurora"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroSplit
title="台北在地皮革材料專門店"
description="手作人的材料寶庫 — 材料齊全・專業解說・北車附近"
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
tag="北車附近|材料齊全"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -53,7 +53,7 @@ export default function LandingPage() {
{ text: "查看地圖導航", href: "#location" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/close-up-cobbler-working-with-leather-textile_171337-12258.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/close-up-cobbler-working-with-leather-textile_171337-12258.jpg"
imageAlt="協和工藝材料行展示"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -64,12 +64,12 @@ export default function LandingPage() {
<div id="trust" data-section="trust">
<TestimonialCardTwelve
testimonials={[
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=1", imageAlt: "Sarah Johnson" },
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=2", imageAlt: "Michael Chen" },
{ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=3", imageAlt: "Emily Rodriguez" },
{ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=4", imageAlt: "David Kim" },
{ id: "5", name: "Jessica Wong", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=5", imageAlt: "Jessica Wong" },
{ id: "6", name: "Alex Martinez", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=6", imageAlt: "Alex Martinez" }
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Sarah Johnson" },
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Michael Chen" },
{ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Emily Rodriguez" },
{ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "David Kim" },
{ id: "5", name: "Jessica Wong", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Jessica Wong" },
{ id: "6", name: "Alex Martinez", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Alex Martinez" }
]}
cardTitle="⭐ 4.3 星評價 — 291 則顧客推薦"
cardTag="北車最信賴的材料行"
@@ -86,8 +86,8 @@ export default function LandingPage() {
tagIcon={CheckCircle}
tagAnimation="slide-up"
products={[
{ id: "1", name: "皮革材料", price: "來電詢價", imageSrc: "http://img.b2bpic.net/free-photo/view-felt-fabric-pieces_23-2149447363.jpg?_wi=1", imageAlt: "各式皮革材料" },
{ id: "2", name: "工具與配件", price: "來電詢價", imageSrc: "http://img.b2bpic.net/free-photo/blank-blackboard-with-decorative-elements-father-s-day_23-2147684786.jpg?_wi=1", imageAlt: "手工皮革工具" },
{ id: "1", name: "皮革材料", price: "來電詢價", imageSrc: "http://img.b2bpic.net/free-photo/view-felt-fabric-pieces_23-2149447363.jpg", imageAlt: "各式皮革材料" },
{ id: "2", name: "工具與配件", price: "來電詢價", imageSrc: "http://img.b2bpic.net/free-photo/blank-blackboard-with-decorative-elements-father-s-day_23-2147684786.jpg", imageAlt: "手工皮革工具" },
{ id: "3", name: "顏料與染料", price: "來電詢價", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-paint-materials_23-2147989743.jpg", imageAlt: "各式顏料與染料" },
{ id: "4", name: "五金配件", price: "來電詢價", imageSrc: "http://img.b2bpic.net/free-photo/copper-pipes-burst-from-cold-break-copper-pipes-from-cold-closeup_169016-65199.jpg", imageAlt: "皮革五金配件" },
{ id: "5", name: "DIY 相關配件", price: "來電詢價", imageSrc: "http://img.b2bpic.net/free-photo/color-palette-acrylic-paint-tube-crochet-needles-buttons-ribbon-scissor-clothespin-string-isolated-white-background_23-2148125311.jpg", imageAlt: "DIY 手作配件" }
@@ -115,15 +115,15 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "材料齊全", title: "完整的材料供應", subtitle: "皮革、工具、顏料、配件一應俱全", description: "從專業皮革到五金配件,協和工藝提供手作人所需的所有材料。批次品質穩定,是手作工作室與個人創作者的信賴選擇。", imageSrc: "http://img.b2bpic.net/free-photo/view-felt-fabric-pieces_23-2149447363.jpg?_wi=2", imageAlt: "材料齊全"
tag: "材料齊全", title: "完整的材料供應", subtitle: "皮革、工具、顏料、配件一應俱全", description: "從專業皮革到五金配件,協和工藝提供手作人所需的所有材料。批次品質穩定,是手作工作室與個人創作者的信賴選擇。", imageSrc: "http://img.b2bpic.net/free-photo/view-felt-fabric-pieces_23-2149447363.jpg", imageAlt: "材料齊全"
},
{
id: 2,
tag: "專人解說", title: "專業的客戶服務", subtitle: "店員耐心、專業、願意為您解說", description: "協和工藝的店員具備豐富的材料知識,能為初學者與專業工作室提供建議。無論是材料選擇或工藝問題,都能獲得專業協助。", imageSrc: "http://img.b2bpic.net/free-photo/blank-blackboard-with-decorative-elements-father-s-day_23-2147684786.jpg?_wi=2", imageAlt: "專人解說"
tag: "專人解說", title: "專業的客戶服務", subtitle: "店員耐心、專業、願意為您解說", description: "協和工藝的店員具備豐富的材料知識,能為初學者與專業工作室提供建議。無論是材料選擇或工藝問題,都能獲得專業協助。", imageSrc: "http://img.b2bpic.net/free-photo/blank-blackboard-with-decorative-elements-father-s-day_23-2147684786.jpg", imageAlt: "專人解說"
},
{
id: 3,
tag: "北車便捷", title: "交通方便的位置", subtitle: "北車步行可達、停車資訊清楚", description: "位於台北市大同區天水路,北車附近交通便利。雖然巷子內不好找,但我們提供清楚的導航與停車建議,讓來店購物更輕鬆。", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cobbler-working-with-leather-textile_171337-12258.jpg?_wi=2", imageAlt: "北車便捷位置"
tag: "北車便捷", title: "交通方便的位置", subtitle: "北車步行可達、停車資訊清楚", description: "位於台北市大同區天水路,北車附近交通便利。雖然巷子內不好找,但我們提供清楚的導航與停車建議,讓來店購物更輕鬆。", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cobbler-working-with-leather-textile_171337-12258.jpg", imageAlt: "北車便捷位置"
}
]}
buttons={[