Skip to content

Commit 85ca099

Browse files
pikurasaDevin Ulibarri
andauthored
Quick updates to banner data (sugarlabs#122)
* Quick updates to banner data * Linting (ran command: npm run format) --------- Co-authored-by: Devin Ulibarri <[email protected]>
1 parent 14251a4 commit 85ca099

File tree

1 file changed

+24
-53
lines changed

1 file changed

+24
-53
lines changed

src/constants/Banner.ts

Lines changed: 24 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -13,96 +13,67 @@ export interface IconProps {
1313

1414
export const bannerConfigs = {
1515
donation: {
16-
title:
17-
'Help us reach our goal - $15,000 needed for our new community center (Mock Text for display)',
16+
title: 'Help us reach our next fundraising milestone.',
1817
description:
19-
'Your contribution makes a difference in our community. Join 230 others who have already donated.',
18+
'Through every.org, we accept donations via credit card, ACH, PayPal, crypto, stocks, DAF, and Venmo.',
2019
buttonText: 'Donate Now',
2120
buttonLink: '/donate',
2221
theme: 'primary' as const,
2322
},
2423

2524
sale: {
26-
title:
27-
'Flash Sale! 48 Hours Only - 40% OFF All Premium Templates (Mock Text for display)',
28-
description: 'Use code FLASH40 at checkout. Ends Sunday at midnight.',
25+
title: 'Have you seen our merchandise?',
26+
description:
27+
'Check out t-shirts, hoodies, and bootable USB sticks, all with the official Sugar Labs logo.',
2928
buttonText: 'Shop Now',
3029
buttonLink: '/products',
31-
theme: 'sale' as const,
32-
},
33-
34-
newRelease: {
35-
title:
36-
'New Product Launch! Introducing our AI-powered design tools (Mock Text for display)',
37-
buttonText: 'Learn More',
38-
buttonLink: '/products',
3930
theme: 'info' as const,
4031
},
4132

4233
limitedOffer: {
43-
title:
44-
'Limited Time Offer - Early Bird Tickets Available (Mock Text for display)',
45-
description: 'Register now and save 30% on conference tickets',
46-
buttonText: 'Register',
34+
title: 'Interested in joining the community?',
35+
description:
36+
'Learn more about the first steps to volunteering for Sugar Labs.',
37+
buttonText: 'Learn more',
4738
buttonLink: '/volunteer',
48-
theme: 'warning' as const,
39+
theme: 'info' as const,
4940
},
5041

5142
announcement: {
52-
title:
53-
'Important Announcement: System maintenance scheduled (Mock Text for display)',
43+
title: 'This is our new website!',
5444
description:
55-
'Our platform will be down for maintenance on March 15th from 2-4 AM UTC',
56-
buttonText: 'Read More',
57-
buttonLink: 'https://www.example.com',
45+
'We’ve launched our new website. If you found something missing, please let us know in a GitHub issue.',
46+
buttonText: 'Report an issue',
47+
buttonLink: 'https://github.com/sugarlabs/www-v2',
5848
theme: 'info' as const,
5949
isExternalLink: true,
6050
},
6151

6252
successStory: {
6353
title:
64-
'Success Story: How Our Tools Helped a Small Business Thrive (Mock Text for display)',
65-
description: 'Read about how our solutions transformed a local business.',
54+
'Learn more about Sugar Labs through a Sugar Story, told by members of our community.',
55+
description:
56+
'"Sugar Stories" are stories told by members of the Sugar Labs community.',
6657
buttonText: 'Read Story',
6758
buttonLink: '/news/sugar-stories',
6859
theme: 'success' as const,
6960
},
7061

7162
webinar: {
72-
title:
73-
'Upcoming Webinar: Mastering the Art of Digital Marketing (Mock Text for display)',
74-
description: 'Join us live on March 25th. Seats are limited!',
75-
buttonText: 'Register Now',
76-
buttonLink: 'https://www.example.com',
63+
title: 'Live online events',
64+
description:
65+
'Join us Fridays, starting 4/25/25 at 17:00 UTC (1:00pm EDT) to celebrate our website launch and learn more about Sugar Labs.',
66+
buttonText: 'Subscribe for reminders',
67+
buttonLink: 'https://www.youtube.com/@SugarlabsOrg-EN',
7768
theme: 'info' as const,
7869
isExternalLink: true,
7970
},
8071

8172
feedback: {
82-
title: 'We Value Your Feedback',
83-
description:
84-
'Take our short survey and help us improve your experience. (Mock Text for display)',
73+
title: 'We value your feedback',
74+
description: 'Take our short survey and help us improve your experience.',
8575
buttonText: 'Give Feedback',
8676
buttonLink: '/contact-us',
8777
theme: 'info' as const,
8878
},
89-
90-
seasonalPromo: {
91-
title:
92-
'Spring Sale! Refresh Your Wardrobe with 30% OFF (Mock Text for display)',
93-
description: 'New season, new styles. Use code SPRING30 at checkout.',
94-
buttonText: 'Shop Now',
95-
buttonLink: '/products',
96-
theme: 'sale' as const,
97-
},
98-
99-
securityUpdate: {
100-
title: 'Security Update: Protect Your Account (Mock Text for display)',
101-
description:
102-
'Enable two-factor authentication to enhance your account security.',
103-
buttonText: 'Learn How',
104-
buttonLink: 'https://www.example.com',
105-
theme: 'warning' as const,
106-
isExternalLink: true,
107-
},
10879
};

0 commit comments

Comments
 (0)