Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-02-17 08:49:42 +00:00
3 changed files with 9 additions and 9 deletions

View File

@@ -70,10 +70,10 @@ export default function BlogPage() {
columns={[
{
title: "Navigate", items: [
{ label: "Properties", id: "properties" },
{ label: "About Us", id: "about" },
{ label: "Services", id: "services" },
{ label: "Contact", id: "contact" }
{ label: "Properties", href: "#properties" },
{ label: "About Us", href: "#about" },
{ label: "Services", href: "#services" },
{ label: "Contact", href: "#contact" }
]
},
{

View File

@@ -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":"#"}]}

View File

@@ -51,7 +51,7 @@ export default function ShopPage() {
<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":"#"}]}
@@ -107,7 +107,7 @@ export default function ShopPage() {
<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":"#"}]}