Update src/app/shop/page.tsx

This commit is contained in:
2026-02-26 23:55:44 +00:00
parent 772448bc20
commit 0dfd3b72f0

View File

@@ -40,8 +40,8 @@ function ShopPageContent() {
{"name":"Services","id":"services"},
{"name":"Results","id":"results"},
{"name":"Pricing","id":"pricing"},
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
{"name":"Products","id":"products"},
{"name":"Contact","id":"contact"}
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
@@ -52,7 +52,7 @@ function ShopPageContent() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Results","href":"#results"}]},
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Products","href":"#products"},{"label":"Results","href":"#results"}]},
{"title":"Resources","items":[{"label":"Blog","href":"#"},{"label":"FAQ","href":"#faq"},{"label":"Community","href":"#"},{"label":"Support","href":"#contact"}]},
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Contact Us","href":"#contact"},{"label":"Disclaimer","href":"#"}]}
]}
@@ -87,8 +87,8 @@ function ShopPageContent() {
{"name":"Services","id":"services"},
{"name":"Results","id":"results"},
{"name":"Pricing","id":"pricing"},
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
{"name":"Products","id":"products"},
{"name":"Contact","id":"contact"}
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
@@ -107,7 +107,7 @@ function ShopPageContent() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Results","href":"#results"}]},
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Products","href":"#products"},{"label":"Results","href":"#results"}]},
{"title":"Resources","items":[{"label":"Blog","href":"#"},{"label":"FAQ","href":"#faq"},{"label":"Community","href":"#"},{"label":"Support","href":"#contact"}]},
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Contact Us","href":"#contact"},{"label":"Disclaimer","href":"#"}]}
]}