Merge version_1 into main #2
509
src/app/page.tsx
509
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Award, Box, Calendar, CheckCircle, Coffee, Droplets, Layout, Leaf, Loader, MapPin, Mountain, Palette, Ruler, Shield, ShieldCheck, Smile, Snowflake, Square, Sun, Truck, Users } from "lucide-react";
|
||||
import { Award, Box, Calendar, CheckCircle, Coffee, Droplets, Layout, Leaf, Loader, MapPin, Mountain, Palette, Ruler, Shield, ShieldCheck, Smile, Snowflake, Square, Sun, Truck, Users, Trees, BrickWall, Hammer, Lock, Pipette, Tractor } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,81 +32,34 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="VanScoy Landscaping & Excavating"
|
||||
button={{
|
||||
text: "Get A Free Estimate",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Get A Free Estimate", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Premium Landscaping & Excavation Services in Northeast Pennsylvania"
|
||||
description="Custom Landscaping, Hardscaping, Excavation & Outdoor Transformations Built to Last."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+15707604797",
|
||||
},
|
||||
{
|
||||
text: "View Our Facebook",
|
||||
href: "https://www.facebook.com/people/VanScoy-Landscaping-Excavating/61551268915145/?mibextid=9R9pXO",
|
||||
},
|
||||
{ text: "Call Now", href: "tel:+15707604797" },
|
||||
{ text: "View Our Facebook", href: "https://www.facebook.com/people/VanScoy-Landscaping-Excavating/61551268915145/?mibextid=9R9pXO" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=1",
|
||||
imageAlt: "Landscape construction",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cement-walkway-garden_1252-1023.jpg?_wi=1",
|
||||
imageAlt: "Stone retaining wall",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-using-tablet-outdoors_23-2150747661.jpg?_wi=1",
|
||||
imageAlt: "Aerial landscaping view",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg?_wi=1",
|
||||
imageAlt: "Excavation equipment",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lush-tropical-garden_1385-762.jpg?_wi=1",
|
||||
imageAlt: "Well-manicured property",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-night_1127-3369.jpg?_wi=1",
|
||||
imageAlt: "Night landscape lighting",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg", imageAlt: "Landscape construction" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cement-walkway-garden_1252-1023.jpg", imageAlt: "Stone retaining wall" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-using-tablet-outdoors_23-2150747661.jpg", imageAlt: "Aerial landscaping view" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg", imageAlt: "Excavation equipment" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/lush-tropical-garden_1385-762.jpg", imageAlt: "Well-manicured property" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/building-night_1127-3369.jpg", imageAlt: "Night landscape lighting" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,198 +70,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Landscape Design",
|
||||
description: "Custom designs that enhance your property's natural beauty.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-man-standing-bridge-beautiful-river_23-2148187341.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Palette,
|
||||
text: "Conceptual planning",
|
||||
},
|
||||
{
|
||||
icon: Trees,
|
||||
text: "Plant selection",
|
||||
},
|
||||
{
|
||||
icon: Layout,
|
||||
text: "Site layout",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=2",
|
||||
imageAlt: "landscaping design drawing",
|
||||
},
|
||||
{
|
||||
title: "Hardscaping",
|
||||
description: "Expertly crafted stone and paver installations for lasting appeal.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cement-background-crossed-by-diagonal-line-pebbles-stone_158595-6387.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: BrickWall,
|
||||
text: "Custom stonework",
|
||||
},
|
||||
{
|
||||
icon: Square,
|
||||
text: "Paver installations",
|
||||
},
|
||||
{
|
||||
icon: Hammer,
|
||||
text: "Durable masonry",
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cement-walkway-garden_1252-1023.jpg?_wi=2",
|
||||
imageAlt: "landscaping design drawing",
|
||||
},
|
||||
{
|
||||
title: "Excavation",
|
||||
description: "Precision excavation and earthmoving services for site development.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194773.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Truck,
|
||||
text: "Site excavation",
|
||||
},
|
||||
{
|
||||
icon: Loader,
|
||||
text: "Precision digging",
|
||||
},
|
||||
{
|
||||
icon: Box,
|
||||
text: "Foundation prep",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-using-tablet-outdoors_23-2150747661.jpg?_wi=2",
|
||||
imageAlt: "landscaping design drawing",
|
||||
},
|
||||
{
|
||||
title: "Retaining Walls",
|
||||
description: "Professional stone and block wall construction for property structure.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12409.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Blocks,
|
||||
text: "Structural support",
|
||||
},
|
||||
{
|
||||
icon: Mountain,
|
||||
text: "Erosion control",
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
text: "Quality build",
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg?_wi=2",
|
||||
imageAlt: "landscaping design drawing",
|
||||
},
|
||||
{
|
||||
title: "Patio Installation",
|
||||
description: "Luxurious patio spaces designed for outdoor living and relaxation.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-plus-size-women-doing-sports-outdoors-focused-chubby-women-different-nationalities-sport-clothes-doing-push-ups-sport-body-positive-concept_74855-21347.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Coffee,
|
||||
text: "Entertaining areas",
|
||||
},
|
||||
{
|
||||
icon: Sun,
|
||||
text: "Outdoor living",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Custom finishes",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lush-tropical-garden_1385-762.jpg?_wi=2",
|
||||
imageAlt: "landscaping design drawing",
|
||||
},
|
||||
{
|
||||
title: "Drainage Solutions",
|
||||
description: "Effective site drainage management to protect your landscaping investment.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-picturesque-landscape-land_158595-6131.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Droplets,
|
||||
text: "Water management",
|
||||
},
|
||||
{
|
||||
icon: Pipette,
|
||||
text: "Drainage systems",
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Property protection",
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-night_1127-3369.jpg?_wi=2",
|
||||
imageAlt: "landscaping design drawing",
|
||||
},
|
||||
{
|
||||
title: "Grading & Site Prep",
|
||||
description: "Expert land grading for better site health and water management.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/volunteer-tree-planting-nature_1268-21666.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: MapPin,
|
||||
text: "Land leveling",
|
||||
},
|
||||
{
|
||||
icon: Ruler,
|
||||
text: "Precision grade",
|
||||
},
|
||||
{
|
||||
icon: Tractor,
|
||||
text: "Site preparation",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803982.jpg",
|
||||
imageAlt: "landscaping design drawing",
|
||||
},
|
||||
{
|
||||
title: "Seasonal Maintenance",
|
||||
description: "Comprehensive property care services all year round.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500825.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Calendar,
|
||||
text: "Spring cleanup",
|
||||
},
|
||||
{
|
||||
icon: Leaf,
|
||||
text: "Fall maintenance",
|
||||
},
|
||||
{
|
||||
icon: Snowflake,
|
||||
text: "Winter prep",
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confidence-young-adult-business-blonde-woman-safety-helmet-with-folded-arms-standing-building-construction-looking-confidently-side-fine-day_259150-57857.jpg",
|
||||
imageAlt: "landscaping design drawing",
|
||||
},
|
||||
{ title: "Landscape Design", description: "Custom designs that enhance your property's natural beauty.", media: { imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-man-standing-bridge-beautiful-river_23-2148187341.jpg" }, items: [{ icon: Palette, text: "Conceptual planning" }, { icon: Trees, text: "Plant selection" }, { icon: Layout, text: "Site layout" }], reverse: false },
|
||||
{ title: "Hardscaping", description: "Expertly crafted stone and paver installations for lasting appeal.", media: { imageSrc: "http://img.b2bpic.net/free-photo/cement-background-crossed-by-diagonal-line-pebbles-stone_158595-6387.jpg" }, items: [{ icon: BrickWall, text: "Custom stonework" }, { icon: Square, text: "Paver installations" }, { icon: Hammer, text: "Durable masonry" }], reverse: true },
|
||||
{ title: "Excavation", description: "Precision excavation and earthmoving services for site development.", media: { imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194773.jpg" }, items: [{ icon: Truck, text: "Site excavation" }, { icon: Loader, text: "Precision digging" }, { icon: Box, text: "Foundation prep" }], reverse: false },
|
||||
{ title: "Retaining Walls", description: "Professional stone and block wall construction for property structure.", media: { imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12409.jpg" }, items: [{ icon: Lock, text: "Structural support" }, { icon: Mountain, text: "Erosion control" }, { icon: ShieldCheck, text: "Quality build" }], reverse: true },
|
||||
{ title: "Patio Installation", description: "Luxurious patio spaces designed for outdoor living and relaxation.", media: { imageSrc: "http://img.b2bpic.net/free-photo/concentrated-plus-size-women-doing-sports-outdoors-focused-chubby-women-different-nationalities-sport-clothes-doing-push-ups-sport-body-positive-concept_74855-21347.jpg" }, items: [{ icon: Coffee, text: "Entertaining areas" }, { icon: Sun, text: "Outdoor living" }, { icon: CheckCircle, text: "Custom finishes" }], reverse: false },
|
||||
{ title: "Drainage Solutions", description: "Effective site drainage management to protect your landscaping investment.", media: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-picturesque-landscape-land_158595-6131.jpg" }, items: [{ icon: Droplets, text: "Water management" }, { icon: Pipette, text: "Drainage systems" }, { icon: Shield, text: "Property protection" }], reverse: true },
|
||||
{ title: "Grading & Site Prep", description: "Expert land grading for better site health and water management.", media: { imageSrc: "http://img.b2bpic.net/free-photo/volunteer-tree-planting-nature_1268-21666.jpg" }, items: [{ icon: MapPin, text: "Land leveling" }, { icon: Ruler, text: "Precision grade" }, { icon: Tractor, text: "Site preparation" }], reverse: false },
|
||||
{ title: "Seasonal Maintenance", description: "Comprehensive property care services all year round.", media: { imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500825.jpg" }, items: [{ icon: Calendar, text: "Spring cleanup" }, { icon: Leaf, text: "Fall maintenance" }, { icon: Snowflake, text: "Winter prep" }], reverse: true }
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="We specialize in outdoor transformations built to last through every season."
|
||||
@@ -320,21 +89,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Built on Reliability, Integrity & Quality"
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "10+",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Projects Completed",
|
||||
value: "500+",
|
||||
},
|
||||
{
|
||||
icon: Smile,
|
||||
label: "Customer Satisfaction",
|
||||
value: "100%",
|
||||
},
|
||||
{ icon: Award, label: "Years Experience", value: "10+" },
|
||||
{ icon: Users, label: "Projects Completed", value: "500+" },
|
||||
{ icon: Smile, label: "Customer Satisfaction", value: "100%" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -346,27 +103,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "Locally",
|
||||
title: "Locally Owned",
|
||||
description: "Serving the Forty Fort community with pride.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "Premium",
|
||||
title: "Quality Craftsmanship",
|
||||
description: "Every project built to high standards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-good-looking-young-caucasian-man-blue-t-shirt-gloves-smiling-with-teeth-being-tired-from-hard-work-garden-farmer-planting-leaves-countryside-house_176420-19908.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "Dependable",
|
||||
title: "Honest Service",
|
||||
description: "Communication you can rely on.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-using-laptop-green-grass_23-2148205572.jpg",
|
||||
},
|
||||
{ id: "1", value: "Locally", title: "Locally Owned", description: "Serving the Forty Fort community with pride.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg" },
|
||||
{ id: "2", value: "Premium", title: "Quality Craftsmanship", description: "Every project built to high standards.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-good-looking-young-caucasian-man-blue-t-shirt-gloves-smiling-with-teeth-being-tired-from-hard-work-garden-farmer-planting-leaves-countryside-house_176420-19908.jpg" },
|
||||
{ id: "3", value: "Dependable", title: "Honest Service", description: "Communication you can rely on.", imageSrc: "http://img.b2bpic.net/free-photo/business-man-using-laptop-green-grass_23-2148205572.jpg" },
|
||||
]}
|
||||
title="Why Choose VanScoy?"
|
||||
description="We pride ourselves on reliability, communication, and quality work."
|
||||
@@ -380,42 +119,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "g1",
|
||||
name: "Custom Paver Patio",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702187.jpg",
|
||||
},
|
||||
{
|
||||
id: "g2",
|
||||
name: "Retaining Wall",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194777.jpg",
|
||||
},
|
||||
{
|
||||
id: "g3",
|
||||
name: "Luxury Landscape Design",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shanghai-urban-architecture-park_649448-2072.jpg",
|
||||
},
|
||||
{
|
||||
id: "g4",
|
||||
name: "Hardscape Installation",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/path-way-garden_74190-3730.jpg",
|
||||
},
|
||||
{
|
||||
id: "g5",
|
||||
name: "Site Prep Work",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756541.jpg",
|
||||
},
|
||||
{
|
||||
id: "g6",
|
||||
name: "Residential Landscape",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-box_23-2148013378.jpg",
|
||||
},
|
||||
{ id: "g1", name: "Custom Paver Patio", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702187.jpg" },
|
||||
{ id: "g2", name: "Retaining Wall", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194777.jpg" },
|
||||
{ id: "g3", name: "Luxury Landscape Design", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/shanghai-urban-architecture-park_649448-2072.jpg" },
|
||||
{ id: "g4", name: "Hardscape Installation", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/path-way-garden_74190-3730.jpg" },
|
||||
{ id: "g5", name: "Site Prep Work", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756541.jpg" },
|
||||
{ id: "g6", name: "Residential Landscape", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/wooden-box_23-2148013378.jpg" },
|
||||
]}
|
||||
title="Project Gallery"
|
||||
description="See our craftsmanship in action across Pennsylvania."
|
||||
@@ -428,41 +137,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Exceptional work on our retaining wall. Reliable and professional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-outdoors-white-shirt-looking-camera_197531-33797.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael R.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Transformed our entire backyard. Highly recommend their service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-enjoying-spending-time-together-restaurant_23-2147891189.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily D.",
|
||||
role: "Property Owner",
|
||||
testimonial: "VanScoy delivers quality that lasts. Excellent communication throughout.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Very professional and knowledgeable about drainage solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6486.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Punctual, friendly, and did a great job on our driveway excavation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-showing-thumb-up-sign-while-team-discussing-background_23-2147923383.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", role: "Homeowner", testimonial: "Exceptional work on our retaining wall. Reliable and professional.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-outdoors-white-shirt-looking-camera_197531-33797.jpg" },
|
||||
{ id: "2", name: "Michael R.", role: "Homeowner", testimonial: "Transformed our entire backyard. Highly recommend their service.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-enjoying-spending-time-together-restaurant_23-2147891189.jpg" },
|
||||
{ id: "3", name: "Emily D.", role: "Property Owner", testimonial: "VanScoy delivers quality that lasts. Excellent communication throughout.", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg" },
|
||||
{ id: "4", name: "David W.", role: "Homeowner", testimonial: "Very professional and knowledgeable about drainage solutions.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6486.jpg" },
|
||||
{ id: "5", name: "Jessica L.", role: "Homeowner", testimonial: "Punctual, friendly, and did a great job on our driveway excavation.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-showing-thumb-up-sign-while-team-discussing-background_23-2147923383.jpg" },
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear about the quality work we deliver."
|
||||
@@ -475,40 +154,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "call",
|
||||
badge: "Immediate",
|
||||
price: "Call Now",
|
||||
subtitle: "Get a quote today.",
|
||||
buttons: [
|
||||
{
|
||||
text: "Call (570) 760-4797",
|
||||
href: "tel:+15707604797",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Direct connection",
|
||||
"Expert assessment",
|
||||
"Free estimate",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "social",
|
||||
badge: "Connect",
|
||||
price: "Facebook",
|
||||
subtitle: "Send us a message.",
|
||||
buttons: [
|
||||
{
|
||||
text: "Message Us",
|
||||
href: "https://www.facebook.com/people/VanScoy-Landscaping-Excavating/61551268915145/?mibextid=9R9pXO",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Quick reply",
|
||||
"See our portfolio",
|
||||
"Latest updates",
|
||||
],
|
||||
},
|
||||
{ id: "call", badge: "Immediate", price: "Call Now", subtitle: "Get a quote today.", buttons: [{ text: "Call (570) 760-4797", href: "tel:+15707604797" }], features: ["Direct connection", "Expert assessment", "Free estimate"] },
|
||||
{ id: "social", badge: "Connect", price: "Facebook", subtitle: "Send us a message.", buttons: [{ text: "Message Us", href: "https://www.facebook.com/people/VanScoy-Landscaping-Excavating/61551268915145/?mibextid=9R9pXO" }], features: ["Quick reply", "See our portfolio", "Latest updates"] }
|
||||
]}
|
||||
title="Ready To Transform Your Property?"
|
||||
description="Contact us today for a free estimate on your landscaping or excavating project."
|
||||
@@ -521,29 +168,11 @@ export default function LandingPage() {
|
||||
title="Get Your Free Estimate"
|
||||
description="1173 Wyoming Ave, Forty Fort, PA 18704 | Call (570) 760-4797"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Your Phone", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your project...",
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your project..." }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-growing-cultivating-plants-indoors_23-2149854848.jpg"
|
||||
buttonText="Request Free Estimate"
|
||||
/>
|
||||
@@ -553,45 +182,9 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="VanScoy Landscaping & Excavating"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://www.facebook.com/people/VanScoy-Landscaping-Excavating/61551268915145/?mibextid=9R9pXO",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
{ title: "Social", items: [{ label: "Facebook", href: "https://www.facebook.com/people/VanScoy-Landscaping-Excavating/61551268915145/?mibextid=9R9pXO" }] },
|
||||
]}
|
||||
copyrightText="© 2024 VanScoy Landscaping & Excavating. Premium Outdoor Solutions Built to Last."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user