diff --git a/src/app/page.tsx b/src/app/page.tsx index 64a9145..b8b3010 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,62 +46,39 @@ export default function LandingPage() {
@@ -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"}, ]} /> @@ -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() {
@@ -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: "#"}, ], }, ]}