Merge version_2 into main #1
209
src/app/page.tsx
209
src/app/page.tsx
@@ -28,92 +28,31 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "หน้าแรก", id: "hero" },
|
||||
{ name: "เมนูแนะนำ", id: "menu" },
|
||||
{ name: "เกี่ยวกับเรา", id: "about" },
|
||||
{ name: "ติดต่อ", id: "contact" },
|
||||
]}
|
||||
brandName="Roros Wiset"
|
||||
brandName="รสวิเศษ เชียงราย"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:0936296942",
|
||||
}}
|
||||
text: "โทรจองโต๊ะ", href: "tel:0936296942"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="รสวิเศษ เชียงราย - รสชาติที่แท้จริงของท้องถิ่น"
|
||||
description="สัมผัสประสบการณ์อาหารเชียงรายขนานแท้ ด้วยวัตถุดิบคุณภาพในบรรยากาศอบอุ่นเหมือนทานข้าวที่บ้าน"
|
||||
background={{ variant: "plain" }}
|
||||
title="รสวิเศษ เชียงราย - ต้นตำรับความอร่อย"
|
||||
description="สัมผัสรสชาติเชียงรายแท้ๆ ในบรรยากาศที่อบอุ่นและเป็นกันเอง พร้อมวัตถุดิบคุณภาพที่เราคัดสรรมาเพื่อคุณ"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lunch-cafe-olive-women-eating_1303-2349.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717853.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269174.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-wicker-lamps-ceiling-inside-building_181624-47099.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "https://images.unsplash.com/photo-1544168190-79c17527004f?q=80&w=200&auto=format&fit=crop", alt: "เชฟคนไทย" },
|
||||
{ src: "https://images.unsplash.com/photo-1593001910786-906bc958a886?q=80&w=200&auto=format&fit=crop", alt: "พนักงานเสิร์ฟ" },
|
||||
{ src: "https://images.unsplash.com/photo-1574784408051-50e820c7855d?q=80&w=200&auto=format&fit=crop", alt: "ลูกค้าประทับใจ" },
|
||||
]}
|
||||
avatarText="จากใจลูกค้ากว่า 50+ คน"
|
||||
avatarText="ความสุขจากลูกค้ากว่า 100+ ท่าน"
|
||||
buttons={[
|
||||
{
|
||||
text: "ดูเมนู",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "โทรสั่งอาหาร",
|
||||
href: "tel:0936296942",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "วัตถุดิบสดใหม่ทุกวัน",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "รสชาติเชียงรายแท้",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "บรรยากาศอบอุ่น",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "บริการเป็นกันเอง",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "พร้อมเสิร์ฟความอร่อย",
|
||||
},
|
||||
{ text: "ดูเมนูอาหาร", href: "#menu" },
|
||||
{ text: "จองโต๊ะตอนนี้", href: "tel:0936296942" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,16 +61,10 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "เรื่องราวของเราที่ รสวิเศษ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865362.jpg",
|
||||
alt: "Kitchen",
|
||||
},
|
||||
{ type: "text", content: "ส่งต่อความอร่อยจากรุ่นสู่รุ่น" },
|
||||
{ type: "image", src: "https://images.unsplash.com/photo-1555396273-367ea4eb4db5?q=80&w=600&auto=format&fit=crop", alt: "บรรยากาศร้านอาหาร" },
|
||||
]}
|
||||
buttons={[{ text: "ทำความรู้จักเราเพิ่ม", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -139,29 +72,19 @@ export default function LandingPage() {
|
||||
<FeatureCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="เมนูเด็ดต้องลอง"
|
||||
description="คัดสรรเมนูยอดนิยมที่สะท้อนถึงวิถีการกินแบบเชียงราย"
|
||||
features={[
|
||||
{
|
||||
title: "ไส้กรอกแดงหน้าโรงเรียน",
|
||||
description: "ไส้กรอกรสชาติคุ้นเคยที่ทุกคนหลงรัก",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg",
|
||||
imageAlt: "ไส้กรอกแดง",
|
||||
title: "แกงฮังเลรสเด็ด", description: "เนื้อหมูคัดพิเศษเคี่ยวจนนุ่มละลายในปาก", imageSrc: "https://images.unsplash.com/photo-1504674900247-0877df9cc836?q=80&w=400&auto=format&fit=crop", imageAlt: "แกงฮังเล"
|
||||
},
|
||||
{
|
||||
title: "ข้าวหมูสามัคคี",
|
||||
description: "ข้าวสวยร้อนๆ กับเมนูหมูรสเด็ด",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-japanese-soup-plate-green-pepper-herbs_140725-2609.jpg",
|
||||
imageAlt: "ข้าวหมู",
|
||||
title: "ไส้อั่วสมุนไพร", description: "กลิ่นหอมสมุนไพรเครื่องแกงตำเองสูตรโบราณ", imageSrc: "https://images.unsplash.com/photo-1544025162-d76694265947?q=80&w=400&auto=format&fit=crop", imageAlt: "ไส้อั่ว"
|
||||
},
|
||||
{
|
||||
title: "เมนูปลาทอดกรอบ",
|
||||
description: "ปลาสดใหม่ไม่แกะแต่กรอบอร่อย",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157791.jpg",
|
||||
imageAlt: "ปลาทอด",
|
||||
},
|
||||
title: "ลาบคั่วเชียงราย", description: "ลาบคั่วรสจัดจ้านหอมพริกคั่วใหม่ๆ", imageSrc: "https://images.unsplash.com/photo-1596560344100-36ccd05c1c20?q=80&w=400&auto=format&fit=crop", imageAlt: "ลาบคั่ว"
|
||||
}
|
||||
]}
|
||||
title="เมนูแนะนำวันนี้"
|
||||
description="คัดสรรวัตถุดิบสดใหม่เพื่อรสชาติที่ดีที่สุดสำหรับคุณ"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -170,97 +93,33 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
title="จากปากต่อปากของลูกค้า"
|
||||
description="รีวิวความประทับใจจากลูกค้าที่มาเยือนเชียงราย"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "สมชาย ใจดี",
|
||||
handle: "@somchai",
|
||||
testimonial: "อาหารอร่อยมาก โดยเฉพาะปลาทอดกรอบ",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
|
||||
},
|
||||
id: "1", name: "คุณนรินทร์", handle: "@narin_cnx", testimonial: "อาหารรสชาติถึงเครื่องมากครับ ชอบแกงฮังเลที่สุด", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=150&auto=format&fit=crop"},
|
||||
{
|
||||
id: "2",
|
||||
name: "สมหญิง รักดี",
|
||||
handle: "@somying",
|
||||
testimonial: "บรรยากาศดีเหมือนกินข้าวที่บ้านเลยค่ะ",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-outdoors_23-2149655608.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "วิชัย มั่นคง",
|
||||
handle: "@wichai",
|
||||
testimonial: "บริการดี อาหารออกเร็ว รสชาติเข้มข้น",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-drinking-tea-studio_1157-18349.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "สุดารัตน์ ใจงาม",
|
||||
handle: "@suda",
|
||||
testimonial: "ราคาเหมาะสม ปริมาณเยอะมากค่ะ",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-with-food-home_23-2150176893.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "ธนพล พละดี",
|
||||
handle: "@thanapol",
|
||||
testimonial: "เมนูหลากหลาย แนะนำทุกคนมาลองครับ",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-gardener-uniform-wearing-gardening-hat-showing-heart-gesture_141793-89043.jpg",
|
||||
},
|
||||
id: "2", name: "คุณมาลี", handle: "@malee_foodie", testimonial: "พนักงานบริการน่ารัก เป็นกันเอง บรรยากาศอบอุ่นเหมือนทานข้าวบ้านญาติเลยค่ะ", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?q=80&w=150&auto=format&fit=crop"}
|
||||
]}
|
||||
title="ความประทับใจจากลูกค้า"
|
||||
description="รีวิวจากลูกค้าตัวจริงที่หลงรักในรสชาติอาหารของเรา"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="ติดต่อเรา"
|
||||
title="พร้อมรับออเดอร์แล้ว"
|
||||
description="โทรสั่งอาหารหรือจองโต๊ะล่วงหน้าได้ที่เบอร์ 093-629-6942"
|
||||
title="จองโต๊ะหรือสอบถามข้อมูล"
|
||||
description="หากต้องการจองโต๊ะล่วงหน้าสำหรับหมู่คณะหรือสั่งอาหาร สามารถติดต่อเราได้ที่นี่"
|
||||
buttonText="ส่งข้อความ"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="รสวิเศษ เชียงราย"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "เมนูอาหาร",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "เกี่ยวกับเรา",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "ติดต่อสอบถาม",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Google Maps",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "หน้าแรก", href: "#hero" }, { label: "เมนู", href: "#menu" }] },
|
||||
{ items: [{ label: "ติดต่อโทร: 093-629-6942", href: "tel:0936296942" }] }
|
||||
]}
|
||||
logoText="รสวิเศษ"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user