Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -69,15 +69,14 @@ export default function LandingPage() {
|
||||
{ text: "Chat with us on LINE", href: "https://line.me/ti/p/@your_line_id" }
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/asian-bride-caucasian-groom-have-romantic-time-with-thailand-dress_1150-9335.jpg"), imageAlt: resolveAlt("http://img.b2bpic.net/free-photo/asian-bride-caucasian-groom-have-romantic-time-with-thailand-dress_1150-9335.jpg", "Couple in elegant Western wedding attire with beautiful floral arch") },
|
||||
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/asia-woman-thai-dress-traditional-hold-kratong-loy-krathong-festival_1150-27438.jpg"), imageAlt: resolveAlt("http://img.b2bpic.net/free-photo/asia-woman-thai-dress-traditional-hold-kratong-loy-krathong-festival_1150-27438.jpg", "Traditional Thai Buddhist merit-making ceremony with monks") },
|
||||
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/couple-love-black-dress-suit_624325-350.jpg"), imageAlt: resolveAlt("http://img.b2bpic.net/free-photo/couple-love-black-dress-suit_624325-350.jpg", "Romantic beach wedding setup at sunset") },
|
||||
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/top-view-wedding-table-arrangement_23-2150279481.jpg"), imageAlt: resolveAlt("http://img.b2bpic.net/free-photo/top-view-wedding-table-arrangement_23-2150279481.jpg", "Luxurious wedding table setting with exquisite decor") },
|
||||
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/young-musicians-local-event_23-2149188138.jpg"), imageAlt: resolveAlt("http://img.b2bpic.net/free-photo/young-musicians-local-event_23-2149188138.jpg", "Thai traditional water pouring ceremony during an engagement") },
|
||||
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/group-business-colleagues-looking-young-businesswoman-giving-presentation_23-2147923444.jpg"), imageAlt: resolveAlt("http://img.b2bpic.net/free-photo/group-business-colleagues-looking-young-businesswoman-giving-presentation_23-2147923444.jpg", "Formal corporate blessing ceremony in a modern setting") }
|
||||
{ imageSrc: resolveAsset("asset://hero-gallery-1"), imageAlt: resolveAlt("asset://hero-gallery-1", "Couple in elegant Western wedding attire with beautiful floral arch") },
|
||||
{ imageSrc: resolveAsset("asset://hero-gallery-2"), imageAlt: resolveAlt("asset://hero-gallery-2", "Traditional Thai Buddhist merit-making ceremony with monks") },
|
||||
{ imageSrc: resolveAsset("asset://hero-gallery-3"), imageAlt: resolveAlt("asset://hero-gallery-3", "Romantic beach wedding setup at sunset") },
|
||||
{ imageSrc: resolveAsset("asset://hero-gallery-4"), imageAlt: resolveAlt("asset://hero-gallery-4", "Luxurious wedding table setting with exquisite decor") },
|
||||
{ imageSrc: resolveAsset("asset://hero-gallery-5"), imageAlt: resolveAlt("asset://hero-gallery-5", "Thai traditional water pouring ceremony during an engagement") },
|
||||
{ imageSrc: resolveAsset("asset://hero-gallery-6"), imageAlt: resolveAlt("asset://hero-gallery-6", "Formal corporate blessing ceremony in a modern setting") }
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -92,8 +91,8 @@ export default function LandingPage() {
|
||||
{ value: "100%", title: "Cultural Sensitivity" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
imageSrc={resolveAsset("http://img.b2bpic.net/free-photo/business-executives-pointing-clipboard_1170-1767.jpg")}
|
||||
imageAlt={resolveAlt("http://img.b2bpic.net/free-photo/business-executives-pointing-clipboard_1170-1767.jpg", "A team of elegant event planners reviewing documents and smiling")}
|
||||
imageSrc={resolveAsset("asset://about-image")}
|
||||
imageAlt={resolveAlt("asset://about-image", "A team of elegant event planners reviewing documents and smiling")}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -106,16 +105,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "Romantic Wedding Planning", description: "From dream proposal to grand reception, we manage every detail: venue selection, floral design, catering, photography, entertainment, and seamless day-of coordination.", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/wedding-ring-laptop-copy-space_23-2148652068.jpg"), imageAlt: resolveAlt("http://img.b2bpic.net/free-photo/wedding-ring-laptop-copy-space_23-2148652068.jpg", "Couple discussing wedding venue options") },
|
||||
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/tall-vases-with-white-candles-stand-shiny-branches_1304-4763.jpg"), imageAlt: resolveAlt("http://img.b2bpic.net/free-photo/tall-vases-with-white-candles-stand-shiny-branches_1304-4763.jpg", "Elegant wedding flower arrangements and table settings") },
|
||||
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/side-view-women-getting-married_23-2150753673.jpg"), imageAlt: resolveAlt("http://img.b2bpic.net/free-photo/side-view-women-getting-married_23-2150753673.jpg", "Wedding photographer capturing a joyful couple") }
|
||||
{ imageSrc: resolveAsset("asset://wedding-planning-media-1"), imageAlt: resolveAlt("asset://wedding-planning-media-1", "Couple discussing wedding venue options") },
|
||||
{ imageSrc: resolveAsset("asset://wedding-planning-media-2"), imageAlt: resolveAlt("asset://wedding-planning-media-2", "Elegant wedding flower arrangements and table settings") },
|
||||
{ imageSrc: resolveAsset("asset://wedding-planning-media-3"), imageAlt: resolveAlt("asset://wedding-planning-media-3", "Wedding photographer capturing a joyful couple") }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Sacred Ceremonial Events", description: "Expert coordination for traditional Thai merit-making, ordination blessings, housewarming ceremonies, and corporate blessings, ensuring cultural respect and authentic execution.", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/burning-candle-table_23-2148025324.jpg"), imageAlt: resolveAlt("http://img.b2bpic.net/free-photo/burning-candle-table_23-2148025324.jpg", "Buddhist monks performing a blessing ceremony") },
|
||||
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/man-is-practicing-sound-gong_72229-1071.jpg"), imageAlt: resolveAlt("http://img.b2bpic.net/free-photo/man-is-practicing-sound-gong_72229-1071.jpg", "Traditional Thai housewarming ceremony setup") },
|
||||
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552651.jpg"), imageAlt: resolveAlt("http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552651.jpg", "Traditional Thai dancers performing at a cultural event") }
|
||||
{ imageSrc: resolveAsset("asset://ceremony-planning-media-1"), imageAlt: resolveAlt("asset://ceremony-planning-media-1", "Buddhist monks performing a blessing ceremony") },
|
||||
{ imageSrc: resolveAsset("asset://ceremony-planning-media-2"), imageAlt: resolveAlt("asset://ceremony-planning-media-2", "Traditional Thai housewarming ceremony setup") },
|
||||
{ imageSrc: resolveAsset("asset://ceremony-planning-media-3"), imageAlt: resolveAlt("asset://ceremony-planning-media-3", "Traditional Thai dancers performing at a cultural event") }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -130,12 +129,12 @@ export default function LandingPage() {
|
||||
title="Our Portfolio of Celebrations"
|
||||
description="Explore a selection of our most cherished events, showcasing the diversity and meticulous craftsmanship we bring to every occasion. From intimate gatherings to grand celebrations, our work speaks for itself."
|
||||
products={[
|
||||
{ id: "p1", name: "Luxury Outdoor Wedding", price: "Starting at ฿250,000", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/view-elegant-luxurious-wedding-stationery-planner-resources_23-2150166916.jpg"), imageAlt: resolveAlt("http://img.b2bpic.net/free-photo/view-elegant-luxurious-wedding-stationery-planner-resources_23-2150166916.jpg", "A luxurious outdoor wedding reception setup with elegant decor.") },
|
||||
{ id: "p2", name: "Traditional Thai Wedding", price: "Starting at ฿180,000", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/indian-couple-celebrating-propose-day-by-being-romantic-with-each-other_23-2151110945.jpg"), imageAlt: resolveAlt("http://img.b2bpic.net/free-photo/indian-couple-celebrating-propose-day-by-being-romantic-with-each-other_23-2151110945.jpg", "A couple participating in a traditional Thai wedding blessing ceremony.") },
|
||||
{ id: "p3", name: "Modern Minimalist Event", price: "Starting at ฿150,000", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/pink-chrysanthemums-hang-threads-from-ceiling-dinner-hall_1304-3325.jpg"), imageAlt: resolveAlt("http://img.b2bpic.net/free-photo/pink-chrysanthemums-hang-threads-from-ceiling-dinner-hall_1304-3325.jpg", "A chic, modern minimalist wedding backdrop with subtle floral accents.") },
|
||||
{ id: "p4", name: "Buddhist Merit Ceremony", price: "Starting at ฿80,000", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552616.jpg"), imageAlt: resolveAlt("http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552616.jpg", "A serene Buddhist merit-making ceremony with monks and offerings.") },
|
||||
{ id: "p5", name: "Vibrant Destination Wedding", price: "Starting at ฿300,000", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/wedding-rose-petals-hands-bridesmaids-basket_627829-11890.jpg"), imageAlt: resolveAlt("http://img.b2bpic.net/free-photo/wedding-rose-petals-hands-bridesmaids-basket_627829-11890.jpg", "A colorful and vibrant destination wedding celebration.") },
|
||||
{ id: "p6", name: "Intimate Elopement Package", price: "Starting at ฿120,000", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/loving-couple-walking-beach_74855-23297.jpg"), imageAlt: resolveAlt("http://img.b2bpic.net/free-photo/loving-couple-walking-beach_74855-23297.jpg", "An intimate elopement ceremony in a beautiful natural landscape.") }
|
||||
{ id: "p1", name: "Luxury Outdoor Wedding", price: "Starting at ฿250,000", imageSrc: resolveAsset("asset://portfolio-1"), imageAlt: resolveAlt("asset://portfolio-1", "A luxurious outdoor wedding reception setup with elegant decor.") },
|
||||
{ id: "p2", name: "Traditional Thai Wedding", price: "Starting at ฿180,000", imageSrc: resolveAsset("asset://portfolio-2"), imageAlt: resolveAlt("asset://portfolio-2", "A couple participating in a traditional Thai wedding blessing ceremony.") },
|
||||
{ id: "p3", name: "Modern Minimalist Event", price: "Starting at ฿150,000", imageSrc: resolveAsset("asset://portfolio-3"), imageAlt: resolveAlt("asset://portfolio-3", "A chic, modern minimalist wedding backdrop with subtle floral accents.") },
|
||||
{ id: "p4", name: "Buddhist Merit Ceremony", price: "Starting at ฿80,000", imageSrc: resolveAsset("asset://portfolio-4"), imageAlt: resolveAlt("asset://portfolio-4", "A serene Buddhist merit-making ceremony with monks and offerings.") },
|
||||
{ id: "p5", name: "Vibrant Destination Wedding", price: "Starting at ฿300,000", imageSrc: resolveAsset("asset://portfolio-5"), imageAlt: resolveAlt("asset://portfolio-5", "A colorful and vibrant destination wedding celebration.") },
|
||||
{ id: "p6", name: "Intimate Elopement Package", price: "Starting at ฿120,000", imageSrc: resolveAsset("asset://portfolio-6"), imageAlt: resolveAlt("asset://portfolio-6", "An intimate elopement ceremony in a beautiful natural landscape.") }
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
@@ -182,12 +181,12 @@ export default function LandingPage() {
|
||||
title="Hear From Our Happy Clients"
|
||||
description="Our passion is crafting unforgettable experiences, and nothing makes us prouder than the heartfelt words of those we've had the pleasure to serve."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Pimchanok & David", role: "Newlyweds", company: "Bangkok", rating: 5, imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg") },
|
||||
{ id: "2", name: "Mr. Somsak", role: "CEO", company: "Thai Innovations", rating: 5, imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/portrait-mature-asian-man-with-hands-chin_1262-1560.jpg") },
|
||||
{ id: "3", name: "Nanthida W.", role: "Mother of the Bride", company: "Chiang Mai", rating: 5, imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/happy-businessman-toasting-with-colleague-office-party_637285-9559.jpg") },
|
||||
{ id: "4", name: "The Sukhumvit Family", role: "Housewarming Hosts", company: "Pattaya", rating: 5, imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/friends-celebrating-new-years-eve_53876-46899.jpg") },
|
||||
{ id: "5", name: "Dr. Anya P.", role: "Ordination Ceremony Host", company: "Phuket", rating: 5, imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/side-view-bride-holding-flowers_23-2149540033.jpg") },
|
||||
{ id: "6", name: "Chai & Malee", role: "Engaged Couple", company: "Hua Hin", rating: 5, imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/asian-bride-caucasian-groom-have-romantic-time-with-thailand-dress_1150-9340.jpg") }
|
||||
{ id: "1", name: "Pimchanok & David", role: "Newlyweds", company: "Bangkok", rating: 5, imageSrc: resolveAsset("asset://testimonial-1") },
|
||||
{ id: "2", name: "Mr. Somsak", role: "CEO", company: "Thai Innovations", rating: 5, imageSrc: resolveAsset("asset://testimonial-2") },
|
||||
{ id: "3", name: "Nanthida W.", role: "Mother of the Bride", company: "Chiang Mai", rating: 5, imageSrc: resolveAsset("asset://testimonial-3") },
|
||||
{ id: "4", name: "The Sukhumvit Family", role: "Housewarming Hosts", company: "Pattaya", rating: 5, imageSrc: resolveAsset("asset://testimonial-4") },
|
||||
{ id: "5", name: "Dr. Anya P.", role: "Ordination Ceremony Host", company: "Phuket", rating: 5, imageSrc: resolveAsset("asset://testimonial-5") },
|
||||
{ id: "6", name: "Chai & Malee", role: "Engaged Couple", company: "Hua Hin", rating: 5, imageSrc: resolveAsset("asset://testimonial-6") }
|
||||
]}
|
||||
carouselMode="auto"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user