Update src/app/page.tsx
This commit is contained in:
325
src/app/page.tsx
325
src/app/page.tsx
@@ -31,102 +31,44 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Timberton Tree"
|
||||
button={{
|
||||
text: "Free Estimate",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Free Estimate", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Professional Tree & Landscape Services You Can Trust"
|
||||
description="Expert Tree Removal, Property Maintenance & Landscape Solutions Built Around Reliability, Safety & Quality Work."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+15701234567",
|
||||
},
|
||||
{
|
||||
text: "Visit Our Facebook",
|
||||
href: "https://www.facebook.com/Timbertontree/",
|
||||
},
|
||||
{ text: "Call Now", href: "tel:+15701234567" },
|
||||
{ text: "Visit Our Facebook", href: "https://www.facebook.com/Timbertontree/" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309592.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-prepares-climb-ropes-park_1304-4993.jpg",
|
||||
alt: "Arborist in training",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hipster-man-traveling-with-backpack-standing-tree-against-sky-wearing-warm-jacket-active-tourist-exploring-nature-cold-season_285396-1580.jpg",
|
||||
alt: "Outdoor specialist",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg",
|
||||
alt: "Professional logger",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-lumberjack-woodcutter-standing-by-tree-trunk-woods-holding-chainsaw_342744-251.jpg",
|
||||
alt: "Woodcutter expert",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/asian-man-cutting-trees-using-electrical-chainsaw_1150-5896.jpg",
|
||||
alt: "Arborist specialist",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-prepares-climb-ropes-park_1304-4993.jpg", alt: "Arborist in training" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/hipster-man-traveling-with-backpack-standing-tree-against-sky-wearing-warm-jacket-active-tourist-exploring-nature-cold-season_285396-1580.jpg", alt: "Outdoor specialist" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg", alt: "Professional logger" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-lumberjack-woodcutter-standing-by-tree-trunk-woods-holding-chainsaw_342744-251.jpg", alt: "Woodcutter expert" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/asian-man-cutting-trees-using-electrical-chainsaw_1150-5896.jpg", alt: "Arborist specialist" },
|
||||
]}
|
||||
avatarText="Trusted by our local community."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed & Insured",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Emergency Service",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Free Consultations",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Guaranteed",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Crew",
|
||||
},
|
||||
{ type: "text", text: "Licensed & Insured" },
|
||||
{ type: "text", text: "24/7 Emergency Service" },
|
||||
{ type: "text", text: "Free Consultations" },
|
||||
{ type: "text", text: "Quality Guaranteed" },
|
||||
{ type: "text", text: "Professional Crew" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -138,31 +80,11 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Tree Removal",
|
||||
description: "Safe, professional tree removal regardless of size or complexity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148013569.jpg",
|
||||
},
|
||||
{
|
||||
title: "Stump Grinding",
|
||||
description: "Efficient stump removal to reclaim your yard space.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-strong-male-gardener-pushing-cart-equipment-transportation-close-up-metal_7502-10445.jpg",
|
||||
},
|
||||
{
|
||||
title: "Landscape Design",
|
||||
description: "Custom landscaping solutions to elevate your property's appeal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-yellow-house-with-wooden-windows-green-grassy-garden_181624-8074.jpg",
|
||||
},
|
||||
{
|
||||
title: "Emergency Cleanup",
|
||||
description: "Rapid storm debris cleanup and safety assessments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-tools-grass_23-2148224034.jpg",
|
||||
},
|
||||
{
|
||||
title: "Hedge Trimming",
|
||||
description: "Precision pruning for healthy and attractive hedges.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-watering-can-hand-shovel-gardening-scissors-near-green-leaves_23-2147948317.jpg",
|
||||
},
|
||||
{ title: "Tree Removal", description: "Safe, professional tree removal regardless of size or complexity.", imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148013569.jpg" },
|
||||
{ title: "Stump Grinding", description: "Efficient stump removal to reclaim your yard space.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-strong-male-gardener-pushing-cart-equipment-transportation-close-up-metal_7502-10445.jpg" },
|
||||
{ title: "Landscape Design", description: "Custom landscaping solutions to elevate your property's appeal.", imageSrc: "http://img.b2bpic.net/free-photo/charming-yellow-house-with-wooden-windows-green-grassy-garden_181624-8074.jpg" },
|
||||
{ title: "Emergency Cleanup", description: "Rapid storm debris cleanup and safety assessments.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-tools-grass_23-2148224034.jpg" },
|
||||
{ title: "Hedge Trimming", description: "Precision pruning for healthy and attractive hedges.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-watering-can-hand-shovel-gardening-scissors-near-green-leaves_23-2147948317.jpg" },
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="From hazardous removals to complete property transformations, we handle every detail with precision and safety."
|
||||
@@ -189,31 +111,11 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "10+",
|
||||
description: "Years of Experience",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "500+",
|
||||
description: "Projects Completed",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
description: "Satisfied Customers",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "24/7",
|
||||
description: "Emergency Support",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
value: "50+",
|
||||
description: "Local Reviews",
|
||||
},
|
||||
{ id: "1", value: "10+", description: "Years of Experience" },
|
||||
{ id: "2", value: "500+", description: "Projects Completed" },
|
||||
{ id: "3", value: "100%", description: "Satisfied Customers" },
|
||||
{ id: "4", value: "24/7", description: "Emergency Support" },
|
||||
{ id: "5", value: "50+", description: "Local Reviews" },
|
||||
]}
|
||||
title="Quality In Every Project"
|
||||
description="Safety focused, reliable communication, and local trust."
|
||||
@@ -222,46 +124,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "g1",
|
||||
name: "Yard Cleanup",
|
||||
price: "Before & After",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skilful-gardener-using-highaltitude-hedge-trimmer-while-shaping-bush-topiary-garden-side-view_7502-10480.jpg",
|
||||
},
|
||||
{
|
||||
id: "g2",
|
||||
name: "Large Tree Removal",
|
||||
price: "Professional Care",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg",
|
||||
},
|
||||
{
|
||||
id: "g3",
|
||||
name: "Landscape Path",
|
||||
price: "Custom Design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-female-worker-working-together-garden_23-2148165265.jpg",
|
||||
},
|
||||
{
|
||||
id: "g4",
|
||||
name: "Property Management",
|
||||
price: "Expert Care",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-carpenter-hitting-walls-with-hammer-using-manual-instrument-renovation-reconstruction-work-male-constructor-overalls-holding-jackhammer-mullet-tool_482257-60095.jpg",
|
||||
},
|
||||
{
|
||||
id: "g5",
|
||||
name: "Storm Cleanup",
|
||||
price: "Emergency Service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pile-logs-green-forest_181624-42990.jpg",
|
||||
},
|
||||
{
|
||||
id: "g6",
|
||||
name: "Hedge Maintenance",
|
||||
price: "Detail Oriented",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-dried-plants-grass-near-sidewalk_181624-8597.jpg",
|
||||
},
|
||||
{ id: "g1", name: "Yard Cleanup", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/skilful-gardener-using-highaltitude-hedge-trimmer-while-shaping-bush-topiary-garden-side-view_7502-10480.jpg" },
|
||||
{ id: "g2", name: "Large Tree Removal", price: "Professional Care", imageSrc: "http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg" },
|
||||
{ id: "g3", name: "Landscape Path", price: "Custom Design", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-female-worker-working-together-garden_23-2148165265.jpg" },
|
||||
{ id: "g4", name: "Property Management", price: "Expert Care", imageSrc: "http://img.b2bpic.net/free-photo/african-american-carpenter-hitting-walls-with-hammer-using-manual-instrument-renovation-reconstruction-work-male-constructor-overalls-holding-jackhammer-mullet-tool_482257-60095.jpg" },
|
||||
{ id: "g5", name: "Storm Cleanup", price: "Emergency Service", imageSrc: "http://img.b2bpic.net/free-photo/pile-logs-green-forest_181624-42990.jpg" },
|
||||
{ id: "g6", name: "Hedge Maintenance", price: "Detail Oriented", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-dried-plants-grass-near-sidewalk_181624-8597.jpg" },
|
||||
]}
|
||||
title="Project Gallery"
|
||||
description="See our transformations in action, from tree removal to complete landscape design."
|
||||
@@ -274,60 +147,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Homeowner",
|
||||
company: "Wyoming, PA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-protecting-house-model-office-looking-camera_23-2148203983.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
role: "Business Owner",
|
||||
company: "Timberton Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Homeowner",
|
||||
company: "Suburban Estate",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-enthusiastic-female-gardener-taking-care-bonsai-plants-her-own-garden-store_197531-31037.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Project Manager",
|
||||
company: "Local Property",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15997.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa B.",
|
||||
role: "Client",
|
||||
company: "Timberton Area",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517453.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", role: "Homeowner", company: "Wyoming, PA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-protecting-house-model-office-looking-camera_23-2148203983.jpg" },
|
||||
{ id: "2", name: "Michael C.", role: "Business Owner", company: "Timberton Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg" },
|
||||
{ id: "3", name: "Emily R.", role: "Homeowner", company: "Suburban Estate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-enthusiastic-female-gardener-taking-care-bonsai-plants-her-own-garden-store_197531-31037.jpg" },
|
||||
{ id: "4", name: "David K.", role: "Project Manager", company: "Local Property", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15997.jpg" },
|
||||
{ id: "5", name: "Lisa B.", role: "Client", company: "Timberton Area", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517453.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Satisfaction",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Support",
|
||||
},
|
||||
{ value: "5.0", label: "Avg Rating" },
|
||||
{ value: "100%", label: "Satisfaction" },
|
||||
{ value: "24/7", label: "Support" },
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from the local property owners we've helped with our services."
|
||||
@@ -337,9 +166,8 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
tag="Contact Us"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Need Reliable Tree or Landscape Services?"
|
||||
description="Contact Timberton Tree & Landscape Management today for professional outdoor solutions and free estimates."
|
||||
buttonText="Request Free Estimate"
|
||||
@@ -352,58 +180,25 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Tree Removal",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Tree Trimming",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Storm Cleanup",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Landscape Design",
|
||||
href: "#services",
|
||||
},
|
||||
title: "Services", items: [
|
||||
{ label: "Tree Removal", href: "#services" },
|
||||
{ label: "Tree Trimming", href: "#services" },
|
||||
{ label: "Storm Cleanup", href: "#services" },
|
||||
{ label: "Landscape Design", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://www.facebook.com/Timbertontree/",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Gallery", href: "#gallery" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Facebook", href: "https://www.facebook.com/Timbertontree/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user