Merge version_1 into main #2
191
src/app/page.tsx
191
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="La Veinte Miami"
|
||||
/>
|
||||
@@ -53,22 +41,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
logoText="La Veinte Miami"
|
||||
description="Transforming outdoor spaces into lush, sustainable sanctuaries with professional precision and aesthetic excellence."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Our Work",
|
||||
href: "#features",
|
||||
},
|
||||
{ text: "Book Consultation", href: "#contact" },
|
||||
{ text: "Our Work", href: "#features" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2149.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2149.jpg"
|
||||
imageAlt="Luxurious landscaping project in Miami"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -89,40 +69,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Lawn Maintenance",
|
||||
description: "Professional mowing, edging, and fertilization for pristine lawn health.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/busy-man-using-weedwacker-garden_329181-20572.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-driving-lawn-mower_23-2149382194.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2149.jpg?_wi=2",
|
||||
imageAlt: "lawn maintenance clean cut grass",
|
||||
title: "Lawn Maintenance", description: "Professional mowing, edging, and fertilization for pristine lawn health.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/busy-man-using-weedwacker-garden_329181-20572.jpg", imageAlt: "lawn maintenance clean cut grass" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-driving-lawn-mower_23-2149382194.jpg", imageAlt: "lawn maintenance clean cut grass" }
|
||||
},
|
||||
{
|
||||
title: "Garden Installation",
|
||||
description: "Tropical flora design, planting, and irrigation systems perfectly suited for Florida.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pond_23-2148013427.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-glasshouse-looking-camera_23-2147768458.jpg",
|
||||
imageAlt: "lawn maintenance clean cut grass",
|
||||
title: "Garden Installation", description: "Tropical flora design, planting, and irrigation systems perfectly suited for Florida.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/pond_23-2148013427.jpg", imageAlt: "tropical plant installation service" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg", imageAlt: "tropical plant installation service" }
|
||||
},
|
||||
{
|
||||
title: "Hardscape Design",
|
||||
description: "Creating functional elegance with stone walkways, patios, and modern lighting.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-romantic-happy-holidays-holding-hand-boyfriend-following-her_1150-4659.jpg?_wi=1",
|
||||
imageAlt: "lawn maintenance clean cut grass",
|
||||
title: "Hardscape Design", description: "Creating functional elegance with stone walkways, patios, and modern lighting.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", imageAlt: "hardscape design patio path" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg", imageAlt: "hardscape design patio path" }
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -138,26 +94,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
description: "Serving Miami area",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-mowing-grass_23-2148579932.jpg",
|
||||
},
|
||||
id: "1", value: "15+", title: "Years Experience", description: "Serving Miami area", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-mowing-grass_23-2148579932.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
value: "500+",
|
||||
title: "Projects Completed",
|
||||
description: "Residential & Commercial",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/banana-leaves-sunlight_1353-2.jpg",
|
||||
},
|
||||
id: "2", value: "500+", title: "Projects Completed", description: "Residential & Commercial", imageSrc: "http://img.b2bpic.net/free-photo/banana-leaves-sunlight_1353-2.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
value: "98%",
|
||||
title: "Client Retention",
|
||||
description: "Commitment to excellence",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-leaning-garden-fence-with-holding-travelling-suitcase-bag-outdoors_23-2148221980.jpg",
|
||||
},
|
||||
id: "3", value: "98%", title: "Client Retention", description: "Commitment to excellence", imageSrc: "http://img.b2bpic.net/free-photo/woman-leaning-garden-fence-with-holding-travelling-suitcase-bag-outdoors_23-2148221980.jpg"},
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="Consistently delivering high-impact results for our Miami clientele."
|
||||
@@ -171,45 +112,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena Rodriguez",
|
||||
handle: "@elena_r",
|
||||
testimonial: "Exceptional service, my garden has never looked better.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-romantic-happy-holidays-holding-hand-boyfriend-following-her_1150-4659.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Elena Rodriguez", handle: "@elena_r", testimonial: "Exceptional service, my garden has never looked better.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-romantic-happy-holidays-holding-hand-boyfriend-following-her_1150-4659.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Stevens",
|
||||
handle: "@mstevens",
|
||||
testimonial: "Reliable and incredibly knowledgeable about tropical plants.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401308.jpg",
|
||||
},
|
||||
id: "2", name: "Mark Stevens", handle: "@mstevens", testimonial: "Reliable and incredibly knowledgeable about tropical plants.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401308.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophia Chen",
|
||||
handle: "@sophia_c",
|
||||
testimonial: "Transformed our backyard into a true tropical retreat.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg",
|
||||
},
|
||||
id: "3", name: "Sophia Chen", handle: "@sophia_c", testimonial: "Transformed our backyard into a true tropical retreat.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Miller",
|
||||
handle: "@dmiller",
|
||||
testimonial: "Professional, efficient, and very high quality work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-posing-plants-flowers_176420-3826.jpg",
|
||||
},
|
||||
id: "4", name: "David Miller", handle: "@dmiller", testimonial: "Professional, efficient, and very high quality work.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-posing-plants-flowers_176420-3826.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ana Perez",
|
||||
handle: "@anaperez",
|
||||
testimonial: "The best team in Miami, truly artistic landscaping.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-talking-phone-park_1303-24876.jpg",
|
||||
},
|
||||
id: "5", name: "Ana Perez", handle: "@anaperez", testimonial: "The best team in Miami, truly artistic landscaping.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-talking-phone-park_1303-24876.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Perspectives"
|
||||
@@ -222,21 +138,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you provide services all year?",
|
||||
content: "Yes, we provide year-round landscaping maintenance tailored for South Florida's unique climate.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can you design custom garden layouts?",
|
||||
content: "Absolutely, our design experts customize every plant palette to your soil and sunlight conditions.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer free estimates?",
|
||||
content: "Yes, we offer complimentary on-site consultations for all landscaping projects.",
|
||||
},
|
||||
{ id: "1", title: "Do you provide services all year?", content: "Yes, we provide year-round landscaping maintenance tailored for South Florida's unique climate." },
|
||||
{ id: "2", title: "Can you design custom garden layouts?", content: "Absolutely, our design experts customize every plant palette to your soil and sunlight conditions." },
|
||||
{ id: "3", title: "Do you offer free estimates?", content: "Yes, we offer complimentary on-site consultations for all landscaping projects." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Get to know more about our process and care."
|
||||
@@ -247,17 +151,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in touch"
|
||||
title="Start Your Garden Transformation"
|
||||
description="Contact our team for a professional assessment of your property today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -266,30 +164,15 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{ label: "Services", href: "#features" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user