Merge version_1 into main #1
282
src/app/page.tsx
282
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Vega's Landscaping"
|
||||
/>
|
||||
@@ -59,99 +44,32 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Crafting Your Perfect Outdoor Living Space"
|
||||
description="At Vega's Landscaping, we blend professional expertise with creative vision to transform your outdoor property into an elegant retreat."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get a Quote", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Daniel M.",
|
||||
handle: "@LocalGuide",
|
||||
testimonial: "Incredible attention to detail on our stone work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/peaceful-young-happy-woman-with-short-curly-hair-pink-long-skirt-white-shirt-alone-outside-her-villa_343596-2888.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@HappyClient",
|
||||
testimonial: "Transformed our backyard into a peaceful oasis.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-dress-standing-green-house_23-2148068655.jpg",
|
||||
},
|
||||
{
|
||||
name: "BT Griffith",
|
||||
handle: "@LocalGuide",
|
||||
testimonial: "Professional, punctual, and hardworking crew.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-apron-posing_23-2148357595.jpg",
|
||||
},
|
||||
{
|
||||
name: "Mike R.",
|
||||
handle: "@Homeowner",
|
||||
testimonial: "My lawn has never looked this pristine.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12323.jpg",
|
||||
},
|
||||
{
|
||||
name: "Emily D.",
|
||||
handle: "@Satisfied",
|
||||
testimonial: "Highly recommended for all landscaping needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-surprised-darkskinned-man-orange-jacket-sunglasses-white-tshirt-shrugs-smiles-charming-guy-sits-stairs-outside_197531-28813.jpg",
|
||||
},
|
||||
{ name: "Daniel M.", handle: "@LocalGuide", testimonial: "Incredible attention to detail on our stone work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/peaceful-young-happy-woman-with-short-curly-hair-pink-long-skirt-white-shirt-alone-outside-her-villa_343596-2888.jpg" },
|
||||
{ name: "Sarah J.", handle: "@HappyClient", testimonial: "Transformed our backyard into a peaceful oasis.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-dress-standing-green-house_23-2148068655.jpg" },
|
||||
{ name: "BT Griffith", handle: "@LocalGuide", testimonial: "Professional, punctual, and hardworking crew.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-apron-posing_23-2148357595.jpg" },
|
||||
{ name: "Mike R.", handle: "@Homeowner", testimonial: "My lawn has never looked this pristine.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12323.jpg" },
|
||||
{ name: "Emily D.", handle: "@Satisfied", testimonial: "Highly recommended for all landscaping needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-surprised-darkskinned-man-orange-jacket-sunglasses-white-tshirt-shrugs-smiles-charming-guy-sits-stairs-outside_197531-28813.jpg" }
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-smiling-young-woman-sitting-cafe-pointing-fingers-takeaway-coffee-cup-recommending-good_1258-206059.jpg",
|
||||
alt: "Portrait of client one",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-having-fun-by-sea-side_23-2149347046.jpg",
|
||||
alt: "Portrait of client two",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-looking-her-girlfriend-showing-engagement-ring_23-2147891267.jpg",
|
||||
alt: "Portrait of client three",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-female-gardener-greenhouse_23-2147918741.jpg",
|
||||
alt: "Portrait of client four",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/greenhouse-owner-posing-with-folded-arms-having-many-flowers-colleague-holding-pot-with-pink-chrysanthemums-glass-roof_158595-7128.jpg",
|
||||
alt: "Portrait of client five",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/joyful-smiling-young-woman-sitting-cafe-pointing-fingers-takeaway-coffee-cup-recommending-good_1258-206059.jpg", alt: "Portrait of client one" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/friends-having-fun-by-sea-side_23-2149347046.jpg", alt: "Portrait of client two" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-looking-her-girlfriend-showing-engagement-ring_23-2147891267.jpg", alt: "Portrait of client three" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-female-gardener-greenhouse_23-2147918741.jpg", alt: "Portrait of client four" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/greenhouse-owner-posing-with-folded-arms-having-many-flowers-colleague-holding-pot-with-pink-chrysanthemums-glass-roof_158595-7128.jpg", alt: "Portrait of client five" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Landscaping",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Hardscaping",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Garden Maintenance",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tree & Shrub Care",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Local Expert Service",
|
||||
},
|
||||
{ type: "text", text: "Premium Landscaping" },
|
||||
{ type: "text", text: "Professional Hardscaping" },
|
||||
{ type: "text", text: "Garden Maintenance" },
|
||||
{ type: "text", text: "Tree & Shrub Care" },
|
||||
{ type: "text", text: "Local Expert Service" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -160,7 +78,6 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="Quality Work, Timely Fashion, Customer Satisfaction"
|
||||
description="We are a local contractor committed to excellence. Whether it's removing overgrown hedges or designing custom retaining walls, our dedicated team handles every project with care, precision, and efficiency."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -170,21 +87,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Expert Lawn Care",
|
||||
description: "Precision mowing, aeration, and fertilization programs tailored to your soil type.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-male-florist-standing-rows-with-potted-plants-cutting-bush-greenhouse-man-working-garden-growing-plants-pots-gardening-job-concept_74855-12788.jpg",
|
||||
},
|
||||
{
|
||||
title: "Hardscaping & Design",
|
||||
description: "Custom retaining walls, patios, and walkways built with durable, high-quality materials.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-brick-wall-background-from-old-building-quebec-city_649448-2025.jpg",
|
||||
},
|
||||
{
|
||||
title: "Hedge & Shrub Care",
|
||||
description: "Meticulous trimming, shaping, and removal of overgrown foliage to enhance curb appeal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-yard_342744-539.jpg",
|
||||
},
|
||||
{ title: "Expert Lawn Care", description: "Precision mowing, aeration, and fertilization programs tailored to your soil type.", imageSrc: "http://img.b2bpic.net/free-photo/focused-male-florist-standing-rows-with-potted-plants-cutting-bush-greenhouse-man-working-garden-growing-plants-pots-gardening-job-concept_74855-12788.jpg" },
|
||||
{ title: "Hardscaping & Design", description: "Custom retaining walls, patios, and walkways built with durable, high-quality materials.", imageSrc: "http://img.b2bpic.net/free-photo/colorful-brick-wall-background-from-old-building-quebec-city_649448-2025.jpg" },
|
||||
{ title: "Hedge & Shrub Care", description: "Meticulous trimming, shaping, and removal of overgrown foliage to enhance curb appeal.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-yard_342744-539.jpg" }
|
||||
]}
|
||||
title="Comprehensive Landscaping Solutions"
|
||||
description="Providing end-to-end services to keep your lawn and garden looking pristine all year round."
|
||||
@@ -193,30 +98,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "5.0",
|
||||
title: "Star Rating",
|
||||
description: "Average review score",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-gardener-holding-petrol-hedge-cutter-outdoors_7502-9614.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "3+",
|
||||
title: "Years Service",
|
||||
description: "Consistent high quality",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gray-brick-wall-background_1372-494.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
title: "Reliability",
|
||||
description: "Dedicated expert crews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cutting-pine-branches_23-2148396753.jpg",
|
||||
},
|
||||
{ id: "1", value: "5.0", title: "Star Rating", description: "Average review score", imageSrc: "http://img.b2bpic.net/free-photo/smiling-gardener-holding-petrol-hedge-cutter-outdoors_7502-9614.jpg" },
|
||||
{ id: "2", value: "3+", title: "Years Service", description: "Consistent high quality", imageSrc: "http://img.b2bpic.net/free-photo/gray-brick-wall-background_1372-494.jpg" },
|
||||
{ id: "3", value: "100%", title: "Reliability", description: "Dedicated expert crews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cutting-pine-branches_23-2148396753.jpg" }
|
||||
]}
|
||||
title="Our Proven Track Record"
|
||||
description="Professional quality confirmed by local homeowners."
|
||||
@@ -229,41 +117,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Daniel M.",
|
||||
handle: "@LocalGuide",
|
||||
testimonial: "These folks understand the 'secret' to customer satisfaction. Took out a massive hedge and replaced it with a lovely wall.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12325.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "BT Griffith",
|
||||
handle: "@LocalGuide",
|
||||
testimonial: "Hard working crews. Value service and professional attitude.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-doing-yoga-together-park_23-2149891971.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah J.",
|
||||
handle: "@HappyClient",
|
||||
testimonial: "Transformed our backyard into a peaceful oasis in just a few days.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-florist-her-nursery-standing-holding-potted-combination-succulents-her-hands-as-she-tends-gardenplants-greenhouse_158595-6976.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mike R.",
|
||||
handle: "@Homeowner",
|
||||
testimonial: "Very professional and always on time. My lawn looks pristine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-elderly-man-taking-stroll_23-2150233308.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emily D.",
|
||||
handle: "@Satisfied",
|
||||
testimonial: "Highly recommended for any hardscaping or landscaping needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-greenhouse_23-2148509894.jpg",
|
||||
},
|
||||
{ id: "1", name: "Daniel M.", handle: "@LocalGuide", testimonial: "These folks understand the 'secret' to customer satisfaction. Took out a massive hedge and replaced it with a lovely wall.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12325.jpg" },
|
||||
{ id: "2", name: "BT Griffith", handle: "@LocalGuide", testimonial: "Hard working crews. Value service and professional attitude.", imageSrc: "http://img.b2bpic.net/free-photo/friends-doing-yoga-together-park_23-2149891971.jpg" },
|
||||
{ id: "3", name: "Sarah J.", handle: "@HappyClient", testimonial: "Transformed our backyard into a peaceful oasis in just a few days.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-florist-her-nursery-standing-holding-potted-combination-succulents-her-hands-as-she-tends-gardenplants-greenhouse_158595-6976.jpg" },
|
||||
{ id: "4", name: "Mike R.", handle: "@Homeowner", testimonial: "Very professional and always on time. My lawn looks pristine.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-elderly-man-taking-stroll_23-2150233308.jpg" },
|
||||
{ id: "5", name: "Emily D.", handle: "@Satisfied", testimonial: "Highly recommended for any hardscaping or landscaping needs.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-greenhouse_23-2148509894.jpg" }
|
||||
]}
|
||||
title="Trusted by Local Homeowners"
|
||||
description="Don't just take our word for it—read what our satisfied clients have to say about our work."
|
||||
@@ -275,13 +133,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Landscape Pro Association",
|
||||
"Green Garden Certified",
|
||||
"Lawn Care Alliance",
|
||||
"Professional Landscaper Union",
|
||||
"Hardscape Excellence Group",
|
||||
"Home Services Trust",
|
||||
"Sustainability Landscaping Award",
|
||||
"Landscape Pro Association", "Green Garden Certified", "Lawn Care Alliance", "Professional Landscaper Union", "Hardscape Excellence Group", "Home Services Trust", "Sustainability Landscaping Award"
|
||||
]}
|
||||
title="Certifications & Partners"
|
||||
description="Committed to the highest industry standards for landscaping excellence."
|
||||
@@ -292,21 +144,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What areas do you serve?",
|
||||
content: "We primarily serve Lewistown, PA and surrounding communities.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you provide free quotes?",
|
||||
content: "Yes, we provide free consultations and estimates for all landscaping projects.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "How can I schedule a service?",
|
||||
content: "Contact us at (717) 248-8325 or fill out our contact form to get started.",
|
||||
},
|
||||
{ id: "1", title: "What areas do you serve?", content: "We primarily serve Lewistown, PA and surrounding communities." },
|
||||
{ id: "2", title: "Do you provide free quotes?", content: "Yes, we provide free consultations and estimates for all landscaping projects." },
|
||||
{ id: "3", title: "How can I schedule a service?", content: "Contact us at (717) 248-8325 or fill out our contact form to get started." }
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -316,9 +156,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in touch"
|
||||
title="Ready to Transform Your Landscape?"
|
||||
description="Send us a message and we'll reach out to discuss your project needs."
|
||||
@@ -329,45 +167,9 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Vega's Landscaping Inc."
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#features" }] },
|
||||
{ title: "Support", items: [{ label: "FAQs", href: "#faq" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user