Update src/app/page.tsx
This commit is contained in:
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
title="Welcome to the Surfing Capital of the North"
|
||||
useInvertedBackground={true}
|
||||
description="La Union, fondly known as 'Elyu', is a vibrant coastal province in the Philippines, celebrated for its consistent waves, bustling food scene, and warm community. From the sandy beaches of San Juan to the scenic grape farms and ancient churches, La Union offers a diverse range of experiences for every traveler. We invite you to immerse yourself in its unique blend of adventure and relaxation."
|
||||
body="La Union, fondly known as 'Elyu', is a vibrant coastal province in the Philippines, celebrated for its consistent waves, bustling food scene, and warm community. From the sandy beaches of San Juan to the scenic grape farms and ancient churches, La Union offers a diverse range of experiences for every traveler. We invite you to immerse yourself in its unique blend of adventure and relaxation."
|
||||
buttons={[
|
||||
{ text: "Our Story", href: "#" }
|
||||
]}
|
||||
@@ -118,12 +118,12 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-carrying-woman_23-2149002994.jpg", imageAlt: "Sarah Johnson, a happy tourist", content: "An absolutely incredible experience! La Union truly captured my heart." },
|
||||
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/hobby-leisure-adventure-young-surfer-with-cute-smile-carrying-his-surf-board-his-arm-looking-ocean-having-happy-expression_273609-1738.jpg", imageAlt: "Michael Chen, a satisfied traveler", content: "The waves were fantastic, and the local food was a delightful surprise." },
|
||||
{ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/teenager-girls-having-fun-summer_23-2149031451.jpg", imageAlt: "Emily Rodriguez, enjoying her trip", content: "Every moment was filled with joy and adventure. Can't wait to return!" },
|
||||
{ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-friends-walking-outdoors-beach_171337-15634.jpg", imageAlt: "David Kim, family vacationer", content: "Perfect family getaway. The kids loved the beach, and we enjoyed the culture." },
|
||||
{ id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sunset-mountain_23-2148579607.jpg", imageAlt: "Jessica Lee, solo adventurer", content: "As a solo traveler, I felt safe and welcomed. La Union is a gem!" },
|
||||
{ id: "6", name: "Marko Santos", imageSrc: "http://img.b2bpic.net/free-photo/guest-checkin-reception-service_482257-80034.jpg", imageAlt: "Marko Santos, local guide", content: "The tours were well-organized, and the guides were so knowledgeable." }
|
||||
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-carrying-woman_23-2149002994.jpg", imageAlt: "Sarah Johnson, a happy tourist", quote: "An absolutely incredible experience! La Union truly captured my heart." },
|
||||
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/hobby-leisure-adventure-young-surfer-with-cute-smile-carrying-his-surf-board-his-arm-looking-ocean-having-happy-expression_273609-1738.jpg", imageAlt: "Michael Chen, a satisfied traveler", quote: "The waves were fantastic, and the local food was a delightful surprise." },
|
||||
{ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/teenager-girls-having-fun-summer_23-2149031451.jpg", imageAlt: "Emily Rodriguez, enjoying her trip", quote: "Every moment was filled with joy and adventure. Can't wait to return!" },
|
||||
{ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-friends-walking-outdoors-beach_171337-15634.jpg", imageAlt: "David Kim, family vacationer", quote: "Perfect family getaway. The kids loved the beach, and we enjoyed the culture." },
|
||||
{ id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sunset-mountain_23-2148579607.jpg", imageAlt: "Jessica Lee, solo adventurer", quote: "As a solo traveler, I felt safe and welcomed. La Union is a gem!" },
|
||||
{ id: "6", name: "Marko Santos", imageSrc: "http://img.b2bpic.net/free-photo/guest-checkin-reception-service_482257-80034.jpg", imageAlt: "Marko Santos, local guide", quote: "The tours were well-organized, and the guides were so knowledgeable." }
|
||||
]}
|
||||
cardTitle="What Our Visitors Say"
|
||||
cardTag="Memorable Journeys"
|
||||
|
||||
Reference in New Issue
Block a user