Merge version_1 into main #1
192
src/app/page.tsx
192
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Allen & Isabel"
|
||||
/>
|
||||
@@ -54,47 +46,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
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: "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: "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: "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: "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: "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: "6", imageSrc: "http://img.b2bpic.net/free-photo/green-grass-background_1372-380.jpg", imageAlt: "Healthy turf"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,20 +78,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "5.0",
|
||||
description: "Google Rating",
|
||||
},
|
||||
id: "1", value: "5.0", description: "Google Rating"},
|
||||
{
|
||||
id: "2",
|
||||
value: "#1",
|
||||
description: "Tampa Landscaper",
|
||||
},
|
||||
id: "2", value: "#1", description: "Tampa Landscaper"},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
description: "Satisfaction",
|
||||
},
|
||||
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."
|
||||
@@ -134,19 +96,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Unreliable Scheduling",
|
||||
"Hidden Costs",
|
||||
"Poor Communication",
|
||||
"Subpar Turf Maintenance",
|
||||
],
|
||||
"Unreliable Scheduling", "Hidden Costs", "Poor Communication", "Subpar Turf Maintenance"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Professional & Punctual",
|
||||
"Competitive Pricing",
|
||||
"Attention to Detail",
|
||||
"Industry Leading Turf Expertise",
|
||||
],
|
||||
"Professional & Punctual", "Competitive Pricing", "Attention to Detail", "Industry Leading Turf Expertise"],
|
||||
}}
|
||||
title="Why Choose Us?"
|
||||
description="Excellence in landscaping is our promise."
|
||||
@@ -161,41 +115,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Lawn Mowing & Maintenance",
|
||||
price: "From $50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41429.jpg",
|
||||
},
|
||||
id: "p1", name: "Lawn Mowing & Maintenance", price: "From $50", 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: "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: "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: "Starting at $75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-spraying-plants-garden_23-2148396745.jpg",
|
||||
},
|
||||
id: "p4", name: "Lawn Pest Control", price: "Starting at $75", imageSrc: "http://img.b2bpic.net/free-photo/man-spraying-plants-garden_23-2148396745.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Grass Seeding",
|
||||
price: "From $120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grass-sprout-with-ground-small-shovel-work-garden_127675-2669.jpg",
|
||||
},
|
||||
id: "p5", name: "Grass Seeding", price: "From $120", 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: "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."
|
||||
@@ -204,44 +134,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="blur-reveal"
|
||||
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: "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: "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: "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: "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: "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."
|
||||
@@ -253,20 +159,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you service my area?",
|
||||
content: "We proudly serve the entire Tampa area and surrounding neighborhoods.",
|
||||
},
|
||||
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: "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: "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."
|
||||
@@ -278,8 +175,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
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."
|
||||
@@ -293,29 +189,19 @@ export default function LandingPage() {
|
||||
logoText="Allen & Isabel"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "(727) 221-1502",
|
||||
href: "tel:7272211502",
|
||||
},
|
||||
label: "(727) 221-1502", href: "tel:7272211502"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@allen-isabel.com",
|
||||
},
|
||||
label: "Email", href: "mailto:info@allen-isabel.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user