fixed title on each page

This commit is contained in:
2026-01-08 11:45:12 +05:30
parent 859cdb5ee9
commit e8bc3af43f
8 changed files with 14 additions and 17 deletions

View File

@@ -1,8 +1,8 @@
{% extends 'public_base.html' %} {% extends 'public_base.html' %}
{% load static %} {% load static %}
{% block title %}Registered Address Services | Establish Your Business Presence{% endblock %} {% block title %}Via B42{% endblock %}
{% block meta_description %}Affordable registered address services in India and abroad. Establish your business presence with professional address solutions for startups and growing businesses.{% endblock %}
{% block content %} {% block content %}
<section class="bg-[#1E1E1E] text-white py-24"> <section class="bg-[#1E1E1E] text-white py-24">

View File

@@ -1,8 +1,8 @@
{% extends 'public_base.html' %} {% extends 'public_base.html' %}
{% load static %} {% load static %}
{% block title %}Your Digital Assistant Coach{% endblock %} {% block title %}FAQ{% endblock %}
{% block meta_description %}The app for successful coaches & teams that play to win.{% endblock %}
{% block content %} {% block content %}
<section class="bg-[#1a1a1a] text-white py-20"> <section class="bg-[#1a1a1a] text-white py-20">

View File

@@ -1,9 +1,6 @@
{% extends 'public_base.html' %} {% extends 'public_base.html' %}
{% load static %} {% load static %}
{% block title %}Help & Support{% endblock %}
{% block title %}
Privacy Policy | Register Your Startup
{% endblock %}
{% block content %} {% block content %}
<!-- Support Center Section --> <!-- Support Center Section -->
<section class="bg-slate-50"> <section class="bg-slate-50">

View File

@@ -1,9 +1,7 @@
{% extends 'public_base.html' %} {% extends 'public_base.html' %}
{% load static %} {% load static %}
{% block title %}Press | B42 Partnership Information{% endblock %} {% block title %}Press{% endblock %}
{% block meta_description %}To best present your partnership with B42 to your coaches, players, fans and members, we have compiled some helpful information and content for you here.{% endblock %}
{% block content %} {% block content %}
<!-- Dark background for the entire page --> <!-- Dark background for the entire page -->

View File

@@ -1,5 +1,8 @@
{% extends 'public_base.html' %} {% extends 'public_base.html' %}
{% load static %} {% load static %}
{% block title %}
Case Studies
{% endblock %}
{% block content %} {% block content %}
<div class="w-full bg-[#1a1a1a] py-12"> <div class="w-full bg-[#1a1a1a] py-12">

View File

@@ -1,8 +1,7 @@
{% extends 'public_base.html' %} {% extends 'public_base.html' %}
{% load static %} {% load static %}
{% block title %}Data Policy | B42{% endblock %} {% block title %}Data Protection{% endblock %}
{% block meta_description %}Privacy Policy and Data Protection Information for B42 by SFY GmbH.{% endblock %}
{% block content %} {% block content %}
<section class="bg-[#1a1a1a] text-white py-20"> <section class="bg-[#1a1a1a] text-white py-20">

View File

@@ -1,8 +1,8 @@
{% extends 'public_base.html' %} {% extends 'public_base.html' %}
{% load static %} {% load static %}
{% block title %}Imprint | B42{% endblock %} {% block title %}imprint{% endblock %}
{% block meta_description %}Imprint and Legal Information for B42 by SFY GmbH.{% endblock %}
{% block content %} {% block content %}
<section class="bg-[#1a1a1a] text-white py-20"> <section class="bg-[#1a1a1a] text-white py-20">

View File

@@ -1,8 +1,8 @@
{% extends 'public_base.html' %} {% extends 'public_base.html' %}
{% load static %} {% load static %}
{% block title %}Terms of Use | B42{% endblock %} {% block title %}Terms and Conditions{% endblock %}
{% block meta_description %}General Terms and Conditions of B42 by SFY GmbH.{% endblock %}
{% block content %} {% block content %}
<section class="bg-[#1a1a1a] text-white py-20"> <section class="bg-[#1a1a1a] text-white py-20">