Merge version_1 into main #1
203
src/app/page.tsx
203
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Round Rock Stay"
|
||||
/>
|
||||
@@ -54,62 +46,39 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Centrally Located 3 Bedroom Retreat in Round Rock"
|
||||
description="Enjoy the perfect getaway with a huge backyard, pet-friendly spaces, and proximity to Dell Diamond, Kalahari, and more. Comfort, convenience, and charm await your arrival."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Now", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/descending-stairs-caring-smiling-young-indian-man-supporting-cute-asian-dark-haired-woman-high-heels-looking-down-stairs-lighted-room_259150-58754.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-fat-tourist-traveling_23-2151711635.jpg",
|
||||
alt: "Portrait of fat tourist traveling",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-fat-tourist-traveling_23-2151711635.jpg", alt: "Portrait of fat tourist traveling"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-man-glasses-brown-jacket-hat-with-bag-posed-green-field_627829-6444.jpg",
|
||||
alt: "Stylish man in glasses brown jacket and hat with bag posed on green field",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-man-glasses-brown-jacket-hat-with-bag-posed-green-field_627829-6444.jpg", alt: "Stylish man in glasses brown jacket and hat with bag posed on green field"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-traveling-with-backpack_53876-14387.jpg",
|
||||
alt: "Woman traveling with backpack",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-traveling-with-backpack_53876-14387.jpg", alt: "Woman traveling with backpack"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hiker-traveler-pauses-admire-panoramic-mountain-scenery-hill-top_482257-117823.jpg",
|
||||
alt: "Hiker traveler pauses to admire the panoramic mountain scenery on the hill top",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/hiker-traveler-pauses-admire-panoramic-mountain-scenery-hill-top_482257-117823.jpg", alt: "Hiker traveler pauses to admire the panoramic mountain scenery on the hill top"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-taking-selfie_23-2148999104.jpg",
|
||||
alt: "Medium shot man taking selfie",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-taking-selfie_23-2148999104.jpg", alt: "Medium shot man taking selfie"},
|
||||
]}
|
||||
avatarText="Loved by 500+ happy travelers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Friendly",
|
||||
},
|
||||
type: "text", text: "Family Friendly"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Pet Welcome",
|
||||
},
|
||||
type: "text", text: "Pet Welcome"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Wi-Fi",
|
||||
},
|
||||
type: "text", text: "Fast Wi-Fi"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Central Location",
|
||||
},
|
||||
type: "text", text: "Central Location"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Secure Parking",
|
||||
},
|
||||
type: "text", text: "Secure Parking"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,13 +88,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Welcome to your home away from home. Ideally positioned minutes from downtown Round Rock, this property offers a massive backyard perfect for pets and family fun. Whether you are in town for business or visiting local attractions, our space ensures you have a restful and memorable stay.",
|
||||
},
|
||||
type: "text", content: "Welcome to your home away from home. Ideally positioned minutes from downtown Round Rock, this property offers a massive backyard perfect for pets and family fun. Whether you are in town for business or visiting local attractions, our space ensures you have a restful and memorable stay."},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/interior-modern-kitchen-decorated-christmas_169016-16641.jpg",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/interior-modern-kitchen-decorated-christmas_169016-16641.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -138,26 +103,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Modern Kitchen",
|
||||
description: "Fully equipped with modern appliances for all your cooking needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530823.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-yellow-white-accents_23-2152009031.jpg",
|
||||
buttonText: "See Details",
|
||||
},
|
||||
title: "Modern Kitchen", description: "Fully equipped with modern appliances for all your cooking needs.", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530823.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-yellow-white-accents_23-2152009031.jpg", buttonText: "See Details"},
|
||||
{
|
||||
title: "Huge Backyard",
|
||||
description: "Large, pet-friendly outdoor area perfect for family gatherings or pets to roam.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-is-resting-country-house-bearded-man-enjoys-sunset-green-lawn_1321-465.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-border-collie-dog-training-with-owner_23-2149304058.jpg",
|
||||
buttonText: "See Details",
|
||||
},
|
||||
title: "Huge Backyard", description: "Large, pet-friendly outdoor area perfect for family gatherings or pets to roam.", imageSrc: "http://img.b2bpic.net/free-photo/man-is-resting-country-house-bearded-man-enjoys-sunset-green-lawn_1321-465.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-border-collie-dog-training-with-owner_23-2149304058.jpg", buttonText: "See Details"},
|
||||
{
|
||||
title: "High Speed WiFi",
|
||||
description: "Stay connected with reliable, high-speed internet during your stay.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-headphones-laptop_23-2148931314.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/cute-couple-with-tablet-laptop_23-2147769372.jpg",
|
||||
buttonText: "See Details",
|
||||
},
|
||||
title: "High Speed WiFi", description: "Stay connected with reliable, high-speed internet during your stay.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-headphones-laptop_23-2148931314.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/cute-couple-with-tablet-laptop_23-2147769372.jpg", buttonText: "See Details"},
|
||||
]}
|
||||
title="Everything You Need for a Perfect Stay"
|
||||
description="Our property is fully equipped to cater to your needs, whether you are planning to cook, relax, or work remotely."
|
||||
@@ -166,44 +116,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@smiller",
|
||||
testimonial: "Fantastic stay! The huge backyard was a total lifesaver for our dogs. Very clean and centrally located.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-posing-with-hat-while-traveling-alone_23-2148648692.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", handle: "@smiller", testimonial: "Fantastic stay! The huge backyard was a total lifesaver for our dogs. Very clean and centrally located.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-posing-with-hat-while-traveling-alone_23-2148648692.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Thompson",
|
||||
handle: "@dthompson",
|
||||
testimonial: "Great location near everything in Round Rock. The kitchen is amazing and the house felt very welcoming.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-beginner-surfer-wearing-baseball-cap-backwards-looking-ocean-with-happy-inspired-smile_273609-1739.jpg",
|
||||
},
|
||||
id: "2", name: "David Thompson", handle: "@dthompson", testimonial: "Great location near everything in Round Rock. The kitchen is amazing and the house felt very welcoming.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-beginner-surfer-wearing-baseball-cap-backwards-looking-ocean-with-happy-inspired-smile_273609-1739.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
handle: "@erod",
|
||||
testimonial: "Wonderful experience. The keypad entry made check-in a breeze. Perfect for our family of 6.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-soaking-up-sun-with-blanket-while-out-nature_23-2148648046.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Rodriguez", handle: "@erod", testimonial: "Wonderful experience. The keypad entry made check-in a breeze. Perfect for our family of 6.", imageSrc: "http://img.b2bpic.net/free-photo/woman-soaking-up-sun-with-blanket-while-out-nature_23-2148648046.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark Wilson",
|
||||
handle: "@mwilson",
|
||||
testimonial: "Super clean, quiet, and very responsive host. We definitely plan to come back next year.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-three_1398-2899.jpg",
|
||||
},
|
||||
id: "4", name: "Mark Wilson", handle: "@mwilson", testimonial: "Super clean, quiet, and very responsive host. We definitely plan to come back next year.", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-three_1398-2899.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
handle: "@jlee",
|
||||
testimonial: "The property was exactly as described. Loved the closeness to downtown Round Rock!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-travelling-woman_23-2148218441.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", handle: "@jlee", testimonial: "The property was exactly as described. Loved the closeness to downtown Round Rock!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-travelling-woman_23-2148218441.jpg"},
|
||||
]}
|
||||
title="Guest Experiences"
|
||||
description="Read what our previous guests have to say about their stay at our Round Rock retreat."
|
||||
@@ -218,20 +144,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "3",
|
||||
description: "Comfortable Bedrooms",
|
||||
},
|
||||
id: "m1", value: "3", description: "Comfortable Bedrooms"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "7",
|
||||
description: "Guest Capacity",
|
||||
},
|
||||
id: "m2", value: "7", description: "Guest Capacity"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5",
|
||||
description: "Minutes to Downtown",
|
||||
},
|
||||
id: "m3", value: "5", description: "Minutes to Downtown"},
|
||||
]}
|
||||
title="Property Highlights"
|
||||
description="A quick look at why guests love staying with us."
|
||||
@@ -244,20 +161,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is the property pet-friendly?",
|
||||
content: "Yes, we are pet-friendly and the property features a huge, secure backyard for them.",
|
||||
},
|
||||
id: "f1", title: "Is the property pet-friendly?", content: "Yes, we are pet-friendly and the property features a huge, secure backyard for them."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What are check-in times?",
|
||||
content: "Check-in is available from 3:00 PM to 5:00 PM. Check-out is before 11:00 AM.",
|
||||
},
|
||||
id: "f2", title: "What are check-in times?", content: "Check-in is available from 3:00 PM to 5:00 PM. Check-out is before 11:00 AM."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is parking available?",
|
||||
content: "Yes, free parking is available on the premises for all our guests.",
|
||||
},
|
||||
id: "f3", title: "Is parking available?", content: "Yes, free parking is available on the premises for all our guests."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Got questions? We have answers. Check out our common FAQs."
|
||||
@@ -274,28 +182,17 @@ export default function LandingPage() {
|
||||
description="Reach out to us if you have any questions or are ready to confirm your reservation dates."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "dates",
|
||||
type: "text",
|
||||
placeholder: "Preferred Dates",
|
||||
required: true,
|
||||
name: "dates", type: "text", placeholder: "Preferred Dates", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Any special requests?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Any special requests?", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-person-decorating-their-front-door_23-2150562565.jpg"
|
||||
/>
|
||||
@@ -306,33 +203,21 @@ export default function LandingPage() {
|
||||
logoText="Round Rock Stay"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user