diff --git a/src/pages/ProductsPage.tsx b/src/pages/ProductsPage.tsx index 1d4a2ce..9d0a249 100644 --- a/src/pages/ProductsPage.tsx +++ b/src/pages/ProductsPage.tsx @@ -1,71 +1,21 @@ -import { routes } from "@/routes"; -import NavbarCentered from "@/components/ui/NavbarCentered"; -import HeroBillboard from "@/components/sections/hero/HeroBillboard"; -import FeaturesTaggedCards from "@/components/sections/features/FeaturesTaggedCards"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; +import Button from "@/components/ui/Button"; +import HeroBackgroundSlot from "@/components/ui/HeroBackgroundSlot"; +import TextAnimation from "@/components/ui/TextAnimation"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; +import ScrollReveal from "@/components/ui/ScrollReveal"; +import AvatarGroup from "@/components/ui/AvatarGroup"; +import GridOrCarousel from "@/components/ui/GridOrCarousel"; export default function ProductsPage() { - const productItems = [ - { tag: "Everyday", title: "Checking", description: "Flexible accounts designed for your daily transactions and easy access." }, - { tag: "Growth", title: "Savings", description: "Build your financial safety net with our competitive interest rates." }, - { tag: "Retirement", title: "CDs & IRA", description: "Secure, long-term savings options to help you plan for the future." }, - { tag: "Access", title: "Digital Banking", description: "Manage your money 24/7 from your computer or mobile device." }, - { tag: "Borrowing", title: "Lending", description: "Personal and auto loans tailored to fit your specific financial needs." }, - { tag: "Real Estate", title: "Mortgage & Home", description: "Financing solutions to help you buy, build, or refinance your home." }, - { tag: "Spending", title: "Credit Card", description: "Enhance your purchasing power while earning valuable rewards." }, - { tag: "Wealth", title: "Investing", description: "Professional guidance and tools to help you grow your portfolio." }, - { tag: "Extras", title: "Related Services", description: "Wire transfers, safe deposit boxes, notary services, and more." }, - { tag: "Help", title: "OLB Guides & Videos", description: "Step-by-step tutorials to master our online banking platform." }, - { tag: "Education", title: "Home Lending Resources", description: "Calculators and articles to guide you through the mortgage process." }, - { tag: "Payment", title: "Debit Card", description: "Secure and convenient access to your checking account funds worldwide." }, - { tag: "Family", title: "Greenlight®", description: "The smart debit card and money app designed specifically for kids and teens." }, - { tag: "Switching", title: "ClickSWITCH®", description: "The fastest and safest way to move your direct deposits and automatic payments." }, - { tag: "Onboarding", title: "Online Account Opening", description: "Start your journey with us by opening a new account in just a few minutes." } - ]; - return ( -
- ({ name: r.label, href: r.path }))} - ctaButton={{ text: "Open Account", href: "/open" }} - /> - -
- - - -
- - -
+ <> +
+

Our Products

Checking Accounts

Flexible checking options with no hidden fees, designed for your everyday banking needs.

+

Savings, CDs & IRA

Grow your wealth securely with our competitive yield savings accounts and certificates of deposit.

+

Mortgage & Home

Find the perfect home loan with competitive rates and personalized guidance from local experts.

+

Digital Banking

Manage your money anytime, anywhere with our secure and intuitive online and mobile banking tools.

+

Lending Solutions

Flexible loan and line of credit options tailored to support your personal or business growth.

+

Investing & Wealth

Comprehensive investment strategies and trust services to protect and grow your legacy.

+ ); -} \ No newline at end of file +}