Merge version_1 into main #1
211
src/app/page.tsx
211
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Medford & Daughterz"
|
||||
/>
|
||||
@@ -55,38 +47,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="Medford & Daughterz Extreme Landscaping"
|
||||
description="Professional tree trimming, landscape design, and lawn care for Rancho Cordova. 125+ 5-star reviews and counting."
|
||||
tag="Trusted Arborists & Landscapers"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:9162707757",
|
||||
},
|
||||
text: "Call Now", href: "tel:9162707757"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-lumberjack-cutting-oak-tree-with-chainsaw-forest_342744-507.jpg",
|
||||
imageAlt: "Tree trimming service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-lumberjack-cutting-oak-tree-with-chainsaw-forest_342744-507.jpg", imageAlt: "Tree trimming service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nature-lover-working-greenhouse_23-2149037240.jpg",
|
||||
imageAlt: "Landscaping service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-dried-branches_23-2148396748.jpg",
|
||||
imageAlt: "Man cutting dried branches",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cutting-dried-branches_23-2148396749.jpg",
|
||||
imageAlt: "Close-up man cutting dried branches",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309558.jpg",
|
||||
imageAlt: "Close up on park ranger in woods",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nature-lover-working-greenhouse_23-2149037240.jpg", imageAlt: "Landscaping service"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={4.8}
|
||||
@@ -99,14 +72,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Mission",
|
||||
},
|
||||
type: "text", content: "Our Mission"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer-using-laptop_158595-7050.jpg",
|
||||
alt: "Landscape design",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer-using-laptop_158595-7050.jpg", alt: "Landscape design"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,26 +86,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Tree Care",
|
||||
description: "Professional pruning, trimming, and transplanting services.",
|
||||
tag: "Arborist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/someone-trimming-bushes-with-garden-scissors_1157-37102.jpg",
|
||||
},
|
||||
id: "s1", title: "Tree Care", description: "Professional pruning, trimming, and transplanting services.", tag: "Arborist", imageSrc: "http://img.b2bpic.net/free-photo/someone-trimming-bushes-with-garden-scissors_1157-37102.jpg"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Lawn Maintenance",
|
||||
description: "Regular mowing, seeding, and weed control for lush lawns.",
|
||||
tag: "Lawn Care",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/child-learning-how-plant-tree_23-2148943286.jpg",
|
||||
},
|
||||
id: "s2", title: "Lawn Maintenance", description: "Regular mowing, seeding, and weed control for lush lawns.", tag: "Lawn Care", imageSrc: "http://img.b2bpic.net/free-photo/child-learning-how-plant-tree_23-2148943286.jpg"},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Landscape Design",
|
||||
description: "Full-scale design, mulching, and sod installation projects.",
|
||||
tag: "Design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-cutting-plant_23-2147768500.jpg",
|
||||
},
|
||||
id: "s3", title: "Landscape Design", description: "Full-scale design, mulching, and sod installation projects.", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-cutting-plant_23-2147768500.jpg"},
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
description="We offer comprehensive landscaping solutions for your residential and commercial needs."
|
||||
@@ -152,41 +105,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Tree Trimming",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500838.jpg",
|
||||
},
|
||||
id: "p1", name: "Tree Trimming", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500838.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Tree Planting",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools_23-2148928494.jpg",
|
||||
},
|
||||
id: "p2", name: "Tree Planting", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools_23-2148928494.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Grass Seeding",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/planting-trees-as-part-reforestation-process_23-2149409979.jpg",
|
||||
},
|
||||
id: "p3", name: "Grass Seeding", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/planting-trees-as-part-reforestation-process_23-2149409979.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Irrigation Maintenance",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-international-worker-s-day-with-engineer-tools_23-2150269714.jpg",
|
||||
},
|
||||
id: "p4", name: "Irrigation Maintenance", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/top-view-international-worker-s-day-with-engineer-tools_23-2150269714.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Mulching Service",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-petrol-hedge-cutter-that-holding-afro-gardener_651396-1481.jpg",
|
||||
},
|
||||
id: "p5", name: "Mulching Service", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/close-up-petrol-hedge-cutter-that-holding-afro-gardener_651396-1481.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Weed Control",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cutting-pine-branches_23-2148396753.jpg",
|
||||
},
|
||||
id: "p6", name: "Weed Control", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cutting-pine-branches_23-2148396753.jpg"},
|
||||
]}
|
||||
title="Specialized Solutions"
|
||||
description="Premium landscape care packages."
|
||||
@@ -199,45 +128,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Excellent work",
|
||||
quote: "Professional tree work, very impressed.",
|
||||
name: "John Doe",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-female-friends-taking-selfie-with-smartphone_23-2148708898.jpg",
|
||||
},
|
||||
id: "1", title: "Excellent work", quote: "Professional tree work, very impressed.", name: "John Doe", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiley-female-friends-taking-selfie-with-smartphone_23-2148708898.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Highly recommended",
|
||||
quote: "Reliable and thorough yard work.",
|
||||
name: "Jane Smith",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-box-braid-hairstyle-flower-pot_23-2148509227.jpg",
|
||||
},
|
||||
id: "2", title: "Highly recommended", quote: "Reliable and thorough yard work.", name: "Jane Smith", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-box-braid-hairstyle-flower-pot_23-2148509227.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Perfect landscape",
|
||||
quote: "Changed my lawn completely.",
|
||||
name: "Mike Brown",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/older-man-tourist-lounge-area-sofa_482257-81670.jpg",
|
||||
},
|
||||
id: "3", title: "Perfect landscape", quote: "Changed my lawn completely.", name: "Mike Brown", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/older-man-tourist-lounge-area-sofa_482257-81670.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Fast service",
|
||||
quote: "Quick and responsive company.",
|
||||
name: "Alice Green",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-walking-park_23-2147606933.jpg",
|
||||
},
|
||||
id: "4", title: "Fast service", quote: "Quick and responsive company.", name: "Alice Green", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-walking-park_23-2147606933.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Great team",
|
||||
quote: "Friendly and skilled workers.",
|
||||
name: "Bob White",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924139.jpg",
|
||||
},
|
||||
id: "5", title: "Great team", quote: "Friendly and skilled workers.", name: "Bob White", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924139.jpg"},
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="What our happy clients say about our service."
|
||||
@@ -251,20 +150,11 @@ export default function LandingPage() {
|
||||
tag="Achievements"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "125+",
|
||||
description: "5-Star Reviews",
|
||||
},
|
||||
id: "m1", value: "125+", description: "5-Star Reviews"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.8",
|
||||
description: "Avg. Rating",
|
||||
},
|
||||
id: "m2", value: "4.8", description: "Avg. Rating"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Satisfied Clients",
|
||||
},
|
||||
id: "m3", value: "100%", description: "Satisfied Clients"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -276,20 +166,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you serve Rancho Cordova?",
|
||||
content: "Yes, we serve Rancho Cordova and surrounding areas.",
|
||||
},
|
||||
id: "f1", title: "Do you serve Rancho Cordova?", content: "Yes, we serve Rancho Cordova and surrounding areas."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How do I get a quote?",
|
||||
content: "Call us at (916) 270-7757 for an estimate.",
|
||||
},
|
||||
id: "f2", title: "How do I get a quote?", content: "Call us at (916) 270-7757 for an estimate."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What are your hours?",
|
||||
content: "We open at 8 AM, Monday to Friday.",
|
||||
},
|
||||
id: "f3", title: "What are your hours?", content: "We open at 8 AM, Monday to Friday."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/concentrated-gardeners-arranging-coniferous-plants-garden-man-woman-wearing-aprons-growing-small-thuja-greenhouse-selective-focus-commercial-gardening-activity-summer-concept_74855-12739.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -305,16 +186,10 @@ export default function LandingPage() {
|
||||
description="Book your landscaping service today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pensive-man-using-tablet-calling-phone-park_1262-20293.jpg"
|
||||
@@ -326,29 +201,19 @@ export default function LandingPage() {
|
||||
logoText="Medford & Daughterz"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Tree Care",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Tree Care", href: "#services"},
|
||||
{
|
||||
label: "Lawn Care",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Lawn Care", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user