diff --git a/public/imgIconAdminFee1.png b/public/imgIconAdminFee1.png new file mode 100644 index 0000000..78df87e Binary files /dev/null and b/public/imgIconAdminFee1.png differ diff --git a/public/imgIconAdminFee2.png b/public/imgIconAdminFee2.png new file mode 100644 index 0000000..0fbecb0 Binary files /dev/null and b/public/imgIconAdminFee2.png differ diff --git a/public/imgIconAdminFee3.png b/public/imgIconAdminFee3.png new file mode 100644 index 0000000..7bb013d Binary files /dev/null and b/public/imgIconAdminFee3.png differ diff --git a/public/imgIconAdminFee4.png b/public/imgIconAdminFee4.png new file mode 100644 index 0000000..0ed1e26 Binary files /dev/null and b/public/imgIconAdminFee4.png differ diff --git a/public/imgIconAdminFee5.png b/public/imgIconAdminFee5.png new file mode 100644 index 0000000..5b596b1 Binary files /dev/null and b/public/imgIconAdminFee5.png differ diff --git a/public/imgShootingStar.png b/public/imgShootingStar.png new file mode 100644 index 0000000..1659870 Binary files /dev/null and b/public/imgShootingStar.png differ diff --git a/src/pages/BecomeMember.js b/src/pages/BecomeMember.js index f5ed8eb..45bc539 100644 --- a/src/pages/BecomeMember.js +++ b/src/pages/BecomeMember.js @@ -7,13 +7,13 @@ import { ArrowDown } from 'lucide-react'; const BecomeMember = () => { // Image assets from Figma - const imgIconAdminFee1 = "https://www.figma.com/api/mcp/asset/e4e0af2e-b461-4f68-b8c7-2e49a94095d4"; - const imgIconAdminFee2 = "https://www.figma.com/api/mcp/asset/df5b86ce-18c0-470e-8ea3-f6af3dabbd9d"; - const imgIconAdminFee3 = "https://www.figma.com/api/mcp/asset/ad064775-46ab-4b54-883f-d09757971162"; - const imgIconAdminFee4 = "https://www.figma.com/api/mcp/asset/7fac9483-07ff-4cfd-8ea6-ab0509ef62a9"; - const imgIconAdminFee5 = "https://www.figma.com/api/mcp/asset/b89a44fe-a041-4611-9e2d-fa88d9223204"; - const imgShootingStar = "https://www.figma.com/api/mcp/asset/f1afecdc-d65c-4787-8672-8fa02f66e4c3"; - + const imgIconAdminFee1 = `${process.env.PUBLIC_URL}/imgIconAdminFee1.png`; + const imgIconAdminFee2 = `${process.env.PUBLIC_URL}/imgIconAdminFee2.png`; + const imgIconAdminFee3 = `${process.env.PUBLIC_URL}/imgIconAdminFee3.png`; + const imgIconAdminFee4 = `${process.env.PUBLIC_URL}/imgIconAdminFee4.png`; + const imgIconAdminFee5 = `${process.env.PUBLIC_URL}/imgIconAdminFee5.png`; + const imgShootingStar = `${process.env.PUBLIC_URL}/imgShootingStar.png`; + return (