Update src/app/page.tsx

This commit is contained in:
2026-05-06 06:33:28 +00:00
parent bf894d2334
commit 21327d9397

View File

@@ -5,8 +5,8 @@ import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
@@ -42,33 +42,14 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
<HeroLogoBillboard
background={{ variant: "gradient-bars" }}
title="มรดกและคุณค่าที่แท้จริง"
logoText="พจน์ ท่าพระจันทร์"
description="ผู้เชี่ยวชาญด้านพระเครื่อง วัตถุมงคล และของโบราณที่มีชื่อเสียงระดับประเทศ พร้อมบริการตรวจสอบและประเมินราคามืออาชีพ"
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/young-female-actress-wearing-beautiful-ancient-costumes-ancient-monuments-dramatic-style-perform-legend-love-popular-story-thai-isan-folktale-called-phadaeng-nang-ai-acient-site_1150-48740.jpg", imageAlt: "Thai amulet collection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/sunlit-marble-slab-vertical-background-idea-wallpaper-building-decor-screen_166373-3018.jpg", imageAlt: "Ancient Buddhist artifact" },
{ imageSrc: "http://img.b2bpic.net/free-photo/buddha-figurine-still-life_23-2150514607.jpg", imageAlt: "Buddha figurine still life" },
{ imageSrc: "http://img.b2bpic.net/free-photo/decorated-statue-traditional-hindu-god-bali-indonesia_158538-26282.jpg", imageAlt: "Decorated statue of traditional hindu god" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-female-actress-wearing-beautiful-ancient-costumes-ancient-monuments-dramatic-style-perform-legend-love-popular-story-thai-isan-folktale-called-phadaeng-nang-ai-acient-site_1150-49141.jpg", imageAlt: "Actress in ancient costume" },
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/traditional-celebration-oriental-lunar-text_1232-4070.jpg", imageAlt: "Sacred relic inspection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/decorative-background-wood-texture_23-2148210005.jpg", imageAlt: "Antique gold appraisal" },
{ imageSrc: "http://img.b2bpic.net/free-photo/oriental-restaurant-with-smiling-buddha_1122-1391.jpg", imageAlt: "Smiling buddha statue" },
{ imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept_23-2147791799.jpg", imageAlt: "Ramadan traditional concept" },
{ imageSrc: "http://img.b2bpic.net/free-photo/buddha-figurine-still-life_23-2150514571.jpg", imageAlt: "Sacred buddha figurine" },
]}
buttons={[{ text: "ปรึกษาผู้เชี่ยวชาญ", href: "#contact" }]}
avatarText="ได้รับความไว้วางใจจากนักสะสมกว่า 5,000 ท่านทั่วโลก"
marqueeItems={[
{ type: "text", text: "การันตีความแท้" },
{ type: "text", text: "ประเมินราคายุติธรรม" },
{ type: "text", text: "ที่ปรึกษามืออาชีพ" },
{ type: "text", text: "ธุรกรรมปลอดภัย" },
{ type: "text", text: "อนุรักษ์มรดกไทย" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DL5L6irSkCUL5YXO43toBbOgsP/uploaded-1778049196443-1mshkxxb.jpg"
imageAlt="Logo พจน์ ท่าพระจันทร์"
mediaAnimation="blur-reveal"
/>
</div>
@@ -170,12 +151,12 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterCard
<FooterLogoEmphasis
logoText="พจน์ ท่าพระจันทร์"
copyrightText="© 2025 บริษัท พจน์ ท่าพระจันทร์ จำกัด สงวนลิขสิทธิ์"
socialLinks={[
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DL5L6irSkCUL5YXO43toBbOgsP/uploaded-1778049196443-1mshkxxb.jpg"
columns={[
{ items: [{ label: "หน้าแรก" }, { label: "เกี่ยวกับเรา" }] },
{ items: [{ label: "บริการ" }, { label: "ติดต่อ" }] }
]}
/>
</div>