Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-07 16:28:59 +00:00

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Portfolio", id: "#portfolio" },
{ name: "About", id: "#about" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
{ name: "Contact", id: "#contact" }
]}
/>
</div>
@@ -56,13 +56,13 @@ export default function LandingPage() {
useInvertedBackground={false}
buttons={[
{ text: "Explore Services", href: "#services" },
{ text: "Get a Quote", href: "#contact" },
{ text: "Get a Quote", href: "#contact" }
]}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg", alt: "modern man professional headshot" },
{ src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", alt: "professional woman smiling avatar" },
{ src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", alt: "diverse man professional headshot" },
{ src: "http://img.b2bpic.net/free-photo/close-up-shot-appealing-surfgirl-dressed-black-wetsuit-has-pink-mask-her-pretty-face-has-long-hair_273609-17694.jpg", alt: "attractive woman smiling avatar" },
{ src: "http://img.b2bpic.net/free-photo/close-up-shot-appealing-surfgirl-dressed-black-wetsuit-has-pink-mask-her-pretty-face-has-long-hair_273609-17694.jpg", alt: "attractive woman smiling avatar" }
]}
avatarText="Trusted by 100+ discerning homeowners"
imageSrc="http://img.b2bpic.net/free-photo/look-through-shiny-branches-white-table-with-candles_1304-4758.jpg"
@@ -75,16 +75,14 @@ export default function LandingPage() {
heading={[
{ type: "text", content: "Crafting Extraordinary " },
{ type: "text", content: "Outdoor Experiences " },
{ type: "text", content: "for Discerning Clients" },
{ type: "text", content: "for Discerning Clients" }
]}
buttons={[
{ text: "Our Philosophy", href: "#" },
{ text: "Meet Our Team", href: "#" },
{ text: "Meet Our Team", href: "#" }
]}
useInvertedBackground={true}
content={{
text: "At Rueve Landscape Co., we believe your outdoor space is an extension of your home, a canvas waiting to be transformed into a personal sanctuary. With years of expertise in luxury landscape design and meticulous craftsmanship, we bring unparalleled creativity and precision to every project. From lush garden installations to sophisticated hardscapes, our commitment is to exceed expectations and create breathtaking environments that reflect your unique style and enhance your lifestyle. We are dedicated to sustainable practices and delivering enduring beauty."
}}
description="At Rueve Landscape Co., we believe your outdoor space is an extension of your home, a canvas waiting to be transformed into a personal sanctuary. With years of expertise in luxury landscape design and meticulous craftsmanship, we bring unparalleled creativity and precision to every project. From lush garden installations to sophisticated hardscapes, our commitment is to exceed expectations and create breathtaking environments that reflect your unique style and enhance your lifestyle. We are dedicated to sustainable practices and delivering enduring beauty."
/>
</div>
@@ -98,7 +96,7 @@ export default function LandingPage() {
features={[
{ id: "service-1", title: "Custom Garden Design", description: "Unlock the potential of your outdoor space with bespoke garden designs tailored to your aesthetic and lifestyle.", tag: "Design & Build", imageSrc: "http://img.b2bpic.net/free-photo/artists-garden-filled-with-variety-plants-beautiful-flowers_1258-296326.jpg", imageAlt: "stunning garden landscaping design" },
{ id: "service-2", title: "Luxurious Hardscaping", description: "Elevate your property with exquisite patios, elegant pathways, and stunning outdoor living areas built to last.", tag: "Structural Elements", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976541.jpg", imageAlt: "elegant patio design outdoor living" },
{ id: "service-3", title: "Sustainable Water Solutions", description: "Integrate eco-friendly irrigation and drainage systems that conserve water and maintain a vibrant landscape.", tag: "Eco-Conscious", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-green-pastures-muddy-pond-rural-highway_1308-189550.jpg", imageAlt: "advanced irrigation system smart garden" },
{ id: "service-3", title: "Sustainable Water Solutions", description: "Integrate eco-friendly irrigation and drainage systems that conserve water and maintain a vibrant landscape.", tag: "Eco-Conscious", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-green-pastures-muddy-pond-rural-highway_1308-189550.jpg", imageAlt: "advanced irrigation system smart garden" }
]}
/>
</div>
@@ -191,7 +189,7 @@ export default function LandingPage() {
columns={[
{ title: "Services", items: [{ label: "Garden Design", href: "#services" }, { label: "Hardscaping", href: "#services" }, { label: "Water Features", href: "#services" }, { label: "Lighting", href: "#services" }] },
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Portfolio", href: "#portfolio" }, { label: "Testimonials", href: "#testimonials" }, { label: "FAQs", href: "#faq" }] },
{ title: "Connect", items: [{ label: "Contact Us", href: "#contact" }, { label: "Instagram", href: "#" }, { label: "Pinterest", href: "#" }, { label: "LinkedIn", href: "#" }] },
{ title: "Connect", items: [{ label: "Contact Us", href: "#contact" }, { label: "Instagram", href: "#" }, { label: "Pinterest", href: "#" }, { label: "LinkedIn", href: "#" }] }
]}
bottomLeftText="© 2024 Rueve Landscape Co. All rights reserved."
bottomRightText="Privacy Policy | Terms of Service"