Update src/app/shop/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user