diff --git a/packages/nextjs/.env.example b/packages/nextjs/.env.example index ffab493..59d9d64 100644 --- a/packages/nextjs/.env.example +++ b/packages/nextjs/.env.example @@ -13,4 +13,4 @@ NEXT_PUBLIC_ALCHEMY_API_KEY= NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID= # URL for the BG API (no backslash at the end) -BG_BACKEND_API= +NEXT_PUBLIC_BG_BACKEND_API= diff --git a/packages/nextjs/components/AccentShape.tsx b/packages/nextjs/components/AccentShape.tsx new file mode 100644 index 0000000..034eff7 --- /dev/null +++ b/packages/nextjs/components/AccentShape.tsx @@ -0,0 +1,59 @@ +export function AccentShape() { + return ( +
+ ); +} + +export function AccentShapeSecondary() { + return ( + + ); +} + +export function AccentGrid() { + return ( ++ BuidlGuidl has partnered with Devcon SEA to offer discounted tickets for BuidlGuidl + members! +
+ ++ There are two tiers of discount codes available to BuidlGuidl Members. +
++ General BuidlGuidl builders can claim a special discount code for 50% off of Devcon + 2024 tickets. +
++ BuidlGuidl members that are part of a batch can claim a Devcon 2024 ticket for only $49 USD. +
++ Not a BuidlGuidl member? Check out{" "} + + Speed Run Ethereum + {" "} + to learn about smart contracts, Ethereum development, and join the BuidlGuidl. +
++ 🥳 Congratulations! You're eligible for the {eligibilityStatus.type} discount. +
+ )} + {voucher && ( + <> + ++ Copy this code to use at checkout, or use this{" "} + + tickets.devcon.org + {" "} + link to apply it automatically. +
+