Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -34,6 +34,7 @@ export default function LandingPage() {
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Experiences", id: "#experiences" },
|
||||
{ name: "Tours", id: "#tours" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Stories", id: "#stories" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
@@ -118,12 +119,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" },
|
||||
{ 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" },
|
||||
{ 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" },
|
||||
{ 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" },
|
||||
{ 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" },
|
||||
{ id: "6", name: "Marko Santos", imageSrc: "http://img.b2bpic.net/free-photo/guest-checkin-reception-service_482257-80034.jpg", imageAlt: "Marko Santos, local guide" }
|
||||
]}
|
||||
cardTitle="What Our Visitors Say"
|
||||
cardTag="Memorable Journeys"
|
||||
|
||||
71
src/app/stories/page.tsx
Normal file
71
src/app/stories/page.tsx
Normal file
@@ -0,0 +1,71 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import BlogCardTwo from "@/components/sections/blog/BlogCardTwo";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
|
||||
export default function StoriesPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
brandName="La Union Escapes"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Experiences", id: "#experiences" },
|
||||
{ name: "Tours", id: "/tours" },
|
||||
{ name: "Stories", id: "/stories" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/summer-smoothie-coconut_23-2147810601.jpg"
|
||||
logoAlt="la union philippines travel logo"
|
||||
bottomLeftText="Explore the Philippines"
|
||||
bottomRightText="experience@launion.ph"
|
||||
button={{
|
||||
text: "Book Now", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="stories" data-section="stories">
|
||||
<BlogCardTwo
|
||||
animationType="slide-up"
|
||||
title="Elyu Travel Guides & Stories"
|
||||
description="Stay updated with the latest travel tips, hidden gems, and local stories from La Union."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
blogs={[
|
||||
{ id: "1", category: "Adventure", title: "Top 5 Surf Spots in San Juan", excerpt: "Discover the best waves and breaks for all skill levels in La Union's surfing capital.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-with-surfboard-ocean_1321-4188.jpg", imageAlt: "Surfer catching a wave in San Juan", authorName: "Ana Reyes", authorAvatar: "http://img.b2bpic.net/free-photo/kindergarten-teacher-explaining-earth-globe_23-2148633352.jpg", date: "July 15, 2024" },
|
||||
{ id: "2", category: "Food", title: "A Guide to La Union's Must-Try Dishes", excerpt: "Embark on a culinary journey through La Union's vibrant food scene, from street food to fine dining.", imageSrc: "http://img.b2bpic.net/free-photo/shredded-chicken-french-fries-with-side-salad-toast_1150-23162.jpg", imageAlt: "Variety of Filipino street food dishes", authorName: "Carlo Mendoza", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg", date: "August 1, 2024" },
|
||||
{ id: "3", category: "Travel Tips", title: "Beyond the Beach: Hidden Gems of La Union", excerpt: "Explore the lesser-known attractions and unique experiences that make La Union truly special.", imageSrc: "http://img.b2bpic.net/free-photo/red-haired-girl-smiles-because-sun-strokes-her-cheeks_8353-9131.jpg", imageAlt: "Cozy coffee shop interior in La Union", authorName: "Sofia Garcia", authorAvatar: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-up-thinking-positive-smiling-broadly_141793-55034.jpg", date: "August 10, 2024" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="La Union Escapes"
|
||||
columns={[
|
||||
{ title: "Explore", items: [{ label: "Destinations", href: "#experiences" }, { label: "Activities", href: "/tours" }, { label: "Blogs", href: "/stories" }] },
|
||||
{ title: "About Us", items: [{ label: "Our Story", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2024 La Union Escapes. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
75
src/app/tours/page.tsx
Normal file
75
src/app/tours/page.tsx
Normal file
@@ -0,0 +1,75 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
|
||||
export default function ToursPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
brandName="La Union Escapes"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Experiences", id: "#experiences" },
|
||||
{ name: "Tours", id: "/tours" },
|
||||
{ name: "Stories", id: "/stories" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/summer-smoothie-coconut_23-2147810601.jpg"
|
||||
logoAlt="la union philippines travel logo"
|
||||
bottomLeftText="Explore the Philippines"
|
||||
bottomRightText="experience@launion.ph"
|
||||
button={{
|
||||
text: "Book Now", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="tours" data-section="tours">
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{ id: "1", name: "Beginner Surf Lesson Package", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/hobby_273609-17711.jpg", imageAlt: "Group surf lesson on the beach" },
|
||||
{ id: "2", name: "La Union Food Crawl Tour", price: "$75", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-fries_23-2149455106.jpg", imageAlt: "Variety of Filipino street food" },
|
||||
{ id: "3", name: "Tangadan Falls Adventure Trek", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-holding-her-friend_23-2147617419.jpg", imageAlt: "People trekking to a waterfall" },
|
||||
{ id: "4", name: "Grape Farm & Winery Visit", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/male-courier-carrying-backpack-waiting-produce-order_482257-77588.jpg", imageAlt: "Tourists at a grape farm" },
|
||||
{ id: "5", name: "Local Pottery Workshop", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/talented-woman-doing-pottery_23-2151708999.jpg", imageAlt: "Hands molding clay in a pottery workshop" },
|
||||
{ id: "6", name: "Sunset Coastal Cruise", price: "$80", imageSrc: "http://img.b2bpic.net/free-photo/boats-shipping-sea-sunset_1153-5038.jpg", imageAlt: "Boat cruising during sunset on the coast" }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
title="Curated La Union Adventures"
|
||||
description="Dive into unique experiences, from surfing lessons to cultural tours and culinary journeys, designed for every explorer."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="La Union Escapes"
|
||||
columns={[
|
||||
{ title: "Explore", items: [{ label: "Destinations", href: "#experiences" }, { label: "Activities", href: "/tours" }, { label: "Blogs", href: "/stories" }] },
|
||||
{ title: "About Us", items: [{ label: "Our Story", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2024 La Union Escapes. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user