Merge version_1 into main #2
@@ -18,7 +18,7 @@ export default function AboutPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -72,7 +72,7 @@ export default function AboutPage() {
|
||||
{ id: "metric-3", value: "5,000+", description: "Projects Completed" },
|
||||
{ id: "metric-4", value: "98%", description: "Customer Satisfaction" },
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -89,32 +89,17 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Why should I seal my driveway?",
|
||||
content: "Sealcoating protects your asphalt from UV damage, water penetration, and oxidation. It extends the life of your driveway by 5-10 years, saves on costly repairs, and improves curb appeal.",
|
||||
},
|
||||
id: "faq-1", title: "Why should I seal my driveway?", content: "Sealcoating protects your asphalt from UV damage, water penetration, and oxidation. It extends the life of your driveway by 5-10 years, saves on costly repairs, and improves curb appeal."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How often should I seal my driveway?",
|
||||
content: "We recommend resealing every 2-3 years depending on weather conditions and traffic. Illinois winters are tough on asphalt, so Glendale Heights properties benefit from regular maintenance.",
|
||||
},
|
||||
id: "faq-2", title: "How often should I seal my driveway?", content: "We recommend resealing every 2-3 years depending on weather conditions and traffic. Illinois winters are tough on asphalt, so Glendale Heights properties benefit from regular maintenance."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What's included in the sealcoating process?",
|
||||
content: "Our process includes thorough cleaning, crack repair, filling, and application of premium sealant. We ensure proper curing time and deliver a professional, long-lasting finish.",
|
||||
},
|
||||
id: "faq-3", title: "What's included in the sealcoating process?", content: "Our process includes thorough cleaning, crack repair, filling, and application of premium sealant. We ensure proper curing time and deliver a professional, long-lasting finish."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "How long does sealcoating last?",
|
||||
content: "High-quality sealcoat typically lasts 2-3 years. Factors like weather, salt exposure, and traffic volume affect longevity. Our team can assess your specific situation.",
|
||||
},
|
||||
id: "faq-4", title: "How long does sealcoating last?", content: "High-quality sealcoat typically lasts 2-3 years. Factors like weather, salt exposure, and traffic volume affect longevity. Our team can assess your specific situation."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Can you work in any weather?",
|
||||
content: "Sealcoating requires dry conditions. We monitor weather forecasts and schedule applications during optimal conditions to ensure the best possible results for your driveway.",
|
||||
},
|
||||
id: "faq-5", title: "Can you work in any weather?", content: "Sealcoating requires dry conditions. We monitor weather forecasts and schedule applications during optimal conditions to ensure the best possible results for your driveway."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/funny-kid-rain-boots-playing-rain-park_1157-37673.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/funny-kid-rain-boots-playing-rain-park_1157-37673.jpg"
|
||||
imageAlt="Professional driveway sealcoating application process"
|
||||
mediaPosition="left"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -146,8 +131,7 @@ export default function AboutPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Landscaping Design", href: "/services" },
|
||||
{ label: "Lawn Care", href: "/services" },
|
||||
{ label: "Driveway Sealcoating", href: "/services" },
|
||||
@@ -155,8 +139,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
{ label: "Testimonials", href: "/" },
|
||||
@@ -164,8 +147,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: (630) 555-0147", href: "tel:+16305550147" },
|
||||
{ label: "Email: info@lolandscaping.com", href: "mailto:info@lolandscaping.com" },
|
||||
{ label: "Glendale Heights, IL", href: "#" },
|
||||
|
||||
144
src/app/page.tsx
144
src/app/page.tsx
@@ -21,7 +21,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -50,7 +50,7 @@ export default function HomePage() {
|
||||
tag="Local Expert Since 2005"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Get a Free Quote", href: "/contact" },
|
||||
{ text: "View Our Work", href: "/gallery" },
|
||||
@@ -58,35 +58,17 @@ export default function HomePage() {
|
||||
buttonAnimation="blur-reveal"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "hero-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg?_wi=1",
|
||||
imageAlt: "Beautiful manicured lawn and landscape design",
|
||||
},
|
||||
id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg", imageAlt: "Beautiful manicured lawn and landscape design"},
|
||||
{
|
||||
id: "hero-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg",
|
||||
imageAlt: "Professional landscaping installation project",
|
||||
},
|
||||
id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg", imageAlt: "Professional landscaping installation project"},
|
||||
{
|
||||
id: "hero-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glittery-golden-black-wrapping-paper_53876-88534.jpg?_wi=1",
|
||||
imageAlt: "Freshly sealed driveway with professional finish",
|
||||
},
|
||||
id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/glittery-golden-black-wrapping-paper_53876-88534.jpg", imageAlt: "Freshly sealed driveway with professional finish"},
|
||||
{
|
||||
id: "hero-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg?_wi=1",
|
||||
imageAlt: "Garden design with mulch and stone pathways",
|
||||
},
|
||||
id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg", imageAlt: "Garden design with mulch and stone pathways"},
|
||||
{
|
||||
id: "hero-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg",
|
||||
imageAlt: "Lawn care and maintenance services",
|
||||
},
|
||||
id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg", imageAlt: "Lawn care and maintenance services"},
|
||||
{
|
||||
id: "hero-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-placing-new-coating-asphalt-road_342744-601.jpg",
|
||||
imageAlt: "Asphalt maintenance and repair work",
|
||||
},
|
||||
id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/workers-placing-new-coating-asphalt-road_342744-601.jpg", imageAlt: "Asphalt maintenance and repair work"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={5000}
|
||||
@@ -103,19 +85,11 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Overgrown yards lacking design",
|
||||
"Cracked, faded driveways",
|
||||
"Inconsistent lawn maintenance",
|
||||
"Poor drainage and erosion",
|
||||
],
|
||||
"Overgrown yards lacking design", "Cracked, faded driveways", "Inconsistent lawn maintenance", "Poor drainage and erosion"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Custom landscape design and installation",
|
||||
"Professional driveway sealcoating services",
|
||||
"Reliable monthly lawn care programs",
|
||||
"Mulching, yard cleanup, and maintenance",
|
||||
],
|
||||
"Custom landscape design and installation", "Professional driveway sealcoating services", "Reliable monthly lawn care programs", "Mulching, yard cleanup, and maintenance"],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -137,35 +111,14 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "service-1",
|
||||
brand: "L&O Landscaping",
|
||||
name: "Landscape Design & Installation",
|
||||
price: "Custom Quote",
|
||||
rating: 5,
|
||||
reviewCount: "47",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg?_wi=1",
|
||||
imageAlt: "Professional landscape design and installation",
|
||||
},
|
||||
id: "service-1", brand: "L&O Landscaping", name: "Landscape Design & Installation", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "47", imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg", imageAlt: "Professional landscape design and installation"},
|
||||
{
|
||||
id: "service-2",
|
||||
brand: "L&O Landscaping",
|
||||
name: "Driveway Sealcoating",
|
||||
price: "Custom Quote",
|
||||
rating: 5,
|
||||
reviewCount: "52",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glittery-golden-black-wrapping-paper_53876-88534.jpg?_wi=2",
|
||||
imageAlt: "Professional driveway sealcoating application",
|
||||
},
|
||||
id: "service-2", brand: "L&O Landscaping", name: "Driveway Sealcoating", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/glittery-golden-black-wrapping-paper_53876-88534.jpg", imageAlt: "Professional driveway sealcoating application"},
|
||||
{
|
||||
id: "service-3",
|
||||
brand: "L&O Landscaping",
|
||||
name: "Lawn Care & Maintenance",
|
||||
price: "Starting at $89/month",
|
||||
rating: 5,
|
||||
reviewCount: "58",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=1",
|
||||
imageAlt: "Regular lawn care and maintenance service",
|
||||
},
|
||||
id: "service-3", brand: "L&O Landscaping", name: "Lawn Care & Maintenance", price: "Starting at $89/month", rating: 5,
|
||||
reviewCount: "58", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageAlt: "Regular lawn care and maintenance service"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -207,7 +160,7 @@ export default function HomePage() {
|
||||
{ id: "metric-3", value: "5,000+", description: "Projects Completed" },
|
||||
{ id: "metric-4", value: "98%", description: "Customer Satisfaction" },
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -224,59 +177,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
title: "Exceptional Attention to Detail",
|
||||
quote: "L&O transformed our backyard into a beautiful outdoor oasis. The team was professional, punctual, and truly cared about the final result. Highly recommend!",
|
||||
name: "Jennifer Martinez",
|
||||
role: "Homeowner, Glendale Heights",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1",
|
||||
imageAlt: "Jennifer Martinez",
|
||||
},
|
||||
id: "testimonial-1", title: "Exceptional Attention to Detail", quote: "L&O transformed our backyard into a beautiful outdoor oasis. The team was professional, punctual, and truly cared about the final result. Highly recommend!", name: "Jennifer Martinez", role: "Homeowner, Glendale Heights", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Jennifer Martinez"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
title: "Best Driveway Sealcoating",
|
||||
quote: "Our driveway looks brand new after L&O's sealcoating service. Great communication and fair pricing. They're our go-to for outdoor maintenance!",
|
||||
name: "Michael Chen",
|
||||
role: "Homeowner, Glendale Heights",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "testimonial-2", title: "Best Driveway Sealcoating", quote: "Our driveway looks brand new after L&O's sealcoating service. Great communication and fair pricing. They're our go-to for outdoor maintenance!", name: "Michael Chen", role: "Homeowner, Glendale Heights", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
title: "Reliable Monthly Service",
|
||||
quote: "We've been using L&O for lawn care for 3 years. Consistent quality, professional crew, and they always respect our property. Worth every penny.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Homeowner, Glendale Heights",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "testimonial-3", title: "Reliable Monthly Service", quote: "We've been using L&O for lawn care for 3 years. Consistent quality, professional crew, and they always respect our property. Worth every penny.", name: "Sarah Johnson", role: "Homeowner, Glendale Heights", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
title: "Transformed Our Landscape",
|
||||
quote: "From concept to completion, L&O handled our entire landscape redesign flawlessly. The plants are thriving and our yard is the neighborhood's envy!",
|
||||
name: "David Rodriguez",
|
||||
role: "Homeowner, Glendale Heights",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg",
|
||||
imageAlt: "David Rodriguez",
|
||||
},
|
||||
id: "testimonial-4", title: "Transformed Our Landscape", quote: "From concept to completion, L&O handled our entire landscape redesign flawlessly. The plants are thriving and our yard is the neighborhood's envy!", name: "David Rodriguez", role: "Homeowner, Glendale Heights", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "David Rodriguez"},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
title: "Professional and Trustworthy",
|
||||
quote: "I've hired L&O three times now—landscaping, sealcoating, and mulching. Every project completed on time and budget. They're honest and hardworking.",
|
||||
name: "Emily Thompson",
|
||||
role: "Homeowner, Glendale Heights",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2",
|
||||
imageAlt: "Emily Thompson",
|
||||
},
|
||||
id: "testimonial-5", title: "Professional and Trustworthy", quote: "I've hired L&O three times now—landscaping, sealcoating, and mulching. Every project completed on time and budget. They're honest and hardworking.", name: "Emily Thompson", role: "Homeowner, Glendale Heights", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Emily Thompson"},
|
||||
{
|
||||
id: "testimonial-6",
|
||||
title: "Outstanding Quality",
|
||||
quote: "The team at L&O takes pride in their work. Our driveway seal is holding up beautifully months later. Definitely calling them again for maintenance!",
|
||||
name: "Robert Kim",
|
||||
role: "Homeowner, Glendale Heights",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "Robert Kim",
|
||||
},
|
||||
id: "testimonial-6", title: "Outstanding Quality", quote: "The team at L&O takes pride in their work. Our driveway seal is holding up beautifully months later. Definitely calling them again for maintenance!", name: "Robert Kim", role: "Homeowner, Glendale Heights", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Kim"},
|
||||
]}
|
||||
buttons={[{ text: "Schedule a Consultation", href: "/contact" }]}
|
||||
buttonAnimation="blur-reveal"
|
||||
@@ -304,8 +215,7 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Landscaping Design", href: "/services" },
|
||||
{ label: "Lawn Care", href: "/services" },
|
||||
{ label: "Driveway Sealcoating", href: "/services" },
|
||||
@@ -313,8 +223,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
@@ -322,8 +231,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: (630) 555-0147", href: "tel:+16305550147" },
|
||||
{ label: "Email: info@lolandscaping.com", href: "mailto:info@lolandscaping.com" },
|
||||
{ label: "Glendale Heights, IL", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user