Update src/app/page.tsx
This commit is contained in:
196
src/app/page.tsx
196
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="MSC Landscaping"
|
||||
/>
|
||||
@@ -55,41 +47,26 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="MSC Landscaping & Concrete"
|
||||
variant: "gradient-bars"}}
|
||||
title="Transform Your Outdoor Space with Expert Landscaping"
|
||||
description="Professional landscaping, irrigation systems, and concrete services in Onalaska, TX. Enhancing your property with quality workmanship."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Quote", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-watering-his-plants-his-garden-man-blue-shirt_1157-41444.jpg",
|
||||
imageAlt: "Landscape",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-watering-his-plants-his-garden-man-blue-shirt_1157-41444.jpg", imageAlt: "Landscape"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-leveling-fresh-floor-with-special-machine_651396-3523.jpg",
|
||||
imageAlt: "Concrete",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-leveling-fresh-floor-with-special-machine_651396-3523.jpg", imageAlt: "Concrete"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg",
|
||||
imageAlt: "Lawn",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg", imageAlt: "Lawn"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scene-construction-site-with-equipment_23-2151317346.jpg",
|
||||
imageAlt: "Irrigation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scene-construction-site-with-equipment_23-2151317346.jpg", imageAlt: "Irrigation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-hitting-wheel-with-hammer_23-2147671876.jpg",
|
||||
imageAlt: "Pathway",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-hitting-wheel-with-hammer_23-2147671876.jpg", imageAlt: "Pathway"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-watering-can-near-plants-growing-greenhouse_23-2147948319.jpg",
|
||||
imageAlt: "Grass",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-watering-can-near-plants-growing-greenhouse_23-2147948319.jpg", imageAlt: "Grass"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,9 +77,7 @@ export default function LandingPage() {
|
||||
title="Quality Landscaping, Guaranteed."
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Learn More", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,20 +90,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Lawn Maintenance",
|
||||
description: "Professional grass cutting and care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hand-trowel-green-grass_181624-26501.jpg",
|
||||
},
|
||||
title: "Lawn Maintenance", description: "Professional grass cutting and care.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hand-trowel-green-grass_181624-26501.jpg"},
|
||||
{
|
||||
title: "Irrigation Solutions",
|
||||
description: "Efficient watering and system installation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-plant-watered-from-watering-can_23-2147844314.jpg",
|
||||
},
|
||||
title: "Irrigation Solutions", description: "Efficient watering and system installation.", imageSrc: "http://img.b2bpic.net/free-photo/young-plant-watered-from-watering-can_23-2147844314.jpg"},
|
||||
{
|
||||
title: "Concrete Services",
|
||||
description: "High-quality driveways, paths, and slabs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/social-distance-concept-outdoor_23-2148768466.jpg",
|
||||
},
|
||||
title: "Concrete Services", description: "High-quality driveways, paths, and slabs.", imageSrc: "http://img.b2bpic.net/free-photo/social-distance-concept-outdoor_23-2148768466.jpg"},
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
description="From lush lawn care to robust concrete solutions, we handle your outdoor needs."
|
||||
@@ -143,41 +109,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Fertilizer",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collection-garden-equipment-meadow_23-2148028911.jpg",
|
||||
},
|
||||
id: "p1", name: "Fertilizer", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/collection-garden-equipment-meadow_23-2148028911.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Grass Seed",
|
||||
price: "$30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-objects_23-2148060737.jpg",
|
||||
},
|
||||
id: "p2", name: "Grass Seed", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-objects_23-2148060737.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Sprinkler Head",
|
||||
price: "$15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mini-gardening-tools-secateurs-gloves-soil-peat-pot-with-petunia-flower-plant-grunge-backdrop_23-2148181189.jpg",
|
||||
},
|
||||
id: "p3", name: "Sprinkler Head", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/mini-gardening-tools-secateurs-gloves-soil-peat-pot-with-petunia-flower-plant-grunge-backdrop_23-2148181189.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Soil Mix",
|
||||
price: "$20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-gardener-watering-taking-care-plants-close-up_176420-3803.jpg",
|
||||
},
|
||||
id: "p4", name: "Soil Mix", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-gardener-watering-taking-care-plants-close-up_176420-3803.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Irrigation Kit",
|
||||
price: "$120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/camera-grass_1122-1085.jpg",
|
||||
},
|
||||
id: "p5", name: "Irrigation Kit", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/camera-grass_1122-1085.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Edging Material",
|
||||
price: "$50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-green-boat-turned-upside-down-green-valley_181624-20632.jpg",
|
||||
},
|
||||
id: "p6", name: "Edging Material", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-green-boat-turned-upside-down-green-valley_181624-20632.jpg"},
|
||||
]}
|
||||
title="Essential Supplies"
|
||||
description="Top-tier supplies for property maintenance."
|
||||
@@ -191,20 +133,11 @@ export default function LandingPage() {
|
||||
tag="Trusted By Many"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150+",
|
||||
description: "Projects Completed",
|
||||
},
|
||||
id: "m1", value: "150+", description: "Projects Completed"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "12",
|
||||
description: "Years Experience",
|
||||
},
|
||||
id: "m2", value: "12", description: "Years Experience"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
description: "Satisfied Clients",
|
||||
},
|
||||
id: "m3", value: "98%", description: "Satisfied Clients"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -217,40 +150,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "John Doe",
|
||||
role: "Homeowner",
|
||||
testimonial: "Excellent service!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-dressed-gray-t-shirt-dark-green-robe-is-holding-pot-with-plant-with-small-leaves_197531-12283.jpg",
|
||||
},
|
||||
id: "t1", name: "John Doe", role: "Homeowner", testimonial: "Excellent service!", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-dressed-gray-t-shirt-dark-green-robe-is-holding-pot-with-plant-with-small-leaves_197531-12283.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jane Smith",
|
||||
role: "Homeowner",
|
||||
testimonial: "Very professional and fast.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-speaking-phone-while-walking-with-woman_23-2147779718.jpg",
|
||||
},
|
||||
id: "t2", name: "Jane Smith", role: "Homeowner", testimonial: "Very professional and fast.", imageSrc: "http://img.b2bpic.net/free-photo/man-speaking-phone-while-walking-with-woman_23-2147779718.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Bill Lee",
|
||||
role: "Homeowner",
|
||||
testimonial: "Quality work on my driveway.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-man-using-digital-tablet-park_23-2148164502.jpg",
|
||||
},
|
||||
id: "t3", name: "Bill Lee", role: "Homeowner", testimonial: "Quality work on my driveway.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-man-using-digital-tablet-park_23-2148164502.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sarah P.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Lawn looks amazing now.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41438.jpg",
|
||||
},
|
||||
id: "t4", name: "Sarah P.", role: "Homeowner", testimonial: "Lawn looks amazing now.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41438.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Mark W.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Best irrigation experts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15628.jpg",
|
||||
},
|
||||
id: "t5", name: "Mark W.", role: "Homeowner", testimonial: "Best irrigation experts.", imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15628.jpg"},
|
||||
]}
|
||||
title="Client Feedback"
|
||||
description="What Onalaska property owners say about us."
|
||||
@@ -263,20 +171,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer free quotes?",
|
||||
content: "Yes, contact us today.",
|
||||
},
|
||||
id: "q1", title: "Do you offer free quotes?", content: "Yes, contact us today."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What areas do you serve?",
|
||||
content: "We serve Onalaska and surroundings.",
|
||||
},
|
||||
id: "q2", title: "What areas do you serve?", content: "We serve Onalaska and surroundings."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is concrete work guaranteed?",
|
||||
content: "We stand by our quality work.",
|
||||
},
|
||||
id: "q3", title: "Is concrete work guaranteed?", content: "We stand by our quality work."},
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Common questions answered."
|
||||
@@ -288,14 +187,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to transform your property? Contact us today for a consultation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "tel:5550123456",
|
||||
},
|
||||
text: "Contact Us", href: "tel:5550123456"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -304,25 +200,17 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -332,4 +220,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user