Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-02-26 20:14:46 +00:00
3 changed files with 52 additions and 57 deletions

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
@@ -59,7 +59,7 @@ export default function LandingPage() {
{"imageSrc": "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg", "imageAlt": "Expert tree trimming and pruning"},
{"imageSrc": "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500875.jpg", "imageAlt": "Professional tree service crew"},
{"imageSrc": "http://img.b2bpic.net/free-photo/climber-looking-his-carabiners_23-2147665142.jpg", "imageAlt": "Professional equipment and safety gear"}
]
]}
ariaLabel="Hero section - Nashville tree service"
/>
</div>

View File

@@ -93,16 +93,15 @@ function ProductPageContent({ params }: ProductPageProps) {
<NavbarStyleFullscreen
brandName="Sky Tree Services"
navItems={[
{"name":"Home","id":"/"},
{"name":"Services","id":"services"},
{"name":"Why Us","id":"why-us"},
{"name":"Reviews","id":"reviews"},
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
{"name": "Home", "id": "/"},
{"name": "Services", "id": "services"},
{"name": "Why Us", "id": "why-us"},
{"name": "Reviews", "id": "reviews"},
{"name": "Contact", "id": "contact"},
{"name": "Shop", "id": "/shop"}
]}
bottomLeftText="Nashville, TN"
bottomRightText="(615) 568-9651"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -112,10 +111,10 @@ function ProductPageContent({ params }: ProductPageProps) {
<FooterBase
logoText="Sky Tree Services"
columns={[
{"title":"Services","items":[{"label":"Tree Removal","href":"#services"},{"label":"Emergency Service","href":"#services"},{"label":"Tree Trimming","href":"#services"},{"label":"Storm Cleanup","href":"#services"}]},
{"title":"Company","items":[{"label":"About Us","href":"#why-us"},{"label":"Reviews","href":"#reviews"},{"label":"Get Estimate","href":"#contact"}]},
{"title":"Contact","items":[{"label":"Call: (615) 568-9651","href":"tel:615-568-9651"},{"label":"Nashville, TN 37217","href":"#"},{"label":"Available 24/7","href":"#"}]}
]
{"title": "Services", "items": [{"label": "Tree Removal", "href": "#services"}, {"label": "Emergency Service", "href": "#services"}, {"label": "Tree Trimming", "href": "#services"}, {"label": "Storm Cleanup", "href": "#services"}]},
{"title": "Company", "items": [{"label": "About Us", "href": "#why-us"}, {"label": "Reviews", "href": "#reviews"}, {"label": "Get Estimate", "href": "#contact"}]},
{"title": "Contact", "items": [{"label": "Call: (615) 568-9651", "href": "tel:615-568-9651"}, {"label": "Nashville, TN 37217", "href": "#"}, {"label": "Available 24/7", "href": "#"}]}
]}
copyrightText="© 2025 Sky Tree Services LLC | Locally Owned & Operated"
/>
</div>
@@ -143,16 +142,15 @@ function ProductPageContent({ params }: ProductPageProps) {
<NavbarStyleFullscreen
brandName="Sky Tree Services"
navItems={[
{"name":"Home","id":"/"},
{"name":"Services","id":"services"},
{"name":"Why Us","id":"why-us"},
{"name":"Reviews","id":"reviews"},
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
{"name": "Home", "id": "/"},
{"name": "Services", "id": "services"},
{"name": "Why Us", "id": "why-us"},
{"name": "Reviews", "id": "reviews"},
{"name": "Contact", "id": "contact"},
{"name": "Shop", "id": "/shop"}
]}
bottomLeftText="Nashville, TN"
bottomRightText="(615) 568-9651"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -170,10 +168,10 @@ function ProductPageContent({ params }: ProductPageProps) {
<FooterBase
logoText="Sky Tree Services"
columns={[
{"title":"Services","items":[{"label":"Tree Removal","href":"#services"},{"label":"Emergency Service","href":"#services"},{"label":"Tree Trimming","href":"#services"},{"label":"Storm Cleanup","href":"#services"}]},
{"title":"Company","items":[{"label":"About Us","href":"#why-us"},{"label":"Reviews","href":"#reviews"},{"label":"Get Estimate","href":"#contact"}]},
{"title":"Contact","items":[{"label":"Call: (615) 568-9651","href":"tel:615-568-9651"},{"label":"Nashville, TN 37217","href":"#"},{"label":"Available 24/7","href":"#"}]}
]
{"title": "Services", "items": [{"label": "Tree Removal", "href": "#services"}, {"label": "Emergency Service", "href": "#services"}, {"label": "Tree Trimming", "href": "#services"}, {"label": "Storm Cleanup", "href": "#services"}]},
{"title": "Company", "items": [{"label": "About Us", "href": "#why-us"}, {"label": "Reviews", "href": "#reviews"}, {"label": "Get Estimate", "href": "#contact"}]},
{"title": "Contact", "items": [{"label": "Call: (615) 568-9651", "href": "tel:615-568-9651"}, {"label": "Nashville, TN 37217", "href": "#"}, {"label": "Available 24/7", "href": "#"}]}
]}
copyrightText="© 2025 Sky Tree Services LLC | Locally Owned & Operated"
/>
</div>
@@ -200,16 +198,15 @@ function ProductPageContent({ params }: ProductPageProps) {
<NavbarStyleFullscreen
brandName="Sky Tree Services"
navItems={[
{"name":"Home","id":"/"},
{"name":"Services","id":"services"},
{"name":"Why Us","id":"why-us"},
{"name":"Reviews","id":"reviews"},
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
{"name": "Home", "id": "/"},
{"name": "Services", "id": "services"},
{"name": "Why Us", "id": "why-us"},
{"name": "Reviews", "id": "reviews"},
{"name": "Contact", "id": "contact"},
{"name": "Shop", "id": "/shop"}
]}
bottomLeftText="Nashville, TN"
bottomRightText="(615) 568-9651"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<div id="product-detail" data-section="product-detail">
@@ -252,10 +249,10 @@ function ProductPageContent({ params }: ProductPageProps) {
<FooterBase
logoText="Sky Tree Services"
columns={[
{"title":"Services","items":[{"label":"Tree Removal","href":"#services"},{"label":"Emergency Service","href":"#services"},{"label":"Tree Trimming","href":"#services"},{"label":"Storm Cleanup","href":"#services"}]},
{"title":"Company","items":[{"label":"About Us","href":"#why-us"},{"label":"Reviews","href":"#reviews"},{"label":"Get Estimate","href":"#contact"}]},
{"title":"Contact","items":[{"label":"Call: (615) 568-9651","href":"tel:615-568-9651"},{"label":"Nashville, TN 37217","href":"#"},{"label":"Available 24/7","href":"#"}]}
]
{"title": "Services", "items": [{"label": "Tree Removal", "href": "#services"}, {"label": "Emergency Service", "href": "#services"}, {"label": "Tree Trimming", "href": "#services"}, {"label": "Storm Cleanup", "href": "#services"}]},
{"title": "Company", "items": [{"label": "About Us", "href": "#why-us"}, {"label": "Reviews", "href": "#reviews"}, {"label": "Get Estimate", "href": "#contact"}]},
{"title": "Contact", "items": [{"label": "Call: (615) 568-9651", "href": "tel:615-568-9651"}, {"label": "Nashville, TN 37217", "href": "#"}, {"label": "Available 24/7", "href": "#"}]}
]}
copyrightText="© 2025 Sky Tree Services LLC | Locally Owned & Operated"
/>
</div>

View File

@@ -39,16 +39,15 @@ function ShopPageContent() {
<NavbarStyleFullscreen
brandName="Sky Tree Services"
navItems={[
{"name":"Home","id":"/"},
{"name":"Services","id":"services"},
{"name":"Why Us","id":"why-us"},
{"name":"Reviews","id":"reviews"},
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
{"name": "Home", "id": "/"},
{"name": "Services", "id": "services"},
{"name": "Why Us", "id": "why-us"},
{"name": "Reviews", "id": "reviews"},
{"name": "Contact", "id": "contact"},
{"name": "Shop", "id": "/shop"}
]}
bottomLeftText="Nashville, TN"
bottomRightText="(615) 568-9651"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -58,10 +57,10 @@ function ShopPageContent() {
<FooterBase
logoText="Sky Tree Services"
columns={[
{"title":"Services","items":[{"label":"Tree Removal","href":"#services"},{"label":"Emergency Service","href":"#services"},{"label":"Tree Trimming","href":"#services"},{"label":"Storm Cleanup","href":"#services"}]},
{"title":"Company","items":[{"label":"About Us","href":"#why-us"},{"label":"Reviews","href":"#reviews"},{"label":"Get Estimate","href":"#contact"}]},
{"title":"Contact","items":[{"label":"Call: (615) 568-9651","href":"tel:615-568-9651"},{"label":"Nashville, TN 37217","href":"#"},{"label":"Available 24/7","href":"#"}]}
]
{"title": "Services", "items": [{"label": "Tree Removal", "href": "#services"}, {"label": "Emergency Service", "href": "#services"}, {"label": "Tree Trimming", "href": "#services"}, {"label": "Storm Cleanup", "href": "#services"}]},
{"title": "Company", "items": [{"label": "About Us", "href": "#why-us"}, {"label": "Reviews", "href": "#reviews"}, {"label": "Get Estimate", "href": "#contact"}]},
{"title": "Contact", "items": [{"label": "Call: (615) 568-9651", "href": "tel:615-568-9651"}, {"label": "Nashville, TN 37217", "href": "#"}, {"label": "Available 24/7", "href": "#"}]}
]}
copyrightText="© 2025 Sky Tree Services LLC | Locally Owned & Operated"
/>
</div>
@@ -88,16 +87,15 @@ function ShopPageContent() {
<NavbarStyleFullscreen
brandName="Sky Tree Services"
navItems={[
{"name":"Home","id":"/"},
{"name":"Services","id":"services"},
{"name":"Why Us","id":"why-us"},
{"name":"Reviews","id":"reviews"},
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
{"name": "Home", "id": "/"},
{"name": "Services", "id": "services"},
{"name": "Why Us", "id": "why-us"},
{"name": "Reviews", "id": "reviews"},
{"name": "Contact", "id": "contact"},
{"name": "Shop", "id": "/shop"}
]}
bottomLeftText="Nashville, TN"
bottomRightText="(615) 568-9651"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<div id="product-catalog" data-section="product-catalog">
@@ -115,10 +113,10 @@ function ShopPageContent() {
<FooterBase
logoText="Sky Tree Services"
columns={[
{"title":"Services","items":[{"label":"Tree Removal","href":"#services"},{"label":"Emergency Service","href":"#services"},{"label":"Tree Trimming","href":"#services"},{"label":"Storm Cleanup","href":"#services"}]},
{"title":"Company","items":[{"label":"About Us","href":"#why-us"},{"label":"Reviews","href":"#reviews"},{"label":"Get Estimate","href":"#contact"}]},
{"title":"Contact","items":[{"label":"Call: (615) 568-9651","href":"tel:615-568-9651"},{"label":"Nashville, TN 37217","href":"#"},{"label":"Available 24/7","href":"#"}]}
]
{"title": "Services", "items": [{"label": "Tree Removal", "href": "#services"}, {"label": "Emergency Service", "href": "#services"}, {"label": "Tree Trimming", "href": "#services"}, {"label": "Storm Cleanup", "href": "#services"}]},
{"title": "Company", "items": [{"label": "About Us", "href": "#why-us"}, {"label": "Reviews", "href": "#reviews"}, {"label": "Get Estimate", "href": "#contact"}]},
{"title": "Contact", "items": [{"label": "Call: (615) 568-9651", "href": "tel:615-568-9651"}, {"label": "Nashville, TN 37217", "href": "#"}, {"label": "Available 24/7", "href": "#"}]}
]}
copyrightText="© 2025 Sky Tree Services LLC | Locally Owned & Operated"
/>
</div>