3 Commits

Author SHA1 Message Date
aac83d3471 Merge version_3 into main
Merge version_3 into main
2026-04-29 01:39:52 +00:00
5aae79854b Update src/app/page.tsx 2026-04-29 01:39:49 +00:00
a64cb0bafc Merge version_2 into main
Merge version_2 into main
2026-04-29 01:39:09 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Services", name: "Services", id: "features"},
id: "features",
},
{ {
name: "Projects", name: "Projects", id: "products"},
id: "products",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Daggers" brandName="Daggers"
/> />
@@ -59,9 +51,7 @@ export default function LandingPage() {
description="Cutting edge landscaping for premium outdoor living. We transform your lawn into a masterpiece." description="Cutting edge landscaping for premium outdoor living. We transform your lawn into a masterpiece."
buttons={[ buttons={[
{ {
text: "Get Quote", text: "Get Quote", href: "#contact"},
href: "#contact",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/chinese-garden-n-zurich_1112-1143.jpg" imageSrc="http://img.b2bpic.net/free-photo/chinese-garden-n-zurich_1112-1143.jpg"
@@ -75,13 +65,9 @@ export default function LandingPage() {
description="At Daggers, we blend art and nature to craft breathtaking landscapes. With over 15 years of experience, we pride ourselves on sharpness, quality, and reliability." description="At Daggers, we blend art and nature to craft breathtaking landscapes. With over 15 years of experience, we pride ourselves on sharpness, quality, and reliability."
metrics={[ metrics={[
{ {
value: "500+", value: "500+", title: "Lawns Transformed"},
title: "Lawns Transformed",
},
{ {
value: "15+", value: "15+", title: "Years Experience"},
title: "Years Experience",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg?_wi=1"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -97,19 +83,13 @@ export default function LandingPage() {
features={[ features={[
{ {
icon: Sparkles, icon: Sparkles,
title: "Landscape Design", title: "Landscape Design", description: "Custom blueprints for unique backyard beauty."},
description: "Custom blueprints for unique backyard beauty.",
},
{ {
icon: Leaf, icon: Leaf,
title: "Planting & Care", title: "Planting & Care", description: "Expert selection and maintenance of local plants."},
description: "Expert selection and maintenance of local plants.",
},
{ {
icon: Wrench, icon: Wrench,
title: "Hardscaping", title: "Hardscaping", description: "Patios, paths, and retaining walls built to last."},
description: "Patios, paths, and retaining walls built to last.",
},
]} ]}
title="Our Professional Services" title="Our Professional Services"
description="High-quality landscaping services delivered with precision and care." description="High-quality landscaping services delivered with precision and care."
@@ -124,47 +104,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "1", id: "1", name: "Modern Patio", price: "Custom Quote", variant: "Hardscaping", imageSrc: "http://img.b2bpic.net/free-photo/background-gray-small-paving-stones-with-sprouted-grass-stones-top-view-path-refreshed-by-sun-idea-background-wallpaper_166373-3251.jpg"},
name: "Modern Patio",
price: "Custom Quote",
variant: "Hardscaping",
imageSrc: "http://img.b2bpic.net/free-photo/background-gray-small-paving-stones-with-sprouted-grass-stones-top-view-path-refreshed-by-sun-idea-background-wallpaper_166373-3251.jpg",
},
{ {
id: "2", id: "2", name: "Garden Edge", price: "Custom Quote", variant: "Lawn Care", imageSrc: "http://img.b2bpic.net/free-photo/town-park-with-benches-fireplace_114579-13022.jpg"},
name: "Garden Edge",
price: "Custom Quote",
variant: "Lawn Care",
imageSrc: "http://img.b2bpic.net/free-photo/town-park-with-benches-fireplace_114579-13022.jpg",
},
{ {
id: "3", id: "3", name: "Floral Bed", price: "Custom Quote", variant: "Planting", imageSrc: "http://img.b2bpic.net/free-photo/plants-seen-from_1160-867.jpg"},
name: "Floral Bed",
price: "Custom Quote",
variant: "Planting",
imageSrc: "http://img.b2bpic.net/free-photo/plants-seen-from_1160-867.jpg",
},
{ {
id: "4", id: "4", name: "Stone Path", price: "Custom Quote", variant: "Hardscaping", imageSrc: "http://img.b2bpic.net/free-photo/dirt-path-forest-park-passing-through-stone-ark-serra-bucaco-portugal_181624-34388.jpg"},
name: "Stone Path",
price: "Custom Quote",
variant: "Hardscaping",
imageSrc: "http://img.b2bpic.net/free-photo/dirt-path-forest-park-passing-through-stone-ark-serra-bucaco-portugal_181624-34388.jpg",
},
{ {
id: "5", id: "5", name: "Firepit Area", price: "Custom Quote", variant: "Hardscaping", imageSrc: "http://img.b2bpic.net/free-photo/pool-chair_74190-4576.jpg"},
name: "Firepit Area",
price: "Custom Quote",
variant: "Hardscaping",
imageSrc: "http://img.b2bpic.net/free-photo/pool-chair_74190-4576.jpg",
},
{ {
id: "6", id: "6", name: "Landscape Lighting", price: "Custom Quote", variant: "Lighting", imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg"},
name: "Landscape Lighting",
price: "Custom Quote",
variant: "Lighting",
imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg",
},
]} ]}
title="Recent Projects" title="Recent Projects"
description="Explore our portfolio of transformed landscapes." description="Explore our portfolio of transformed landscapes."
@@ -177,20 +127,11 @@ export default function LandingPage() {
title="Proven Quality" title="Proven Quality"
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "98%", description: "Client Satisfaction"},
value: "98%",
description: "Client Satisfaction",
},
{ {
id: "m2", id: "m2", value: "500+", description: "Successful Projects"},
value: "500+",
description: "Successful Projects",
},
{ {
id: "m3", id: "m3", value: "24/7", description: "Support Ready"},
value: "24/7",
description: "Support Ready",
},
]} ]}
tag="Reliability" tag="Reliability"
/> />
@@ -204,45 +145,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "John Doe", role: "Homeowner", company: "Client", rating: 5,
name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/picture-handsome-cheerful-young-farmer-with-thick-beard-spending-weekend-countryside_343059-3615.jpg"},
role: "Homeowner",
company: "Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/picture-handsome-cheerful-young-farmer-with-thick-beard-spending-weekend-countryside_343059-3615.jpg",
},
{ {
id: "2", id: "2", name: "Jane Smith", role: "Homeowner", company: "Client", rating: 5,
name: "Jane Smith", imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-beautiful-cheerful-bearded-caucasian-farmer-blue-shirt-gloves-smiling-working-with-garden-tools-his-farm-near-countryside-house_176420-19905.jpg"},
role: "Homeowner",
company: "Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-beautiful-cheerful-bearded-caucasian-farmer-blue-shirt-gloves-smiling-working-with-garden-tools-his-farm-near-countryside-house_176420-19905.jpg",
},
{ {
id: "3", id: "3", name: "Robert Fox", role: "Property Manager", company: "Client", rating: 5,
name: "Robert Fox", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-potted-plant_23-2147882154.jpg"},
role: "Property Manager",
company: "Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-potted-plant_23-2147882154.jpg",
},
{ {
id: "4", id: "4", name: "Sarah Miller", role: "Business Owner", company: "Client", rating: 5,
name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-posing_23-2148610242.jpg"},
role: "Business Owner",
company: "Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-posing_23-2148610242.jpg",
},
{ {
id: "5", id: "5", name: "Mike Davis", role: "Homeowner", company: "Client", rating: 5,
name: "Mike Davis", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outdoors_23-2149128132.jpg"},
role: "Homeowner",
company: "Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outdoors_23-2149128132.jpg",
},
]} ]}
title="What Clients Say" title="What Clients Say"
description="Read how we've helped homeowners realize their dreams." description="Read how we've helped homeowners realize their dreams."
@@ -255,20 +171,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "Do you provide free consultations?", content: "Yes, we offer free estimates for all landscaping projects."},
title: "Do you provide free consultations?",
content: "Yes, we offer free estimates for all landscaping projects.",
},
{ {
id: "f2", id: "f2", title: "What areas do you serve?", content: "We serve all neighborhoods within a 30-mile radius."},
title: "What areas do you serve?",
content: "We serve all neighborhoods within a 30-mile radius.",
},
{ {
id: "f3", id: "f3", title: "How quickly can you start?", content: "Depending on our schedule, we can start projects within 1-2 weeks."},
title: "How quickly can you start?",
content: "Depending on our schedule, we can start projects within 1-2 weeks.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -280,11 +187,11 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="Ready for your dream yard?" title="Ready for your dream yard?"
description="Send us a message and we'll get back to you within 24 hours." description="Send us a message and we'll get back to you within 24 hours."
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"
buttonText="Request Free Estimate"
tag="Inquiry" tag="Inquiry"
imageSrc="http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg?_wi=2"
/> />
@@ -294,29 +201,19 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Daggers", title: "Daggers", items: [
items: [
{ {
label: "About", label: "About", href: "#about"},
href: "#about",
},
{ {
label: "Services", label: "Services", href: "#features"},
href: "#features",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
]} ]}
@@ -326,4 +223,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }