Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f1e388de46 | |||
| 8f7555196c | |||
| acaa3768e4 |
122
src/app/page.tsx
122
src/app/page.tsx
@@ -30,14 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Allen & Isabel"
|
||||
/>
|
||||
@@ -45,27 +41,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated"}}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
title="Tampa's Premier Landscape & Lawn Care Specialists"
|
||||
description="Professional sod installation, meticulous lawn maintenance, and expert design. We transform ordinary yards into luxury outdoor sanctuaries."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request A Quote", href: "#contact"},
|
||||
{ text: "Request A Quote", href: "#contact" },
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-flamingo-group-walking-grass-park_1217-1692.jpg", imageAlt: "Luxurious landscaping"},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-gardener-growing-evergreen-plants-grey-haired-man-eyeglasses-wearing-blue-shirt-apron-caring-small-thujas-greenhouse-commercial-gardening-activity-summer-concept_74855-12740.jpg", imageAlt: "Lawn maintenance"},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/vase-plant-table-decoration-with-pillow-sofa-chair_74190-8659.jpg", imageAlt: "Landscape design"},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-male-gardener-harvesting-flower-basket_23-2148165230.jpg", imageAlt: "Team in action"},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/modern-green-house-surrounded-by-lush-landscaping-stone-pathway-leads-entrance_191095-99768.jpg", imageAlt: "Garden oasis"},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/green-grass-background_1372-380.jpg", imageAlt: "Healthy turf"},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-flamingo-group-walking-grass-park_1217-1692.jpg", imageAlt: "Luxurious landscaping" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-gardener-growing-evergreen-plants-grey-haired-man-eyeglasses-wearing-blue-shirt-apron-caring-small-thujas-greenhouse-commercial-gardening-activity-summer-concept_74855-12740.jpg", imageAlt: "Lawn maintenance" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/vase-plant-table-decoration-with-pillow-sofa-chair_74190-8659.jpg", imageAlt: "Landscape design" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-male-gardener-harvesting-flower-basket_23-2148165230.jpg", imageAlt: "Team in action" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/modern-green-house-surrounded-by-lush-landscaping-stone-pathway-leads-entrance_191095-99768.jpg", imageAlt: "Garden oasis" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/green-grass-background_1372-380.jpg", imageAlt: "Healthy turf" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,12 +65,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "5.0", description: "Google Rating"},
|
||||
{
|
||||
id: "2", value: "#1", description: "Tampa Landscaper"},
|
||||
{
|
||||
id: "3", value: "100%", description: "Satisfaction"},
|
||||
{ id: "1", value: "5.0", description: "Google Rating" },
|
||||
{ id: "2", value: "#1", description: "Tampa Landscaper" },
|
||||
{ id: "3", value: "100%", description: "Satisfaction" },
|
||||
]}
|
||||
title="Quality That Speaks for Itself"
|
||||
description="Top-rated service in Tampa with an unwavering commitment to professional standards."
|
||||
@@ -95,12 +80,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Unreliable Scheduling", "Hidden Costs", "Poor Communication", "Subpar Turf Maintenance"],
|
||||
items: ["Unreliable Scheduling", "Hidden Costs", "Poor Communication", "Subpar Turf Maintenance"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Professional & Punctual", "Competitive Pricing", "Attention to Detail", "Industry Leading Turf Expertise"],
|
||||
items: ["Professional & Punctual", "Competitive Pricing", "Attention to Detail", "Industry Leading Turf Expertise"],
|
||||
}}
|
||||
title="Why Choose Us?"
|
||||
description="Excellence in landscaping is our promise."
|
||||
@@ -114,18 +97,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Lawn Mowing & Maintenance", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41429.jpg"},
|
||||
{
|
||||
id: "p2", name: "Landscape Design", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30871.jpg"},
|
||||
{
|
||||
id: "p3", name: "Sod Installation", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stone-path-walk-run-garden_74190-8976.jpg"},
|
||||
{
|
||||
id: "p4", name: "Lawn Pest Control", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/man-spraying-plants-garden_23-2148396745.jpg"},
|
||||
{
|
||||
id: "p5", name: "Grass Seeding", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/grass-sprout-with-ground-small-shovel-work-garden_127675-2669.jpg"},
|
||||
{
|
||||
id: "p6", name: "General Yard Cleanup", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hand-trowel-green-grass_181624-26501.jpg"},
|
||||
{ id: "p1", name: "Lawn Mowing & Maintenance", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41429.jpg" },
|
||||
{ id: "p2", name: "Landscape Design", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30871.jpg" },
|
||||
{ id: "p3", name: "Sod Installation", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stone-path-walk-run-garden_74190-8976.jpg" },
|
||||
{ id: "p4", name: "Lawn Pest Control", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/man-spraying-plants-garden_23-2148396745.jpg" },
|
||||
{ id: "p5", name: "Grass Seeding", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/grass-sprout-with-ground-small-shovel-work-garden_127675-2669.jpg" },
|
||||
{ id: "p6", name: "General Yard Cleanup", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hand-trowel-green-grass_181624-26501.jpg" },
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
description="From sod installation to pest control, we provide full-service care for your property."
|
||||
@@ -138,16 +115,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "SP Sankhy", handle: "@spsankhy", testimonial: "The #1 landscape company in Tampa. Allen is the best.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12292.jpg"},
|
||||
{
|
||||
id: "2", name: "Mason Young", handle: "@masonyoung", testimonial: "This company is professional and does great work for a good price.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12328.jpg"},
|
||||
{
|
||||
id: "3", name: "Sarah Miller", handle: "@sarahm", testimonial: "Reliable, professional, and my lawn has never looked better.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-friends-with-drinks_23-2149745577.jpg"},
|
||||
{
|
||||
id: "4", name: "David Clark", handle: "@davidc", testimonial: "Exceptional sod installation. Highly recommend them for any yard project.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-covering-nose-from-smell-with-fingers_176420-3809.jpg"},
|
||||
{
|
||||
id: "5", name: "Elena Rodriguez", handle: "@elenar", testimonial: "Very professional and friendly team. Great service!", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12330.jpg"},
|
||||
{ id: "1", name: "SP Sankhy", handle: "@spsankhy", testimonial: "The #1 landscape company in Tampa. Allen is the best.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12292.jpg" },
|
||||
{ id: "2", name: "Mason Young", handle: "@masonyoung", testimonial: "This company is professional and does great work for a good price.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12328.jpg" },
|
||||
{ id: "3", name: "Sarah Miller", handle: "@sarahm", testimonial: "Reliable, professional, and my lawn has never looked better.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-friends-with-drinks_23-2149745577.jpg" },
|
||||
{ id: "4", name: "David Clark", handle: "@davidc", testimonial: "Exceptional sod installation. Highly recommend them for any yard project.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-covering-nose-from-smell-with-fingers_176420-3809.jpg" },
|
||||
{ id: "5", name: "Elena Rodriguez", handle: "@elenar", testimonial: "Very professional and friendly team. Great service!", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12330.jpg" },
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Proven results for Tampa homeowners."
|
||||
@@ -158,12 +130,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "Do you service my area?", content: "We proudly serve the entire Tampa area and surrounding neighborhoods."},
|
||||
{
|
||||
id: "q2", title: "What services do you offer?", content: "We offer lawn mowing, sod installation, landscaping design, weed control, and general maintenance."},
|
||||
{
|
||||
id: "q3", title: "How can I request a quote?", content: "You can reach out via our contact form below or call us directly."},
|
||||
{ id: "q1", title: "Do you service my area?", content: "We proudly serve the entire Tampa area and surrounding neighborhoods." },
|
||||
{ id: "q2", title: "What services do you offer?", content: "We offer lawn mowing, sod installation, landscaping design, weed control, and general maintenance." },
|
||||
{ id: "q3", title: "How can I request a quote?", content: "You can reach out via our contact form below or call us directly." },
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Need more info? We've got answers."
|
||||
@@ -174,8 +143,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Let's Get Started"
|
||||
title="Ready for a Pristine Lawn?"
|
||||
description="Call (727) 221-1502 or fill out the form to schedule your consultation."
|
||||
@@ -188,22 +156,14 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Allen & Isabel"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "About", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "(727) 221-1502", href: "tel:7272211502"},
|
||||
{
|
||||
label: "Email", href: "mailto:info@allen-isabel.com"},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "About", href: "#" },
|
||||
] },
|
||||
{ title: "Contact", items: [
|
||||
{ label: "(727) 221-1502", href: "tel:7272211502" },
|
||||
{ label: "Email", href: "mailto:info@allen-isabel.com" },
|
||||
] },
|
||||
]}
|
||||
copyrightText="© 2024 Allen & Isabel Lawn Care & Landscaping LLC"
|
||||
/>
|
||||
@@ -211,4 +171,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user