Merge version_1 into main #1
212
src/app/page.tsx
212
src/app/page.tsx
@@ -31,31 +31,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Properties",
|
||||
id: "properties",
|
||||
},
|
||||
name: "Properties", id: "properties"},
|
||||
{
|
||||
name: "Amenities",
|
||||
id: "amenities",
|
||||
},
|
||||
name: "Amenities", id: "amenities"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="GladStayUSA"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -65,37 +53,23 @@ export default function LandingPage() {
|
||||
description="Private pool homes designed for unforgettable family vacations, group trips, and magical Orlando getaways."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Stay",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Stay", href: "#contact"},
|
||||
{
|
||||
text: "View Homes",
|
||||
href: "#properties",
|
||||
},
|
||||
text: "View Homes", href: "#properties"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/friends-smiling-drinking-cocktails-lying-chaises-near-swimming-pool_176420-4059.jpg"
|
||||
showDimOverlay={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-blue-dress-straw-hat-wearing-pink-sunglassses-walking-pool-tropical-spa-villa-vacation-summer-style-outfit-sexy_285396-2472.jpg",
|
||||
alt: "Attractive young woman in blue dress and straw hat",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-blue-dress-straw-hat-wearing-pink-sunglassses-walking-pool-tropical-spa-villa-vacation-summer-style-outfit-sexy_285396-2472.jpg", alt: "Attractive young woman in blue dress and straw hat"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-lying-chaises-near-swimming-pool-making-selfie-smiling_176420-4063.jpg",
|
||||
alt: "Friends lying on chaises near swimming pool",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friends-lying-chaises-near-swimming-pool-making-selfie-smiling_176420-4063.jpg", alt: "Friends lying on chaises near swimming pool"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-smiling-eating-watermelon-relaxing-lying-near-swimming-pool_176420-4079.jpg",
|
||||
alt: "Friends smiling, eating watermelon",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friends-smiling-eating-watermelon-relaxing-lying-near-swimming-pool_176420-4079.jpg", alt: "Friends smiling, eating watermelon"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/little-girl-puts-mask-mom-high-quality-photo_72229-785.jpg",
|
||||
alt: "Little girl puts on a mask for mom",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/little-girl-puts-mask-mom-high-quality-photo_72229-785.jpg", alt: "Little girl puts on a mask for mom"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/outdoor-summer-portrait-smiling-happy-dark-skinned-man-trendy-headwear-shades-spending-sunny-day-city-beach-walking-having-fun-enjoying-seascape-looking-carefree-relaxed_273609-734.jpg",
|
||||
alt: "Outdoor summer portrait of smiling happy man",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/outdoor-summer-portrait-smiling-happy-dark-skinned-man-trendy-headwear-shades-spending-sunny-day-city-beach-walking-having-fun-enjoying-seascape-looking-carefree-relaxed_273609-734.jpg", alt: "Outdoor summer portrait of smiling happy man"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy families"
|
||||
/>
|
||||
@@ -103,25 +77,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="amenities" data-section="amenities">
|
||||
<FeatureCardSixteen
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"No Hidden Fees",
|
||||
"Quiet Neighborhood",
|
||||
"Fast Responsive Hosting",
|
||||
"Secure Keyless Entry",
|
||||
"Professional Sanitation",
|
||||
],
|
||||
"No Hidden Fees", "Quiet Neighborhood", "Fast Responsive Hosting", "Secure Keyless Entry", "Professional Sanitation"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Resort-Style Private Pools",
|
||||
"Game Rooms & Family Gear",
|
||||
"Minutes From Disney Parks",
|
||||
"High-Speed Wi-Fi",
|
||||
"Fully Equipped Kitchens",
|
||||
],
|
||||
"Resort-Style Private Pools", "Game Rooms & Family Gear", "Minutes From Disney Parks", "High-Speed Wi-Fi", "Fully Equipped Kitchens"],
|
||||
}}
|
||||
title="Why Guests Love GladStayUSA"
|
||||
description="Thoughtful details and amenities that make your Orlando stay magical."
|
||||
@@ -130,46 +95,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="properties" data-section="properties">
|
||||
<ProductCardThree
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Disney Magic Villa",
|
||||
price: "$350/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-having-breakfast-garden_23-2148060189.jpg",
|
||||
},
|
||||
id: "p1", name: "Disney Magic Villa", price: "$350/night", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-having-breakfast-garden_23-2148060189.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Paradise Retreat",
|
||||
price: "$420/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929549.jpg",
|
||||
},
|
||||
id: "p2", name: "Paradise Retreat", price: "$420/night", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929549.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Sun-Kissed Estate",
|
||||
price: "$380/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929565.jpg",
|
||||
},
|
||||
id: "p3", name: "Sun-Kissed Estate", price: "$380/night", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929565.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Orlando Oasis",
|
||||
price: "$450/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/living-room-without-electric-light-inside-modern-house-blackout_123827-35881.jpg",
|
||||
},
|
||||
id: "p4", name: "Orlando Oasis", price: "$450/night", imageSrc: "http://img.b2bpic.net/free-photo/living-room-without-electric-light-inside-modern-house-blackout_123827-35881.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Dream Vacation Home",
|
||||
price: "$390/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-living-room-interior_23-2152016396.jpg",
|
||||
},
|
||||
id: "p5", name: "Dream Vacation Home", price: "$390/night", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-living-room-interior_23-2152016396.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Family Fun Manor",
|
||||
price: "$410/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-together-kitchen_23-2148708905.jpg",
|
||||
},
|
||||
id: "p6", name: "Family Fun Manor", price: "$410/night", imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-together-kitchen_23-2148708905.jpg"},
|
||||
]}
|
||||
title="Spacious Luxury Pool Homes"
|
||||
description="Hand-picked luxury homes near Orlando's world-class attractions."
|
||||
@@ -178,44 +120,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardTwo
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Edward",
|
||||
role: "Guest",
|
||||
testimonial: "The heated pool made night swims amazing. We will definitely return.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-smiling-drinking-cocktails-lying-chaises-near-swimming-pool_176420-4051.jpg",
|
||||
},
|
||||
id: "1", name: "Edward", role: "Guest", testimonial: "The heated pool made night swims amazing. We will definitely return.", imageSrc: "http://img.b2bpic.net/free-photo/friends-smiling-drinking-cocktails-lying-chaises-near-swimming-pool_176420-4051.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Susie",
|
||||
role: "Guest",
|
||||
testimonial: "Super clean, beautifully decorated, and close to attractions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-seaside_23-2148962798.jpg",
|
||||
},
|
||||
id: "2", name: "Susie", role: "Guest", testimonial: "Super clean, beautifully decorated, and close to attractions.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-seaside_23-2148962798.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jessica",
|
||||
role: "Guest",
|
||||
testimonial: "Spacious, clean, and the host was incredibly responsive.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calm-african-american-mother-daughter-picnic-beach-women-casual-clothes-sitting-blanket-holding-thermos-mugs-family-relaxation-nature-concept_74855-22789.jpg",
|
||||
},
|
||||
id: "3", name: "Jessica", role: "Guest", testimonial: "Spacious, clean, and the host was incredibly responsive.", imageSrc: "http://img.b2bpic.net/free-photo/calm-african-american-mother-daughter-picnic-beach-women-casual-clothes-sitting-blanket-holding-thermos-mugs-family-relaxation-nature-concept_74855-22789.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sunny",
|
||||
role: "Guest",
|
||||
testimonial: "Warm pool and spa were exactly what we needed after Disney.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-three-stylish-friends-posing-street-fashion-man-two-cute-girls-dressed-casual-summer-clothes-smiling-models-having-fun-sunglasses-cheerful-women-guy-outdoors_158538-16243.jpg",
|
||||
},
|
||||
id: "4", name: "Sunny", role: "Guest", testimonial: "Warm pool and spa were exactly what we needed after Disney.", imageSrc: "http://img.b2bpic.net/free-photo/group-young-three-stylish-friends-posing-street-fashion-man-two-cute-girls-dressed-casual-summer-clothes-smiling-models-having-fun-sunglasses-cheerful-women-guy-outdoors_158538-16243.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mark",
|
||||
role: "Guest",
|
||||
testimonial: "Absolutely perfect stay for our family vacation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-celebrating-beach_23-2147645565.jpg",
|
||||
},
|
||||
id: "5", name: "Mark", role: "Guest", testimonial: "Absolutely perfect stay for our family vacation.", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-celebrating-beach_23-2147645565.jpg"},
|
||||
]}
|
||||
title="Families Love GladStayUSA"
|
||||
description="See why our guests keep coming back."
|
||||
@@ -224,35 +142,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.95",
|
||||
title: "Guest Rating",
|
||||
items: [
|
||||
"Based on 100+ reviews",
|
||||
"Consistently 5 stars",
|
||||
],
|
||||
id: "m1", value: "4.95", title: "Guest Rating", items: [
|
||||
"Based on 100+ reviews", "Consistently 5 stars"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100+",
|
||||
title: "Happy Families",
|
||||
items: [
|
||||
"Creating memories daily",
|
||||
"Trusted choice in Orlando",
|
||||
],
|
||||
id: "m2", value: "100+", title: "Happy Families", items: [
|
||||
"Creating memories daily", "Trusted choice in Orlando"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5 Min",
|
||||
title: "To Disney",
|
||||
items: [
|
||||
"Unbeatable location",
|
||||
"Minimize commute time",
|
||||
],
|
||||
id: "m3", value: "5 Min", title: "To Disney", items: [
|
||||
"Unbeatable location", "Minimize commute time"],
|
||||
},
|
||||
]}
|
||||
title="Our Impact"
|
||||
@@ -266,30 +170,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How close are you to Disney?",
|
||||
content: "We are minutes away from major Disney parks, making it easy to return for breaks.",
|
||||
},
|
||||
id: "f1", title: "How close are you to Disney?", content: "We are minutes away from major Disney parks, making it easy to return for breaks."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are pools heated?",
|
||||
content: "Yes, our homes feature private heated pools and spas for year-round enjoyment.",
|
||||
},
|
||||
id: "f2", title: "Are pools heated?", content: "Yes, our homes feature private heated pools and spas for year-round enjoyment."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is the home stocked for families?",
|
||||
content: "Absolutely. We provide high chairs, pack-n-plays, and other family essentials.",
|
||||
},
|
||||
id: "f3", title: "Is the home stocked for families?", content: "Absolutely. We provide high chairs, pack-n-plays, and other family essentials."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Is there parking?",
|
||||
content: "Yes, all our properties provide dedicated parking spaces for your convenience.",
|
||||
},
|
||||
id: "f4", title: "Is there parking?", content: "Yes, all our properties provide dedicated parking spaces for your convenience."},
|
||||
{
|
||||
id: "f5",
|
||||
title: "What is the check-in process?",
|
||||
content: "We use seamless digital keyless entry for all arrivals.",
|
||||
},
|
||||
id: "f5", title: "What is the check-in process?", content: "We use seamless digital keyless entry for all arrivals."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common questions about your stay."
|
||||
@@ -301,18 +190,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
text="Ready to book your Orlando getaway?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Direct Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book Direct Now", href: "#"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@gladstayusa.com",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:hello@gladstayusa.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -321,13 +205,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="GladStayUSA"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user