diff --git a/src/app/page.tsx b/src/app/page.tsx index 24b6d0e..d8aef2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,16 +45,13 @@ export default function LandingPage() {
@@ -100,6 +80,7 @@ export default function LandingPage() { useInvertedBackground={false} title="เกี่ยวกับเรา" description="ร้านรุ่งทวีทรัพย์ ค้าของเก่า ยินดีให้บริการรับซื้อ-ขายของเก่าทุกประเภท ในพื้นที่ตำบลมาบยางพร อำเภอปลวกแดง จังหวัดระยอง เจ้าของร้านเป็นกันเอง ราคาสามารถพูดคุยต่อรองได้ครับ" + metrics={[]} mediaAnimation="slide-up" metricsAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/messy-room-full-junk-abandoned-building_181624-31797.jpg" @@ -114,40 +95,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Pt Phone", - role: "ลูกค้า", - testimonial: "เจ้าของร้านเป็นกันเอง ราคาคุยกันได้ด้วย", - imageSrc: "http://img.b2bpic.net/free-photo/rich-wooden-grain-texture-with-warm-tones_84443-74876.jpg", - }, + id: "1", name: "Pt Phone", role: "ลูกค้า", testimonial: "เจ้าของร้านเป็นกันเอง ราคาคุยกันได้ด้วย", imageSrc: "http://img.b2bpic.net/free-photo/rich-wooden-grain-texture-with-warm-tones_84443-74876.jpg"}, { - id: "2", - name: "Nattanan Tuphok", - role: "ลูกค้า", - testimonial: "ราคาดีค่ะ 👍", - imageSrc: "http://img.b2bpic.net/free-photo/tree-lines_1189-21.jpg", - }, + id: "2", name: "Nattanan Tuphok", role: "ลูกค้า", testimonial: "ราคาดีค่ะ 👍", imageSrc: "http://img.b2bpic.net/free-photo/tree-lines_1189-21.jpg"}, { - id: "3", - name: "องอาจ แสนสิบ", - role: "ลูกค้า", - testimonial: "5 ดาวครับ", - imageSrc: "http://img.b2bpic.net/free-photo/old-cracked-wood-stump-timber-texture_53876-16379.jpg", - }, + id: "3", name: "องอาจ แสนสิบ", role: "ลูกค้า", testimonial: "5 ดาวครับ", imageSrc: "http://img.b2bpic.net/free-photo/old-cracked-wood-stump-timber-texture_53876-16379.jpg"}, { - id: "4", - name: "ลูกค้าทั่วไป", - role: "ลูกค้า", - testimonial: "บริการดีครับ สะดวก รวดเร็ว", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-mineral-background_23-2151930732.jpg", - }, + id: "4", name: "ลูกค้าทั่วไป", role: "ลูกค้า", testimonial: "บริการดีครับ สะดวก รวดเร็ว", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mineral-background_23-2151930732.jpg"}, { - id: "5", - name: "คนในพื้นที่", - role: "ลูกค้า", - testimonial: "ราคามาตรฐาน ประทับใจครับ", - imageSrc: "http://img.b2bpic.net/free-photo/carbon-monoxide-sign-russian-abadoned-plant-factory-chernobyl-town_627829-11741.jpg", - }, + id: "5", name: "คนในพื้นที่", role: "ลูกค้า", testimonial: "ราคามาตรฐาน ประทับใจครับ", imageSrc: "http://img.b2bpic.net/free-photo/carbon-monoxide-sign-russian-abadoned-plant-factory-chernobyl-town_627829-11741.jpg"}, ]} title="เสียงตอบรับจากลูกค้า" description="ความประทับใจของลูกค้าที่มีต่อเรา" @@ -161,12 +117,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "map", - title: "เดินทางมาหาเรา", - description: "คลิกที่นี่เพื่อดูแผนที่บน Google Maps", - tag: "Location", - imageSrc: "http://img.b2bpic.net/free-photo/ruins-old-trains-old-train-yard-captured-lebanon_181624-35403.jpg", - }, + id: "map", title: "เดินทางมาหาเรา", description: "คลิกที่นี่เพื่อดูแผนที่บน Google Maps", tag: "Location", imageSrc: "http://img.b2bpic.net/free-photo/ruins-old-trains-old-train-yard-captured-lebanon_181624-35403.jpg"}, ]} title="ที่ตั้งร้าน" description="ตำบลมาบยางพร อำเภอปลวกแดง จังหวัดระยอง 21140 (Plus Code: 24GJ+QX)" @@ -177,20 +128,15 @@ export default function LandingPage() {
@@ -201,21 +147,15 @@ export default function LandingPage() { { items: [ { - label: "หน้าหลัก", - href: "#hero", - }, + label: "หน้าหลัก", href: "#hero"}, { - label: "ติดต่อเรา", - href: "#contact", - }, + label: "ติดต่อเรา", href: "#contact"}, ], }, { items: [ { - label: "Google Maps", - href: "https://maps.google.com/?q=24GJ+QX", - }, + label: "Google Maps", href: "https://maps.google.com/?q=24GJ+QX"}, ], }, ]}