diff --git a/src/app/page.tsx b/src/app/page.tsx index 2146e7e..e7fb671 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,10 +83,10 @@ export default function AlohaPage() { title: "Oahu - Honolulu", description: "The vibrant capital island with world-class beaches, cultural sites, and urban energy", imageSrc: "https://img.b2bpic.net/free-photo/women-freediving-with-flippers-underwater_23-2148976499.jpg", imageAlt: "Oahu snorkeling destination", button: { text: "Learn More", href: "#" } }, { - title: "Maui - The Valley Isle", description: "Scenic roads, lush valleys, and some of Hawaii's best beaches await you", imageSrc: "https://img.b2bpic.net/free-photo/hiker-taking-rest_23-2147683060.jpg", imageAlt: "Maui hiking trails", button: { text: "Learn More", href: "#" } + title: "Maui - The Valley Isle", description: "Scenic roads, lush valleys, and some of Hawaii's best beaches await you", imageSrc: "https://img.b2bpic.net/free-photo/hiker-taking-rest_23-2147683060.jpg?_wi=1", imageAlt: "Maui hiking trails", button: { text: "Learn More", href: "#" } }, { - title: "Big Island - Hawaii", description: "Volcanic landscapes, diverse ecosystems, and unique geological wonders", imageSrc: "https://img.b2bpic.net/free-photo/woman-with-yellow-flower-wreath-head_114579-2388.jpg", imageAlt: "Big Island cultural experience", button: { text: "Learn More", href: "#" } + title: "Big Island - Hawaii", description: "Volcanic landscapes, diverse ecosystems, and unique geological wonders", imageSrc: "https://img.b2bpic.net/free-photo/woman-with-yellow-flower-wreath-head_114579-2388.jpg?_wi=1", imageAlt: "Big Island cultural experience", button: { text: "Learn More", href: "#" } } ]} textboxLayout="default" @@ -101,18 +101,18 @@ export default function AlohaPage() { features={[ { id: 1, - title: "Traditional Luau Experience", description: "Immerse yourself in Hawaiian culture with traditional food, music, hula dancing, and storytelling under the stars", phoneOne: { imageSrc: "https://img.b2bpic.net/free-vector/luau-party-banner_23-2147981141.jpg" }, - phoneTwo: { imageSrc: "https://img.b2bpic.net/free-vector/luau-party-banner_23-2147981141.jpg" } + title: "Traditional Luau Experience", description: "Immerse yourself in Hawaiian culture with traditional food, music, hula dancing, and storytelling under the stars", phoneOne: { imageSrc: "https://img.b2bpic.net/free-vector/luau-party-banner_23-2147981141.jpg?_wi=1" }, + phoneTwo: { imageSrc: "https://img.b2bpic.net/free-vector/luau-party-banner_23-2147981141.jpg?_wi=2" } }, { id: 2, - title: "World-Class Surfing", description: "Catch waves at legendary surf breaks with instruction for all skill levels from experienced local guides", phoneOne: { imageSrc: "https://img.b2bpic.net/free-photo/surfer-wave_72229-1437.jpg" }, - phoneTwo: { imageSrc: "https://img.b2bpic.net/free-photo/surfer-wave_72229-1437.jpg" } + title: "World-Class Surfing", description: "Catch waves at legendary surf breaks with instruction for all skill levels from experienced local guides", phoneOne: { imageSrc: "https://img.b2bpic.net/free-photo/surfer-wave_72229-1437.jpg?_wi=1" }, + phoneTwo: { imageSrc: "https://img.b2bpic.net/free-photo/surfer-wave_72229-1437.jpg?_wi=2" } }, { id: 3, - title: "Volcano Tours", description: "Witness the raw power of nature with guided tours through volcanic landscapes and national parks", phoneOne: { imageSrc: "https://img.b2bpic.net/free-photo/woman-with-yellow-flower-wreath-head_114579-2388.jpg" }, - phoneTwo: { imageSrc: "https://img.b2bpic.net/free-photo/hiker-taking-rest_23-2147683060.jpg" } + title: "Volcano Tours", description: "Witness the raw power of nature with guided tours through volcanic landscapes and national parks", phoneOne: { imageSrc: "https://img.b2bpic.net/free-photo/woman-with-yellow-flower-wreath-head_114579-2388.jpg?_wi=2" }, + phoneTwo: { imageSrc: "https://img.b2bpic.net/free-photo/hiker-taking-rest_23-2147683060.jpg?_wi=2" } } ]} showStepNumbers={true}