Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Make Your Space Button Issue #75

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ <h1 class="display-1 hero-title slider-reveal newHero">
Best working environment that suits your business needs.
</p>
<a href="https://cdn.botpress.cloud/webchat/v2.2/shareable.html?configUrl=https://files.bpcontent.cloud/2024/10/29/14/20241029145535-1707TD8Z.json" id="chatbot-icon" target="_blank"><img src="image/bot1.png" alt=""></a>
<a href="#" class="btn btn-primary slider-reveal">
<a href="indexLayout.html" class="btn btn-primary slider-reveal">
<span class="text text-1 newHero">Make Your Space</span>

<span class="text text-2 newHero" aria-hidden="true">Make Your Space</span>
Expand All @@ -290,7 +290,7 @@ <h1 class="display-1 hero-title slider-reveal newHero">
Spaces that are occupied by Corporates and Start ups, designed with your business in mind
</p>
<a href="https://cdn.botpress.cloud/webchat/v2.2/shareable.html?configUrl=https://files.bpcontent.cloud/2024/10/29/14/20241029145535-1707TD8Z.json" id="chatbot-icon" target="_blank"><img src="image/bot1.png" alt=""></a>
<a href="#" class="btn btn-primary slider-reveal scale-up">
<a href="indexLayout.html" class="btn btn-primary slider-reveal scale-up">
<span class="text text-1 newHero">Make Your Space</span>

<span class="text text-2 newHero" aria-hidden="true">Make Your Space</span>
Expand Down Expand Up @@ -318,7 +318,7 @@ <h1 class="display-1 hero-title slider-reveal newHero ">
Come with your team & experience the joy of inspiring office design.
</p>
<a href="https://cdn.botpress.cloud/webchat/v2.2/shareable.html?configUrl=https://files.bpcontent.cloud/2024/10/29/14/20241029145535-1707TD8Z.json" id="chatbot-icon" target="_blank"><img src="image/bot1.png" alt=""></a>
<a href="#" class="btn btn-primary slider-reveal scale-up">
<a href="indexLayout.html" class="btn btn-primary slider-reveal scale-up">
<span class="text text-1 newHero">Make Your Space</span>

<span class="text text-2 newHero" aria-hidden="true">Make Your Space</span>
Expand Down
Loading