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

Fix: It is modified with texts in showcases #54

Merged
merged 2 commits into from
Jul 21, 2023
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
9 changes: 4 additions & 5 deletions src/pages/showcases.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ const cardsData: AppCardInfo[] = [
imgDark: '/page-simulator.jpg',
title: 'Simulador DD360',
description:
"This is a curated list of some of the best apps we've seen that show off what's possible with BUI. Are you also using it? Show us what you're building! We'd love to see it.",
'We crafted a delightful onboarding experience, where in seconds we get insights for your next Real State project.',
goTo: SIMULATOR_URL
},
{
imgLight: '/page-landing-saas.jpg',
imgDark: '/page-landing-saas.jpg',
title: 'Landing SaaS DD360',
description:
"This is a curated list of some of the best apps we've seen that show off what's possible with BUI. Are you also using it? Show us what you're building! We'd love to see it.",
'A single-page storytelling landing page showcasing the features and listing the benefits of a software as a service, ready to get signups.',
goTo: BUILDD3R_LANDING
},
{
imgLight: '/page-dd360-saas-light.jpg',
imgDark: '/page-dd360-saas-dark.jpg',
title: 'DD360 SaaS',
description:
"This is a curated list of some of the best apps we've seen that show off what's possible with BUI. Are you also using it? Show us what you're building! We'd love to see it.",
'A robust software to have a panoramic overview of Real State projects. With BUI we fulfilled its complex product needs.',
goTo: APP_DD360
}
]
Expand Down Expand Up @@ -68,8 +68,7 @@ export default function Showcases() {
extendedPalette.primaryText
)}
>
Check out these public apps using DD360 <br /> to get inspired for
your next project.
Discover projects using BUI and get inspired for your next big idea
</Text>
<Text
variant="p"
Expand Down
Loading