Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -101,7 +101,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{"title":"Navigate","items":[{"label":"Properties","id":"properties"},{"label":"About Us","id":"about"},{"label":"Services","id":"services"},{"label":"Contact","id":"contact"}]},
|
||||
{"title":"Navigate","items":[{"label":"Properties","href":"#properties"},{"label":"About Us","href":"#about"},{"label":"Services","href":"#services"},{"label":"Contact","href":"#contact"}]},
|
||||
{"title":"Services","items":[{"label":"Buy Property","href":"#properties"},{"label":"Lease Options","href":"#services"},{"label":"Property Management","href":"#services"},{"label":"Investment Advice","href":"#about"}]},
|
||||
{"title":"Company","items":[{"label":"About","href":"#about"},{"label":"Our Team","href":"#about"},{"label":"Blog","href":"#"},{"label":"Careers","href":"#"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms & Conditions","href":"#"},{"label":"Cookie Policy","href":"#"}]}
|
||||
@@ -158,7 +158,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{"title":"Navigate","items":[{"label":"Properties","id":"properties"},{"label":"About Us","id":"about"},{"label":"Services","id":"services"},{"label":"Contact","id":"contact"}]},
|
||||
{"title":"Navigate","items":[{"label":"Properties","href":"#properties"},{"label":"About Us","href":"#about"},{"label":"Services","href":"#services"},{"label":"Contact","href":"#contact"}]},
|
||||
{"title":"Services","items":[{"label":"Buy Property","href":"#properties"},{"label":"Lease Options","href":"#services"},{"label":"Property Management","href":"#services"},{"label":"Investment Advice","href":"#about"}]},
|
||||
{"title":"Company","items":[{"label":"About","href":"#about"},{"label":"Our Team","href":"#about"},{"label":"Blog","href":"#"},{"label":"Careers","href":"#"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms & Conditions","href":"#"},{"label":"Cookie Policy","href":"#"}]}
|
||||
@@ -239,7 +239,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{"title":"Navigate","items":[{"label":"Properties","id":"properties"},{"label":"About Us","id":"about"},{"label":"Services","id":"services"},{"label":"Contact","id":"contact"}]},
|
||||
{"title":"Navigate","items":[{"label":"Properties","href":"#properties"},{"label":"About Us","href":"#about"},{"label":"Services","href":"#services"},{"label":"Contact","href":"#contact"}]},
|
||||
{"title":"Services","items":[{"label":"Buy Property","href":"#properties"},{"label":"Lease Options","href":"#services"},{"label":"Property Management","href":"#services"},{"label":"Investment Advice","href":"#about"}]},
|
||||
{"title":"Company","items":[{"label":"About","href":"#about"},{"label":"Our Team","href":"#about"},{"label":"Blog","href":"#"},{"label":"Careers","href":"#"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms & Conditions","href":"#"},{"label":"Cookie Policy","href":"#"}]}
|
||||
|
||||
Reference in New Issue
Block a user