เว็บไซต์ง่ายๆ สำหรับ redirect ไปยังหน้าสินค้า Shopee ของพวงกุญแจ OpenClaw
npm install
npm run dev- Push โค้ดไป GitHub
- ไปที่ vercel.com → Import Project
- เลือก repo นี้ → Deploy
npm install -g vercel
vercelแก้ไขไฟล์ app/page.tsx:
const SHOPEE_LINK = 'https://shopee.co.th/YOUR-PRODUCT-LINK-HERE'แก้ไขไฟล์ app/page.tsx ในส่วน Product Image Placeholder:
แทนที่ div placeholder ด้วย Image component จาก next/image:
<Image
src="/path/to/your/image.jpg"
alt="OpenClaw Keychain"
width={500}
height={500}
className="w-full h-full object-cover"
/>วางไฟล์รูปใน public/ folder
- ✅ Responsive design
- ✅ Tailwind CSS สวยงาม
- ✅ Placeholder รูปสินค้า
- ✅ ปุ่ม redirect ไป Shopee
- ✅ ง่ายต่อการ custom