Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f6c7ce3f63 | |||
| 220bd6ac3d | |||
| d6efdebd9a | |||
| 354714c465 | |||
| f61f37fe38 |
@@ -29,14 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Ingram Lawn & Garden"
|
||||
/>
|
||||
@@ -44,27 +40,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Complete Lawn & Garden Care"
|
||||
description="Expert landscaping, lawn maintenance, and property management services for your home and business in Flourtown and beyond."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
{ text: "Get a Quote", href: "#contact" },
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=1", imageAlt: "Professional landscaping"},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=2", imageAlt: "Garden design"},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=3", imageAlt: "Seasonal cleanup"},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=4", imageAlt: "Lawn maintenance"},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=5", imageAlt: "Hardscaping"},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=6", imageAlt: "Property care"},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=1", imageAlt: "Professional landscaping" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=2", imageAlt: "Garden design" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=3", imageAlt: "Seasonal cleanup" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=4", imageAlt: "Lawn maintenance" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=5", imageAlt: "Hardscaping" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=6", imageAlt: "Property care" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -88,24 +76,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Lawn Maintenance", description: "Weekly cutting, fertilizing, and aeration for healthy grass.", bentoComponent: "reveal-icon", icon: Scissors,
|
||||
},
|
||||
{
|
||||
title: "Landscaping Design", description: "Custom designs and installations for beautiful outdoor spaces.", bentoComponent: "reveal-icon", icon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Garden & Tree Care", description: "Pruning, planting, and disease treatment programs.", bentoComponent: "reveal-icon", icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Cleanup & Removal", description: "Spring/fall cleanups, branch removal, and debris disposal.", bentoComponent: "reveal-icon", icon: Trash2,
|
||||
},
|
||||
{
|
||||
title: "Commercial Services", description: "Complete care for commercial properties.", bentoComponent: "reveal-icon", icon: Building2,
|
||||
},
|
||||
{
|
||||
title: "Pest Control", description: "Tick and mosquito extermination to keep your space comfortable.", bentoComponent: "reveal-icon", icon: Star,
|
||||
},
|
||||
{ title: "Lawn Maintenance", description: "Weekly cutting, fertilizing, and aeration for healthy grass.", bentoComponent: "reveal-icon", icon: Scissors },
|
||||
{ title: "Landscaping Design", description: "Custom designs and installations for beautiful outdoor spaces.", bentoComponent: "reveal-icon", icon: Leaf },
|
||||
{ title: "Garden & Tree Care", description: "Pruning, planting, and disease treatment programs.", bentoComponent: "reveal-icon", icon: Star },
|
||||
{ title: "Cleanup & Removal", description: "Spring/fall cleanups, branch removal, and debris disposal.", bentoComponent: "reveal-icon", icon: Trash2 },
|
||||
{ title: "Commercial Services", description: "Complete care for commercial properties.", bentoComponent: "reveal-icon", icon: Building2 },
|
||||
{ title: "Pest Control", description: "Tick and mosquito extermination to keep your space comfortable.", bentoComponent: "reveal-icon", icon: Star },
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="We offer a wide range of services to keep your lawn and garden looking pristine all year round."
|
||||
@@ -116,14 +92,10 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What areas do you serve?", content: "We serve Flourtown, Lafayette Hill, and surrounding areas."},
|
||||
{
|
||||
id: "2", title: "Do you offer commercial landscaping?", content: "Yes, we handle complete landscape care for commercial properties."},
|
||||
{
|
||||
id: "3", title: "Can I get a one-time service?", content: "We offer both regular routine maintenance and special projects."},
|
||||
{
|
||||
id: "4", title: "Are you open on weekends?", content: "Please contact us at (267) 844-3733 for our current availability."},
|
||||
{ id: "1", title: "What areas do you serve?", content: "We serve Flourtown, Lafayette Hill, and surrounding areas." },
|
||||
{ id: "2", title: "Do you offer commercial landscaping?", content: "Yes, we handle complete landscape care for commercial properties." },
|
||||
{ id: "3", title: "Can I get a one-time service?", content: "We offer both regular routine maintenance and special projects." },
|
||||
{ id: "4", title: "Are you open on weekends?", content: "Please contact us at (267) 844-3733 for our current availability." },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know about our lawn and garden services."
|
||||
@@ -134,8 +106,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in touch"
|
||||
title="Ready for a beautiful lawn?"
|
||||
description="Call us today at (267) 844-3733 or send us a message to get a free estimate."
|
||||
@@ -153,26 +124,20 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Lawn Care", href: "#services"},
|
||||
{
|
||||
label: "Landscaping", href: "#services"},
|
||||
{
|
||||
label: "Pest Control", href: "#services"},
|
||||
{ label: "Lawn Care", href: "#services" },
|
||||
{ label: "Landscaping", href: "#services" },
|
||||
{ label: "Pest Control", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "810 Bethlehem Pike, Flourtown, PA 19031", href: "#"},
|
||||
{ label: "810 Bethlehem Pike, Flourtown, PA 19031", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -182,4 +147,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user