Skip to content

Commit 7141802

Browse files
fix: typos on showcases (#54)
Co-authored-by: tbor00 <timoteo.borgobello@dd3tech.mx>
1 parent b5421ee commit 7141802

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/pages/showcases.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@ const cardsData: AppCardInfo[] = [
1414
imgDark: '/page-simulator.jpg',
1515
title: 'Simulador DD360',
1616
description:
17-
"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.",
17+
'We crafted a delightful onboarding experience, where in seconds we get insights for your next Real State project.',
1818
goTo: SIMULATOR_URL
1919
},
2020
{
2121
imgLight: '/page-landing-saas.jpg',
2222
imgDark: '/page-landing-saas.jpg',
2323
title: 'Landing SaaS DD360',
2424
description:
25-
"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.",
25+
'A single-page storytelling landing page showcasing the features and listing the benefits of a software as a service, ready to get signups.',
2626
goTo: BUILDD3R_LANDING
2727
},
2828
{
2929
imgLight: '/page-dd360-saas-light.jpg',
3030
imgDark: '/page-dd360-saas-dark.jpg',
3131
title: 'DD360 SaaS',
3232
description:
33-
"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.",
33+
'A robust software to have a panoramic overview of Real State projects. With BUI we fulfilled its complex product needs.',
3434
goTo: APP_DD360
3535
}
3636
]
@@ -68,8 +68,7 @@ export default function Showcases() {
6868
extendedPalette.primaryText
6969
)}
7070
>
71-
Check out these public apps using DD360 <br /> to get inspired for
72-
your next project.
71+
Discover projects using BUI and get inspired for your next big idea
7372
</Text>
7473
<Text
7574
variant="p"

0 commit comments

Comments
 (0)