Files
moreminimore-astroreal/redesign-input/raw/src-data/site.ts
Kunthawat Greethong f827afb33f feat: liquid glass UI, blob background, redesign home/portfolio/about pages
- Liquid glass effect on navbar/cards with backdrop-filter invert
- Animated blob gradient background (SVG-based)
- Portfolio section: scene-dark invert, show 5 items on home
- How Work section: step flow with numbers + connecting lines
- Hero: Decision snapshot replacing problem selector
- About page: inverted background with contrast fixes
- Fix parallax JS bundling via Astro
- Fix navbar fixed positioning after liquid glass CSS
- Submenu hover fix
- Clean up removed legacy files/assets
2026-06-23 11:40:37 +07:00

23 lines
1000 B
TypeScript

export const site = {
name: 'MoreminiMore',
title: 'MoreminiMore | เพิ่มยอดขาย ลดต้นทุน ประหยัดเวลา',
description:
'ที่ปรึกษาด้านเว็บไซต์ การตลาดออนไลน์ AI และระบบอัตโนมัติสำหรับ SME ไทย เริ่มจากดูข้อมูลจริงก่อน แล้วค่อยเลือกสิ่งที่ควรทำ',
url: 'https://moreminimore.com',
logo: {
light: '/images/logo-long.png',
dark: '/images/logo-long-black.png',
mark: '/images/logo.svg',
},
cta: {
primary: { label: 'ปรึกษาฟรี 30 นาที', href: '/contact' },
secondary: { label: 'ดูผลงานจริง', href: '/portfolio' },
},
contact: {
phone: '080-995-5945',
email: 'contact@moreminimore.com',
lineLabel: 'LINE',
lineHref: '#',
},
};