- 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
23 lines
1000 B
TypeScript
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: '#',
|
|
},
|
|
};
|