diff --git a/src/app/page.tsx b/src/app/page.tsx index f649ae7..5494e7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,31 +18,23 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="reveal-blur" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -169,31 +89,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - icon: Home, - title: "First-Time Buyer Grants", - description: "Access 11 county-specific programs designed to bridge the gap for down payments.", - }, - { - icon: Shield, - title: "Expert Guidance", - description: "We handle the paperwork and compliance so you can focus on house hunting.", - }, - { - icon: Zap, - title: "Streamlined Process", - description: "Our efficient application methods get you pre-approved faster.", - }, - { - icon: DollarSign, - title: "Down Payment Assistance", - description: "Helping you leverage state programs to reduce upfront costs.", - }, - { - icon: Building, - title: "Investment Property Advice", - description: "Strategies tailored for multi-family home acquisition.", - }, + { icon: Home, title: "First-Time Buyer Grants", description: "Access 11 county-specific programs designed to bridge the gap for down payments." }, + { icon: Shield, title: "Expert Guidance", description: "We handle the paperwork and compliance so you can focus on house hunting." }, + { icon: Zap, title: "Streamlined Process", description: "Our efficient application methods get you pre-approved faster." }, + { icon: DollarSign, title: "Down Payment Assistance", description: "Helping you leverage state programs to reduce upfront costs." }, + { icon: Building, title: "Investment Property Advice", description: "Strategies tailored for multi-family home acquisition." }, ]} title="Utah Grant & Loan Programs" description="We specialize in navigating the complex landscape of Utah housing assistance and county-specific grants." @@ -206,49 +106,15 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Sarah J.", - handle: "@sarah_utah", - testimonial: "Excellent experience with Felix.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-having-fun-while-moving-into-new-home-packing-unpacking-boxes-with-their-stuff-blonde-girl-with-long-hair-sitting-man-s-back_197531-1636.jpg", - }, - { - id: "2", - name: "Michael D.", - handle: "@md_invest", - testimonial: "Professional and fast.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-couple-bought-new-house-holding-keys-new-home-moving-packing-boxes-relocating-focus-keys_197531-1630.jpg", - }, - { - id: "3", - name: "Emily R.", - handle: "@emily_r", - testimonial: "Found the perfect grant program.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-african-woman-glass-smiling-talking-phone_176420-12471.jpg", - }, - { - id: "4", - name: "David K.", - handle: "@dk_homes", - testimonial: "Truly exceeded my expectations.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg", - }, - { - id: "5", - name: "Alice M.", - handle: "@alice_m", - testimonial: "Clear, honest, and helpful.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg", - }, + { id: "1", name: "Sarah J.", handle: "@sarah_utah", testimonial: "Excellent experience with Felix.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-having-fun-while-moving-into-new-home-packing-unpacking-boxes-with-their-stuff-blonde-girl-with-long-hair-sitting-man-s-back_197531-1636.jpg" }, + { id: "2", name: "Michael D.", handle: "@md_invest", testimonial: "Professional and fast.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-couple-bought-new-house-holding-keys-new-home-moving-packing-boxes-relocating-focus-keys_197531-1630.jpg" }, + { id: "3", name: "Emily R.", handle: "@emily_r", testimonial: "Found the perfect grant program.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-african-woman-glass-smiling-talking-phone_176420-12471.jpg" }, + { id: "4", name: "David K.", handle: "@dk_homes", testimonial: "Truly exceeded my expectations.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg" }, + { id: "5", name: "Alice M.", handle: "@alice_m", testimonial: "Clear, honest, and helpful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg" }, ]} showRating={true} title="Stories from Happy Homeowners" + description="See why families in Utah trust us to find their dream homes." /> @@ -257,23 +123,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "What is the minimum credit score for a mortgage?", - content: "Requirements vary by loan type, but we work with diverse credit profiles.", - }, - { - id: "2", - title: "How do I qualify for Utah county grants?", - content: "We check eligibility based on household income, home price, and location.", - }, - { - id: "3", - title: "How long does pre-approval take?", - content: "Typically, with our team, we can have you pre-approved in as little as 24-48 hours.", - }, + { id: "1", title: "What is the minimum credit score for a mortgage?", content: "Requirements vary by loan type, but we work with diverse credit profiles." }, + { id: "2", title: "How do I qualify for Utah county grants?", content: "We check eligibility based on household income, home price, and location." }, + { id: "3", title: "How long does pre-approval take?", content: "Typically, with our team, we can have you pre-approved in as little as 24-48 hours." }, ]} title="Common Mortgage Questions" + description="We have compiled answers to the most frequently asked questions to help you get started." faqsAnimation="slide-up" /> @@ -281,9 +136,7 @@ export default function LandingPage() {