@@ -3,7 +3,7 @@ import TurtleBlocksImg from '/assets/Cards/TurtleBlocks.png';
33import SugarizerImg from '/assets/Cards/Sugarizer.png' ;
44import BootableDriveImg from '/assets/Cards/BootableDrive.png' ;
55import DesktopInitializationImg from '/assets/Cards/DesktopInitialization.png' ;
6- import TriquelImg from '/assets/Cards/Triquel .png' ;
6+ import TrisquelImg from '/assets/Cards/Trisquel .png' ;
77import RaspberryPiImg from '/assets/Cards/RaspberryPi.png' ;
88import FlatpackImg from '/assets/Cards/Flatpack.png' ;
99import Finance from '/assets/Cards/activity-finance.svg' ;
@@ -14,6 +14,7 @@ import Words from '/assets/Cards/activity-words.svg';
1414import Ruler from '/assets/Cards/activity-ruler.svg' ;
1515import StarChart from '/assets/Cards/activity-star-chart.svg' ;
1616import Recall from '/assets/Cards/activity-recall.svg' ;
17+ import Physics from '/assets/Cards/activity-physics.svg' ;
1718
1819interface CardDataType {
1920 title : string ;
@@ -83,14 +84,14 @@ export const TryCardData: CardDataType[] = [
8384 gradientClass : 'bg-gradient-to-r from-blue-700 to-blue-500' ,
8485 } ,
8586 {
86- title : 'Try Triquel for full freedom' ,
87+ title : 'Try Trisquel for full freedom' ,
8788 description :
88- 'Get all the benefits of a bootable/installation frive on the fully free and well maintained Triquel distro.' ,
89- tryNowText : 'Try Triquel now!' ,
89+ 'Get all the benefits of a bootable/installation frive on the fully free and well maintained Trisquel distro.' ,
90+ tryNowText : 'Try Trisquel now!' ,
9091 tryNowHref : '#' ,
91- learnMoreText : 'Learn more about Triquel ' ,
92+ learnMoreText : 'Learn more about Trisquel ' ,
9293 learnMoreHref : '#' ,
93- imagePath : TriquelImg ,
94+ imagePath : TrisquelImg ,
9495 gradientClass : 'bg-gradient-to-r from-blue-700 to-blue-900' ,
9596 } ,
9697 {
@@ -173,4 +174,11 @@ export const Activities = [
173174 buttonText : 'Get Recall' ,
174175 href : 'https://v4.activities.sugarlabs.org/app/org.sugarlabs.RecallActivity.html' ,
175176 } ,
177+ {
178+ title : 'Physics' ,
179+ description : 'Physical world simulator and playground' ,
180+ icon : Physics ,
181+ buttonText : 'Get Physics' ,
182+ href : 'https://activities.sugarlabs.org/en-US/sugar/addon/4193' ,
183+ } ,
176184] ;
0 commit comments