-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
565 lines (535 loc) · 29.8 KB
/
Copy pathindex.html
File metadata and controls
565 lines (535 loc) · 29.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GC4NB7MQL7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-GC4NB7MQL7');
</script>
<meta name="google-site-verification" content="HcHPVVU4p1_K4jeeTVE4qeFVE0dy2VEz3HXSIVt9TfU" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Technical SEO -->
<link rel="canonical" href="https://bizmapper.github.io/">
<meta name="robots" content="index, follow">
<link rel="alternate" hreflang="en" href="https://bizmapper.github.io/">
<link rel="sitemap" type="application/xml" title="Sitemap" href="https://bizmapper.github.io/sitemap.xml">
<title>Biz Mapper - Enhancing Your Business Online</title>
<meta name="description" content="Biz Mapper empowers local businesses to dominate searches with Google My Business optimization, targeted Local SEO, modern landing pages, digital solutions AI!!">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180.png">
<meta name="theme-color" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#1a1a1a">
<!-- Open Graph tags -->
<meta property="og:title" content="Biz Mapper - Enhancing Your Business Online">
<meta property="og:description" content="Biz Mapper empowers local businesses to dominate online searches with expert Google My Business optimization, targeted Local SEO, professional landing pages, and customized digital solutions.">
<meta property="og:image" content="https://bizmapper.github.io/assets/images/logo.png">
<meta property="og:type" content="website">
<meta property="og:url" content="https://bizmapper.github.io/">
<!-- Twitter Card tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Biz Mapper - Enhancing Your Business Online">
<meta name="twitter:description" content="Biz Mapper empowers local businesses to dominate online searches with expert Google My Business optimization, targeted Local SEO, professional landing pages, and customized digital solutions.">
<meta name="twitter:image" content="https://bizmapper.github.io/assets/images/logo.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Biz Mapper",
"url": "https://bizmapper.github.io/",
"logo": "https://bizmapper.github.io/assets/images/logo.png",
"image": "https://bizmapper.github.io/assets/images/logo.png",
"description": "Biz Mapper helps small businesses dominate local search with Google My Business optimization, local SEO, citation building, and landing page development.",
"email": "info.bizmapper@gmail.com",
"telephone": "+61-410-207-299",
"address": {
"@type": "PostalAddress",
"addressLocality": "Sydney",
"addressRegion": "NSW",
"addressCountry": "AU"
},
"areaServed": {
"@type": "City",
"name": "Sydney"
},
"priceRange": "$",
"sameAs": [
"https://www.facebook.com/BizMapper.AU/",
"https://twitter.com/BizMapper_AU",
"https://www.instagram.com/bizmapper/",
"https://www.linkedin.com/company/66298680/admin/dashboard/"
],
"knowsAbout": ["Google My Business Optimization", "Local SEO", "Citation Building", "Landing Page Development", "Logo Design", "Digital Marketing"]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Biz Mapper - Home",
"description": "Biz Mapper helps local businesses dominate searches with expert Google My Business optimization, targeted Local SEO, modern landing pages, and custom solutions.",
"url": "https://bizmapper.github.io/",
"breadcrumb": {
"@type": "BreadcrumbList",
"itemListElement": [
{"@type":"ListItem","position":1,"name":"Home","item":"https://bizmapper.github.io/"},
{"@type":"ListItem","position":2,"name":"Biz Mapper","item":"https://bizmapper.github.io/"}
]
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How long does GMB optimisation take to show results?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Basic profile changes like updating categories, hours, and photos go live within hours, but ranking improvements in local search typically take 2 to 4 weeks. Consistent review collection and weekly updates help accelerate the process."
}
},
{
"@type": "Question",
"name": "Do I need a website to benefit from local SEO?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, having a website significantly amplifies your local SEO efforts. While a well-optimized Google Business Profile can drive traffic on its own, a website gives you a place to showcase your work, capture leads, and build long-term search authority beyond just Google Maps."
}
},
{
"@type": "Question",
"name": "How much does local SEO cost for a small business?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Local SEO packages vary depending on competition and scope. Biz Mapper offers affordable, transparent pricing tailored for small businesses. Contact us for a free consultation and we will put together a plan that fits your budget."
}
},
{
"@type": "Question",
"name": "What services does Biz Mapper offer?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We provide Google My Business optimization, local SEO, citation building, landing page development, logo design, email setup, and digital marketing consulting."
}
},
{
"@type": "Question",
"name": "How do I get my business to show up on Google Maps?",
"acceptedAnswer": {
"@type": "Answer",
"text": "First, claim or create your Google Business Profile at google.com/business. Then verify your business address, select the right categories, upload photos, and collect reviews. Biz Mapper can handle the entire process for you to ensure your business appears in the Local 3-Pack."
}
},
{
"@type": "Question",
"name": "What is included in a free consultation?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We sit down with you to brainstorm your local goals, identify your target suburbs, analyse your competitors, and draft a custom step-by-step plan. There is no obligation and no pressure."
}
}
]
}
</script>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="icon" type="image/png" href="assets/images/logo.png">
</head>
<body>
<!-- Header -->
<header class="header">
<div class="container header-container">
<a href="#" class="logo">
<img src="assets/images/logo.png" alt="Biz Mapper Logo">
<span>Biz Mapper</span>
</a>
<nav class="nav">
<ul class="nav-list">
<li><a href="index.html" class="nav-link active">Home</a></li>
<li><a href="services.html" class="nav-link">Services</a></li>
<li><a href="projects.html" class="nav-link">Projects</a></li>
<li><a href="about.html" class="nav-link">About</a></li>
<li><a href="blog.html" class="nav-link">Blog</a></li>
<li><a href="#contact" class="nav-link btn-primary">Contact</a></li>
</ul>
<button class="mobile-menu-btn" aria-label="Toggle menu">
<i class="fa-solid fa-bars"></i>
</button>
</nav>
</div>
</header>
<main>
<!-- Breadcrumb navigation -->
<nav aria-label="breadcrumb" class="breadcrumb-nav">
<ol itemscope itemtype="https://schema.org/BreadcrumbList" class="breadcrumbs-list">
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><a itemprop="item" href="/"><span itemprop="name">Home</span></a><meta itemprop="position" content="1" /></li>
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><span itemprop="name">Biz Mapper</span><meta itemprop="position" content="2" /></li>
</ol>
</nav>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="container hero-container">
<div class="hero-content">
<h1 class="hero-title">Enhancing Your <span class="highlight">Business Online</span></h1>
<p class="hero-subtitle">We help you stand out in local searches and connect with more customers through expert Google My Business optimization and digital strategies.</p>
<p class="hero-links">Explore <a href="services.html">our services</a>, learn <a href="about.html">about us</a>, view <a href="projects.html">projects</a>, and read <a href="blog.html">our blog</a>.</p>
<div class="hero-buttons">
<a href="https://calendar.app.google/orstnE8J89WLVehk7" target="_blank" class="btn btn-primary">Book
a Free Consultation</a>
<a href="#services" class="btn btn-secondary">Explore Services</a>
</div>
</div>
<div class="hero-image">
<div class="hero-shape"></div>
</div>
</div>
</article>
</section>
<!-- Services Section -->
<section id="services" class="services">
<div class="container">
<div class="section-header">
<h2 class="section-title">How can Biz Mapper help grow your local business?</h2>
<p class="section-subtitle">Comprehensive solutions to boost your local presence.</p>
</div>
<div class="services-grid">
<div class="service-card">
<div class="service-icon"><i class="fa-brands fa-google"></i></div>
<h3>GMB Optimization</h3>
<p>Ideal for brick-and-mortar businesses wanting more foot traffic and online bookings. We optimise your Google Business Profile so you appear in the Local 3-Pack when customers search for services near you.</p>
</div>
<div class="service-card">
<div class="service-icon"><i class="fa-solid fa-map-location-dot"></i></div>
<h3>Local SEO</h3>
<p>Perfect for trades and service providers wanting to be found in specific suburbs. We target local keywords so calls and enquiries come from the right postcodes, not random clicks.</p>
</div>
<div class="service-card">
<div class="service-icon"><i class="fa-solid fa-list-check"></i></div>
<h3>Citation Building</h3>
<p>Especially important if you have recently moved premises or changed your phone number. We clean up inconsistent listings across directories so Google trusts your business address.</p>
</div>
<div class="service-card">
<div class="service-icon"><i class="fa-solid fa-laptop-code"></i></div>
<h3>Landing Page Development</h3>
<p>Great for businesses that need a professional web presence without the complexity. We build fast, mobile-friendly pages that showcase your work and make it easy for customers to reach you.</p>
</div>
</div>
<div style="text-align: center; margin-top: 40px;">
<a href="services.html" class="btn btn-secondary">Explore All Services & Pricing <i class="fa-solid fa-arrow-right" style="margin-left: 5px;"></i></a>
</div>
</div>
</article>
</section>
<!-- Other Services Section -->
<section class="page-hero">
<article>
<div class="container">
<div class="section-header">
<h2 class="section-title">What other digital tools does your business need?</h2>
<p class="section-subtitle">Additional solutions to give you a complete online presence.</p>
</div>
<div class="other-services-list">
<div class="other-service-item">
<i class="fa-solid fa-pen-nib"></i>
<span>Logo Design</span>
</div>
<div class="other-service-item">
<i class="fa-solid fa-envelope"></i>
<span>Email Setup</span>
</div>
<div class="other-service-item">
<i class="fa-solid fa-share-nodes"></i>
<span>Social Media Setup</span>
</div>
<div class="other-service-item">
<i class="fa-solid fa-address-card"></i>
<span>Digital Business Card</span>
</div>
<div class="other-service-item">
<i class="fa-solid fa-file-pdf"></i>
<span>Menu Design</span>
</div>
<div class="other-service-item">
<i class="fa-solid fa-print"></i>
<span>UberEats & DoorDash Integration</span>
</div>
</div>
</div>
</article>
</section>
<!-- Portfolio Section -->
<section id="portfolio" class="portfolio">
<div class="container">
<div class="section-header">
<h2 class="section-title">Who have we helped? See our recent work</h2>
<p class="section-subtitle">Real businesses that have transformed their local search presence with Biz Mapper.</p>
</div>
<div class="portfolio-grid">
<a href="https://www.mic-nsw.com.au" target="_blank" class="portfolio-item">
<img src="assets/images/portfolio/mic_nsw.png" alt="MIC NSW">
<div class="portfolio-overlay">
<h3>MIC NSW</h3>
<p>Business Landing Page</p>
</div>
</a>
<a href="https://forkfood.github.io" target="_blank" class="portfolio-item">
<img src="assets/images/portfolio/shawarma_wrap.png" alt="Shawarma Wrap">
<div class="portfolio-overlay">
<h3>Shawarma Wrap</h3>
<p>Restaurant Branding</p>
</div>
</a>
<a href="https://www.gingerfusion.com.au" target="_blank" class="portfolio-item">
<img src="assets/images/portfolio/ginger_fusion_new.png" alt="Ginger Fusion">
<div class="portfolio-overlay">
<h3>Ginger Fusion</h3>
<p>Cold Press Ginger Landing Page</p>
</div>
</a>
<a href="https://share.google/ky4duNDsqWP2POQgH" target="_blank" class="portfolio-item item-contain">
<img src="assets/images/portfolio/billy_bob.png" alt="Billy Bob Fadz">
<div class="portfolio-overlay">
<h3>Billy Bob Fadz</h3>
<p>Google Review Card</p>
</div>
</a>
<a href="https://maps.app.goo.gl/bNHSmwtR7BcGSUyg9" target="_blank" class="portfolio-item item-contain">
<img src="assets/images/portfolio/aluverse.jpg" alt="Aluverse">
<div class="portfolio-overlay">
<h3>Aluverse</h3>
<p>GMB Optimization</p>
</div>
</a>
<a href="https://t-hunter-table.github.io/" target="_blank" class="portfolio-item">
<img src="assets/images/portfolio/the_hunter_table.webp" alt="The Hunter's Table">
<div class="portfolio-overlay">
<h3>The Hunter's Table</h3>
<p>Restaurant Website</p>
</div>
</a>
</div>
<div style="text-align: center; margin-top: 40px;">
<a href="projects.html" class="btn btn-secondary">View Full Portfolio & Case Studies <i class="fa-solid fa-arrow-right" style="margin-left: 5px;"></i></a>
</div>
</div>
</section>
<!-- Mission Section -->
<section class="page-section">
<article>
<div class="container">
<div class="mission-content">
<h2 class="section-title">Our Mission & Vision</h2>
<p class="mission-text">To allow small businesses to have at least one professional email and one
landing page as a website to show their work.</p>
</div>
</div>
</article>
</section>
<!-- Why Choose Us -->
<section id="why-us" class="why-us">
<div class="container">
<div class="why-us-content">
<div class="why-us-text">
<h2 class="section-title">Why Choose Biz Mapper?</h2>
<ul class="features-list">
<li>
<i class="fa-solid fa-check-circle"></i>
<div>
<h4>Expertise</h4>
<p>Local Guide Level 8 on Google Maps</p>
</div>
</li>
<li>
<i class="fa-solid fa-check-circle"></i>
<div>
<h4>Tailored Strategies</h4>
<p>Custom plans designed to meet your specific business goals.</p>
</div>
</li>
<li>
<i class="fa-solid fa-check-circle"></i>
<div>
<h4>Proven Results</h4>
<p>Track record of helping businesses grow their online visibility.</p>
</div>
</li>
<li>
<i class="fa-solid fa-check-circle"></i>
<div>
<h4>Business Consultation</h4>
<p>We will sit down and jot down all the ideas in a brain storming session</p>
</div>
</li>
</ul>
<div style="margin-top: 30px;">
<a href="about.html" class="btn btn-secondary">Learn More About Our Team <i class="fa-solid fa-arrow-right" style="margin-left: 5px;"></i></a>
</div>
</div>
<div class="why-us-image">
<div class="image-placeholder"></div>
</div>
</div>
</div>
</section>
<!-- Blog Section Preview -->
<section class="page-section" style="background-color: #fff; border-top: 1px solid #eee; padding: 80px 0;">
<article>
<div class="container">
<div class="section-header">
<h2 class="section-title">Latest Insights</h2>
<p class="section-subtitle">Local SEO tips and strategies to help your business stand out.</p>
</div>
<div class="services-grid">
<div class="service-card" style="text-align: left;">
<div style="font-size: 0.85rem; color: #777; margin-bottom: 10px;">
<span><i class="fa-regular fa-calendar"></i> May 28, 2026</span>
</div>
<h3 style="font-size: 1.25rem; margin-bottom: 10px; color: var(--secondary-color);">GMB Optimization for Local Growth</h3>
<p style="margin-bottom: 20px;">Discover why optimizing your Google Business Profile is the absolute fastest way to attract new customers nearby...</p>
<a href="blog.html" class="blog-readmore" style="color: var(--primary-color); font-weight: 600; display: inline-flex; align-items: center; gap: 5px;">Read Article <i class="fa-solid fa-arrow-right"></i></a>
</div>
<div class="service-card" style="text-align: left;">
<div style="font-size: 0.85rem; color: #777; margin-bottom: 10px;">
<span><i class="fa-regular fa-calendar"></i> May 15, 2026</span>
</div>
<h3 style="font-size: 1.25rem; margin-bottom: 10px; color: var(--secondary-color);">Understanding Directory Citations</h3>
<p style="margin-bottom: 20px;">Consistency in your Name, Address, and Phone Number (NAP) is a major local ranking factor. Here's how to manage it...</p>
<a href="blog.html" class="blog-readmore" style="color: var(--primary-color); font-weight: 600; display: inline-flex; align-items: center; gap: 5px;">Read Article <i class="fa-solid fa-arrow-right"></i></a>
</div>
</div>
<div style="text-align: center; margin-top: 45px;">
<a href="blog.html" class="btn btn-secondary">Browse All Articles <i class="fa-solid fa-arrow-right" style="margin-left: 5px;"></i></a>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="page-section" style="background-color: #f9fafb; border-top: 1px solid #eee; padding: 80px 0;">
<div class="container">
<div class="section-header">
<h2 class="section-title">Frequently Asked Questions</h2>
<p class="section-subtitle">Quick answers to the questions we hear most from local business owners.</p>
</div>
<div class="faq-list" style="max-width: 800px; margin: 0 auto;">
<div class="faq-item">
<button class="faq-question">
How long does GMB optimisation take to show results?
<i class="fa-solid fa-chevron-down"></i>
</button>
<div class="faq-answer">
<p>Basic profile changes like updating categories, hours, and photos go live within hours, but ranking improvements in local search typically take 2 to 4 weeks. Consistent review collection and weekly updates help accelerate the process.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">
Do I need a website to benefit from local SEO?
<i class="fa-solid fa-chevron-down"></i>
</button>
<div class="faq-answer">
<p>Yes, having a website significantly amplifies your local SEO efforts. While a well-optimised Google Business Profile can drive traffic on its own, a website gives you a place to showcase your work, capture leads, and build long-term search authority beyond just Google Maps.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">
How much does local SEO cost for a small business?
<i class="fa-solid fa-chevron-down"></i>
</button>
<div class="faq-answer">
<p>Local SEO packages vary depending on competition and scope. Biz Mapper offers affordable, transparent pricing tailored for small businesses. Contact us for a free consultation and we will put together a plan that fits your budget.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">
How do I get my business to show up on Google Maps?
<i class="fa-solid fa-chevron-down"></i>
</button>
<div class="faq-answer">
<p>First, claim or create your Google Business Profile at google.com/business. Then verify your business address, select the right categories, upload photos, and collect reviews. Biz Mapper can handle the entire process for you to ensure your business appears in the Local 3-Pack.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">
What's included in the free consultation?
<i class="fa-solid fa-chevron-down"></i>
</button>
<div class="faq-answer">
<p>We sit down with you to brainstorm your local goals, identify your target suburbs, analyse your competitors, and draft a custom step-by-step plan. There is no obligation and no pressure.</p>
</div>
</div>
</div>
</div>
</section>
<!-- CTA / Contact Section -->
<section id="contact" class="contact">
<div class="container contact-container">
<div class="contact-box">
<h2>Get Started Today!</h2>
<p>Ready to take your business to the next level? Contact us for a free consultation.</p>
<div class="contact-info">
<a href="mailto:info.bizmapper@gmail.com" class="contact-link"><i class="fa-solid fa-envelope"></i>
info.bizmapper@gmail.com</a>
<a href="tel:0410207299" class="contact-link"><i class="fa-solid fa-phone"></i> 0410 207 299</a>
</div>
<a href="https://calendar.app.google/orstnE8J89WLVehk7" target="_blank"
class="btn btn-primary btn-large">Book a Free Consultation</a>
<div class="social-links">
<a href="https://www.instagram.com/bizmapper/" aria-label="Instagram" target="_blank"><img src="https://simpleicons.org/icons/instagram.svg" alt="Instagram"></a>
<a href="https://www.facebook.com/BizMapper.AU/" aria-label="Facebook" target="_blank"><img src="https://simpleicons.org/icons/facebook.svg" alt="Facebook"></a>
<a href="https://www.linkedin.com/company/66298680/admin/dashboard/" aria-label="LinkedIn" target="_blank"><img src="social icons/Linkedin icon 100x100.svg" alt="LinkedIn"></a>
<a href="https://x.com/BizMapper_AU" aria-label="X (Twitter)" target="_blank"><img src="https://simpleicons.org/icons/x.svg" alt="X"></a>
<a href="https://wa.me/61410207299" aria-label="WhatsApp" target="_blank"><img src="https://simpleicons.org/icons/whatsapp.svg" alt="WhatsApp"></a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-acknowledgment">
<div class="flag-icons">
<img src="assets/images/Footer/flag_country_aboriginal.png" alt="Aboriginal Flag" class="flag-icon">
<img src="assets/images/Footer/flag_country_torres-strait-islanders.png"
alt="Torres Strait Islander Flag" class="flag-icon">
</div>
<p class="acknowledgment-text">BizMapper acknowledges Aboriginal and Torres Strait Islander people as
the Traditional Custodians of the land and acknowledges and pays respect to their Elders, past and
present.</p>
</div>
<p>© 2026 Biz Mapper. All rights reserved.</p>
<p class="designer-credit">Designed by <a href="https://medohamdani.github.io" target="_blank"
class="hidden-link">Medo Hamdani</a></p>
</div>
</footer>
<script src="js/main.js"></script>
<script>
document.addEventListener('DOMContentLoaded', () => {
const faqQuestions = document.querySelectorAll('.faq-question');
faqQuestions.forEach(question => {
question.addEventListener('click', () => {
const answer = question.nextElementSibling;
const isActive = question.classList.contains('active');
faqQuestions.forEach(q => {
q.classList.remove('active');
q.nextElementSibling.classList.remove('show');
q.nextElementSibling.style.maxHeight = null;
});
if (!isActive) {
question.classList.add('active');
answer.classList.add('show');
answer.style.maxHeight = answer.scrollHeight + 'px';
}
});
});
});
</script>
</body>
</html>