Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/sections/General/Navigation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ const Navigation = () => {
$url="https://cloud.layer5.io/registration"
/>
)}
{/* <Button id="book-a-demo" aria-label="Book a demo" secondary className="banner-btn book-a-demo" external={true} title="Book a demo" alt="Book a demo" url="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3pmcApaDP4xd8hvG5fy8ylxuFxD3akIRc5vpWJ60q-HemQi80SFFAVftbiIsq9pgiA2o8yvU56?gv=true" /> */}
{/* <Button id="book-a-demo" aria-label="Book a demo" secondary className="banner-btn book-a-demo" external={true} title="Book a demo" url="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3pmcApaDP4xd8hvG5fy8ylxuFxD3akIRc5vpWJ60q-HemQi80SFFAVftbiIsq9pgiA2o8yvU56?gv=true" /> */}
{!userData && (
<Button
id="book-a-demo"
Expand Down
2 changes: 0 additions & 2 deletions src/sections/Kanvas/kanvas-buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,13 @@ const KanvasBtn = ({ title, style }) => {
$primary
$external={true}
title={title ? title : "Explore Kanvas"}
alt="Explore Kanvas"
$url="https://kanvas.new/"
/>
<Button
aria-label="Book a demo"
$secondary
$external={true}
title="Book a demo"
alt="Book a demo"
$url="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3pmcApaDP4xd8hvG5fy8ylxuFxD3akIRc5vpWJ60q-HemQi80SFFAVftbiIsq9pgiA2o8yvU56?gv=true"
/>
</BtnContainer>
Expand Down
12 changes: 6 additions & 6 deletions src/sections/Products/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ const index = () => {
flexibility, elevating operations to new efficiencies.{" "}
</p>
<div className="btn">
<Button secondary className="banner-btn two" $external={true} title="Explore Now" alt="" $url="https://cloud.layer5.io/"/>
<Button id="book-a-demo" aria-label="Book a demo" primary className="banner-btn book-a-demo" $external={true} title="Book a demo" alt="Book a demo" $url="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3pmcApaDP4xd8hvG5fy8ylxuFxD3akIRc5vpWJ60q-HemQi80SFFAVftbiIsq9pgiA2o8yvU56?gv=true" />
<Button secondary className="banner-btn two" $external={true} title="Explore Now" $url="https://cloud.layer5.io/"/>
<Button id="book-a-demo" aria-label="Book a demo" primary className="banner-btn book-a-demo" $external={true} title="Book a demo" $url="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3pmcApaDP4xd8hvG5fy8ylxuFxD3akIRc5vpWJ60q-HemQi80SFFAVftbiIsq9pgiA2o8yvU56?gv=true" />
</div>
</div>
<div className="product_hero_img">
Expand Down Expand Up @@ -109,7 +109,7 @@ const index = () => {
{/* </Link> */}
{/* TEMPORARY COMMENTED BUTTON */}
{/* <div className="btns">
<Button button secondary className="banner-btn two" title="Subscribe" alt=""/>
<Button button secondary className="banner-btn two" title="Subscribe"/>
</div> */}
</div>
</div>
Expand All @@ -127,7 +127,7 @@ const index = () => {
<p className="paraInfo">
Embrace the future of technology and embark on a transformative journey with our comprehensive range of products prepared to meet your needs. Elevate, Innovate, and conquer the cloud with us today!
</p>
<Button button secondary className="banner-btn two" title="Open Playground" alt="Cloud Native Playground" $url="https://play.meshery.io" />
<Button button secondary className="banner-btn two" title="Open Playground" $url="https://play.meshery.io" />
</div>
</div>
<div className="headers bot_gap">
Expand All @@ -142,7 +142,7 @@ const index = () => {
<PlanCard planData={options}/>

<Row $Vcenter $Hcenter className={"comparison-button"}>
<Button $primary title="Feature Comparison" alt="Feature Comparison" $url={"/pricing/#feature-comparison"}/>
<Button $primary title="Feature Comparison" $url={"/pricing/#feature-comparison"}/>
</Row>

<div className="headers gap">
Expand All @@ -159,7 +159,7 @@ const index = () => {
Book to see it in action! Our experts are eager to guide you through the incredible possibilities that Layer5 offers. Take this opportunity to discover what more your infrastructure can do for you!
</p>
</div>
<Button $external={true} $primary title="Book a Demo" alt="Book a demo" $url="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3pmcApaDP4xd8hvG5fy8ylxuFxD3akIRc5vpWJ60q-HemQi80SFFAVftbiIsq9pgiA2o8yvU56?gv=true" />
<Button $external={true} $primary title="Book a Demo" $url="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3pmcApaDP4xd8hvG5fy8ylxuFxD3akIRc5vpWJ60q-HemQi80SFFAVftbiIsq9pgiA2o8yvU56?gv=true" />
</div>
</div>
</ProductsWrapper>
Expand Down
1 change: 0 additions & 1 deletion src/sections/Solutions/solutions-buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const DemoBtn = ({ style }) => {
$secondary
$external={true}
title="Book a demo"
alt="Book a demo"
$url="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3pmcApaDP4xd8hvG5fy8ylxuFxD3akIRc5vpWJ60q-HemQi80SFFAVftbiIsq9pgiA2o8yvU56?gv=true"
/>
</BtnContainer>
Expand Down
Loading