fix: products component

This commit is contained in:
Sajad Mirjalili
2025-11-29 11:40:07 +03:30
parent e62f9faef8
commit 6fa350b693
2 changed files with 2 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ export default function ProductsMenu({
<Button <Button
type="link" type="link"
href={product.demoLink} href={product.demoLink}
target="_blank"
variant="text" variant="text"
color="club" color="club"
endIcon={ endIcon={

View File

@@ -15,7 +15,7 @@ export const productsData: Product[] = [
titleKey: 'products.harmonyClub.title', titleKey: 'products.harmonyClub.title',
descriptionKey: 'products.harmonyClub.description', descriptionKey: 'products.harmonyClub.description',
LogoComponent: <Logo isIcon boxSx={{ width: 69, height: 55 }} />, // Reference the component LogoComponent: <Logo isIcon boxSx={{ width: 69, height: 55 }} />, // Reference the component
demoLink: '', // FIXME: update this url demoLink: 'https://club.business-harmony.com',
}, },
// add more products here // add more products here
]; ];