Merge version_1 into main #1
138
src/app/page.tsx
138
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="EGM Landscaping"
|
||||
/>
|
||||
@@ -55,32 +47,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Reliable & Professional Landscaping Services"
|
||||
description="Transform your outdoor space with EGM Landscaping. Expert care, punctuality, and attention to detail that brings your vision to life."
|
||||
tag="5-Star Rated Service"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pond_23-2148013427.jpg",
|
||||
imageAlt: "landscaped front yard modern design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pond_23-2148013427.jpg", imageAlt: "landscaped front yard modern design"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg",
|
||||
imageAlt: "landscaper worker trimming hedges",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetation_23-2148013453.jpg",
|
||||
imageAlt: "Vegetation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg",
|
||||
imageAlt: "Close up cactus with blurred background",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rural-landscape-near-city_53876-71479.jpg",
|
||||
imageAlt: "Rural landscape near to the city",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg", imageAlt: "landscaper worker trimming hedges"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -107,28 +82,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Install",
|
||||
title: "Flowerbed Installation",
|
||||
subtitle: "Garden design",
|
||||
description: "Expert plant selection and professional installation to make your garden pop.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/agriculture-healthy-food_23-2151969834.jpg",
|
||||
},
|
||||
tag: "Install", title: "Flowerbed Installation", subtitle: "Garden design", description: "Expert plant selection and professional installation to make your garden pop.", imageSrc: "http://img.b2bpic.net/free-photo/agriculture-healthy-food_23-2151969834.jpg"},
|
||||
{
|
||||
tag: "Cleanup",
|
||||
title: "Landscape Cleanup",
|
||||
subtitle: "Full yard care",
|
||||
description: "Revitalize your outdoor living space with thorough, efficient debris removal and trimming.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-grass_181624-12702.jpg",
|
||||
},
|
||||
tag: "Cleanup", title: "Landscape Cleanup", subtitle: "Full yard care", description: "Revitalize your outdoor living space with thorough, efficient debris removal and trimming.", imageSrc: "http://img.b2bpic.net/free-photo/green-grass_181624-12702.jpg"},
|
||||
{
|
||||
tag: "Precision",
|
||||
title: "Attention to Detail",
|
||||
subtitle: "Quality assured",
|
||||
description: "We take pride in the small details, ensuring every corner of your lawn looks perfect.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plant-garden-still-life_23-2148128663.jpg",
|
||||
},
|
||||
tag: "Precision", title: "Attention to Detail", subtitle: "Quality assured", description: "We take pride in the small details, ensuring every corner of your lawn looks perfect.", imageSrc: "http://img.b2bpic.net/free-photo/plant-garden-still-life_23-2148128663.jpg"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="We provide a full range of landscaping solutions tailored to your unique needs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -140,20 +101,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "32+",
|
||||
description: "Verified Google Reviews",
|
||||
},
|
||||
id: "m1", value: "32+", description: "Verified Google Reviews"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5.0",
|
||||
description: "Average Rating",
|
||||
},
|
||||
id: "m2", value: "5.0", description: "Average Rating"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Customer Satisfaction",
|
||||
},
|
||||
id: "m3", value: "100%", description: "Customer Satisfaction"},
|
||||
]}
|
||||
title="Results You Can Trust"
|
||||
description="Providing consistent excellence for homeowners in Magnolia, TX."
|
||||
@@ -165,30 +117,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Claire Garcia",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardeners-having-fun-with-wheelbarrow_23-2147768524.jpg",
|
||||
},
|
||||
id: "1", name: "Claire Garcia", imageSrc: "http://img.b2bpic.net/free-photo/gardeners-having-fun-with-wheelbarrow_23-2147768524.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Nancy Kiyokawa",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-green-trees_1157-30882.jpg",
|
||||
},
|
||||
id: "2", name: "Nancy Kiyokawa", imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-green-trees_1157-30882.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Brittany Butler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-enjoying-spending-time-together-restaurant_23-2147891189.jpg",
|
||||
},
|
||||
id: "3", name: "Brittany Butler", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-enjoying-spending-time-together-restaurant_23-2147891189.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-helping-each-other-community_23-2149139741.jpg",
|
||||
},
|
||||
id: "4", name: "Michael S.", imageSrc: "http://img.b2bpic.net/free-photo/people-helping-each-other-community_23-2149139741.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-eco-friendly-wind-power-project-with-layout_23-2148847779.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica R.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-eco-friendly-wind-power-project-with-layout_23-2148847779.jpg"},
|
||||
]}
|
||||
cardTitle="What our clients say"
|
||||
cardTag="Reviews"
|
||||
@@ -202,20 +139,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What areas do you serve?",
|
||||
content: "We primarily serve Magnolia, TX and the surrounding residential communities.",
|
||||
},
|
||||
id: "q1", title: "What areas do you serve?", content: "We primarily serve Magnolia, TX and the surrounding residential communities."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer free estimates?",
|
||||
content: "Yes, we are happy to provide personal quotes for your yard projects.",
|
||||
},
|
||||
id: "q2", title: "Do you offer free estimates?", content: "Yes, we are happy to provide personal quotes for your yard projects."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How quickly can you start?",
|
||||
content: "We are efficient and pride ourselves on prompt, reliable scheduling. Contact us today to discuss your timeline.",
|
||||
},
|
||||
id: "q3", title: "How quickly can you start?", content: "We are efficient and pride ourselves on prompt, reliable scheduling. Contact us today to discuss your timeline."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -230,22 +158,14 @@ export default function LandingPage() {
|
||||
description="Reach out to EGM Landscaping today for a professional, reliable, and friendly experience."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help you?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "How can we help you?", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plants-pot-with-watering-can_23-2148905228.jpg"
|
||||
@@ -260,14 +180,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user