Merge version_1 into main #2
171
src/app/page.tsx
171
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="VistaLandscapes"
|
||||
/>
|
||||
@@ -53,42 +45,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Redefining Your Outdoor Oasis"
|
||||
description="We craft bespoke landscapes that blend natural beauty with architectural precision, creating sophisticated sanctuaries tailored to your lifestyle."
|
||||
tag="PREMIER LANDSCAPE DESIGN"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Projects",
|
||||
href: "#services",
|
||||
},
|
||||
text: "View Projects", href: "#services"},
|
||||
{
|
||||
text: "Inquire Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Inquire Now", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg",
|
||||
imageAlt: "Landscape Hero 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg", imageAlt: "Landscape Hero 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359701.jpg",
|
||||
imageAlt: "Landscape Hero 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-mall_23-2151551288.jpg?_wi=1",
|
||||
imageAlt: "Landscape Hero 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/garden-center_23-2148013459.jpg?_wi=1",
|
||||
imageAlt: "Landscape Hero 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-natural-room-interior-design_23-2151890388.jpg?_wi=1",
|
||||
imageAlt: "Landscape Hero 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359701.jpg", imageAlt: "Landscape Hero 2"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -101,14 +72,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Philosophy of Nature and Design",
|
||||
},
|
||||
type: "text", content: "Our Philosophy of Nature and Design"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/boy-drawing-with-charcoal_23-2148002447.jpg",
|
||||
alt: "About Landscape",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/boy-drawing-with-charcoal_23-2148002447.jpg", alt: "About Landscape"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,23 +86,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Bespoke Hardscaping",
|
||||
description: "Custom stone patios, retaining walls, and architectural structures designed for lasting beauty.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-mall_23-2151551288.jpg?_wi=2",
|
||||
imageAlt: "Hardscaping",
|
||||
},
|
||||
title: "Bespoke Hardscaping", description: "Custom stone patios, retaining walls, and architectural structures designed for lasting beauty.", imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-mall_23-2151551288.jpg", imageAlt: "Hardscaping"},
|
||||
{
|
||||
title: "Planting & Horticulture",
|
||||
description: "Native plantings, lush gardens, and botanical selections that flourish year-round.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/garden-center_23-2148013459.jpg?_wi=2",
|
||||
imageAlt: "Planting",
|
||||
},
|
||||
title: "Planting & Horticulture", description: "Native plantings, lush gardens, and botanical selections that flourish year-round.", imageSrc: "http://img.b2bpic.net/free-photo/garden-center_23-2148013459.jpg", imageAlt: "Planting"},
|
||||
{
|
||||
title: "Outdoor Living Rooms",
|
||||
description: "Complete outdoor kitchens, fire pits, and entertainment zones for modern luxury living.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-natural-room-interior-design_23-2151890388.jpg?_wi=2",
|
||||
imageAlt: "Living Spaces",
|
||||
},
|
||||
title: "Outdoor Living Rooms", description: "Complete outdoor kitchens, fire pits, and entertainment zones for modern luxury living.", imageSrc: "http://img.b2bpic.net/free-photo/stone-natural-room-interior-design_23-2151890388.jpg", imageAlt: "Living Spaces"},
|
||||
]}
|
||||
title="Comprehensive Landscaping Solutions"
|
||||
description="From conceptual design to final installation, we provide seamless management of your outdoor transformation."
|
||||
@@ -148,12 +102,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Landscape Design Journal",
|
||||
"Luxury Living Association",
|
||||
"Eco Garden Bureau",
|
||||
"Sustainable Architecture Institute",
|
||||
"Modern Home Awards",
|
||||
]}
|
||||
"Landscape Design Journal", "Luxury Living Association", "Eco Garden Bureau", "Sustainable Architecture Institute", "Modern Home Awards"]}
|
||||
title="Recognized Excellence"
|
||||
description="Award-winning designs featured in the industry's most prestigious publications and associations."
|
||||
/>
|
||||
@@ -165,55 +114,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Eleanor Vance",
|
||||
date: "Oct 2023",
|
||||
title: "Luxury Estate Owner",
|
||||
quote: "The team transformed our barren landscape into a private, serene resort. Absolute perfection.",
|
||||
tag: "Estate Design",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg",
|
||||
},
|
||||
id: "1", name: "Eleanor Vance", date: "Oct 2023", title: "Luxury Estate Owner", quote: "The team transformed our barren landscape into a private, serene resort. Absolute perfection.", tag: "Estate Design", avatarSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg", imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Arthur Pringle",
|
||||
date: "Sep 2023",
|
||||
title: "Architect",
|
||||
quote: "A masterclass in spatial design and plant selection. They truly understand modern luxury.",
|
||||
tag: "Patio Project",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/two-people-watching-video-online-viewing-pictures-internet-using-wi-fi-laptop-computer-lunch-happy-bearded-man-stylish-woman-shades-relaxing-cafe-with-notebook_273609-6741.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg",
|
||||
},
|
||||
id: "2", name: "Arthur Pringle", date: "Sep 2023", title: "Architect", quote: "A masterclass in spatial design and plant selection. They truly understand modern luxury.", tag: "Patio Project", avatarSrc: "http://img.b2bpic.net/free-photo/two-people-watching-video-online-viewing-pictures-internet-using-wi-fi-laptop-computer-lunch-happy-bearded-man-stylish-woman-shades-relaxing-cafe-with-notebook_273609-6741.jpg", imageSrc: "http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Clara Miller",
|
||||
date: "Aug 2023",
|
||||
title: "Homeowner",
|
||||
quote: "Beautifully executed. The attention to detail in the stone work is simply unmatched.",
|
||||
tag: "Renovation",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-country-house-winter_23-2147803910.jpg",
|
||||
},
|
||||
id: "3", name: "Clara Miller", date: "Aug 2023", title: "Homeowner", quote: "Beautifully executed. The attention to detail in the stone work is simply unmatched.", tag: "Renovation", avatarSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg", imageSrc: "http://img.b2bpic.net/free-photo/big-country-house-winter_23-2147803910.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Thorne",
|
||||
date: "Jul 2023",
|
||||
title: "Entrepreneur",
|
||||
quote: "Seamless management and breathtaking results. VistaLandscapes defines professionalism.",
|
||||
tag: "Modern Garden",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/old-women-balcony-with-coffee_1398-4083.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-courtyard-design_23-2151934193.jpg",
|
||||
},
|
||||
id: "4", name: "David Thorne", date: "Jul 2023", title: "Entrepreneur", quote: "Seamless management and breathtaking results. VistaLandscapes defines professionalism.", tag: "Modern Garden", avatarSrc: "http://img.b2bpic.net/free-photo/old-women-balcony-with-coffee_1398-4083.jpg", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-courtyard-design_23-2151934193.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sophie Reed",
|
||||
date: "Jun 2023",
|
||||
title: "Designer",
|
||||
quote: "Their creative vision brought life to our garden. Every season feels like a new landscape.",
|
||||
tag: "Bespoke Design",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5463.jpg",
|
||||
},
|
||||
id: "5", name: "Sophie Reed", date: "Jun 2023", title: "Designer", quote: "Their creative vision brought life to our garden. Every season feels like a new landscape.", tag: "Bespoke Design", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5463.jpg"},
|
||||
]}
|
||||
title="Curated Experiences"
|
||||
description="Discover what our clients say about their transformed outdoor spaces."
|
||||
@@ -224,8 +133,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Begin Your Transformation"
|
||||
description="Connect with our design consultants to start your personalized landscape journey today."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg"
|
||||
@@ -239,46 +147,29 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "VistaLandscapes",
|
||||
items: [
|
||||
title: "VistaLandscapes", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Portfolio", href: "#portfolio"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Inquire", href: "#contact"},
|
||||
{
|
||||
label: "Book Design",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Book Design", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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