Skip to content

Commit

Permalink
remove demo/calendly links from konfigthis.com
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Oct 10, 2024
1 parent 0dec253 commit 236f20d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions konfigthis.com/src/components/Cta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ export function Cta() {
<Text fz="sm" c="dimmed">
Impress your customers with an amazing onboarding experience
</Text>

<div className={classes.controls}>
{/* <div className={classes.controls}>
<Button
className={classes.control}
size="lg"
Expand All @@ -88,7 +87,7 @@ export function Cta() {
>
Book a demo
</Button>
</div>
</div> */}
</div>
</div>
</Container>
Expand Down
8 changes: 4 additions & 4 deletions konfigthis.com/src/components/HeaderSimple/HeaderSimple.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export function HeaderSimple() {
href="/sdk"
component="a"
/>
<NavLink
{/* <NavLink
className="py-4 font-bold border-t border-solid border-gray-100"
label="Book a Demo"
classNames={{
Expand All @@ -148,7 +148,7 @@ export function HeaderSimple() {
href="/schedule-demo"
target="_blank"
rightSection={<IconCalendarEvent />}
/>
/> */}
</div>
)}
</Transition>
Expand Down Expand Up @@ -213,7 +213,7 @@ export function HeaderSimple() {
>
Documentation
</a>
<Button
{/* <Button
color="dark"
component="a"
radius="lg"
Expand All @@ -222,7 +222,7 @@ export function HeaderSimple() {
leftIcon={<IconCalendarEvent size="0.9rem" />}
>
Book a demo
</Button>
</Button> */}
</Group>
</div>
</MediaQuery>
Expand Down
4 changes: 2 additions & 2 deletions konfigthis.com/src/components/HeroBullets/HeroBullets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export function HeroBullets() {
"opacity-1": isVisible,
})}
>
<div className="relative group">
{/* <div className="relative group">
<div
className={clsx(
classes.control,
Expand All @@ -194,7 +194,7 @@ export function HeroBullets() {
>
Book a demo
</Button>
</div>
</div> */}
{isDesktop ? (
<Button
component="a"
Expand Down

0 comments on commit 236f20d

Please sign in to comment.