import BalanceContainer from "@components/BalanceContainer"; import BeasyLogoIcon from "@components/BeasyLogoIcon"; import NotificationIconButton from "@components/NotificationIconButton"; import BackgroundGreenWhiteContentArea from "@components/backgrounds/BackgroundGreenWhiteContentArea"; import Box from "@components/bases/Box"; import { SafeAreaView } from "react-native-safe-area-context"; const HomePageWithPaymentOptions = () => { return ( {/* HomePageWithPaymentOptions */} ); }; export default HomePageWithPaymentOptions;