Skip to content

Commit 3ad6c29

Browse files
authored
Merge pull request #17 from utdfiji/develop
pig dinner tickets
2 parents c34560c + 7034a92 commit 3ad6c29

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

src/app/tickets/page.tsx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@ const offerings = [
2727
'Become a steward of the Tau Delta legacy. Choose a subscription tier that works for you and help ensure the Royal Purple remains a standard of excellence, providing the financial backbone for undergraduate brothers to lead, learn, and grow.',
2828
href: 'https://www.zeffy.com/en-US/ticketing/tau-delta-fiji-monthly-donation-subscription-1848-club',
2929
featured: true,
30+
buttonText: 'Join Now',
31+
},
32+
{
33+
title: '14th Annual Frank Norris Pig Dinner',
34+
subtitle: 'Event Tickets',
35+
price: 'Purchase Tickets',
36+
description:
37+
'Join us for the 14th Annual Frank Norris Pig Dinner, hosted by the Tau Delta Chapter of FIJI. Click here to purchase your tickets for this special event.',
38+
href: 'https://www.zeffy.com/en-US/ticketing/14th-annual-frank-norris-pig-dinner',
39+
featured: true,
40+
buttonText: 'Purchase Tickets',
3041
},
3142
];
3243

@@ -88,7 +99,7 @@ export default function Tickets() {
8899
offering.featured ? 'text-yellow' : 'text-purple'
89100
}`}
90101
>
91-
Join Now
102+
{offering.buttonText || 'Learn More'}
92103
<svg
93104
xmlns="http://www.w3.org/2000/svg"
94105
width="20"

0 commit comments

Comments
 (0)