Update src/app/shop/page.tsx

This commit is contained in:
2026-02-26 23:58:21 +00:00
parent d9c6207e52
commit 1db2ada6ba

View File

@@ -39,7 +39,6 @@ function ShopPageContent() {
{"name":"Home","id":"/"},
{"name":"Services","id":"services"},
{"name":"Results","id":"results"},
{"name":"Pricing","id":"pricing"},
{"name":"Products","id":"products"},
{"name":"Contact","id":"contact"}
]}
@@ -52,7 +51,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":"Products","href":"#products"},{"label":"Results","href":"#results"}]},
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"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":"#"}]}
]}
@@ -86,7 +85,6 @@ function ShopPageContent() {
{"name":"Home","id":"/"},
{"name":"Services","id":"services"},
{"name":"Results","id":"results"},
{"name":"Pricing","id":"pricing"},
{"name":"Products","id":"products"},
{"name":"Contact","id":"contact"}
]}
@@ -107,7 +105,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":"Products","href":"#products"},{"label":"Results","href":"#results"}]},
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"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":"#"}]}
]}