From 6b71fa34fb55a724abb087423e59ca9c8fb248a0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:50:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 910fefc..c2bd9ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function HealthMate() { borderRadius="pill" contentWidth="small" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -48,7 +48,7 @@ export default function HealthMate() { tag="For Insurance Partners" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "rotated-rays-animated-grid" }} buttons={[ { text: "Book a Demo", href: "contact" }, { text: "View Case Study", href: "#metrics" }, @@ -60,11 +60,11 @@ export default function HealthMate() { { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrmgT2CiPUnhBGfKnnRFDUyUY/a-friendly-flat-vector-illustration-of-m-1772812109745-a36f57e8.png", imageAlt: "Mate the AI character in green hoodie"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrmgT2CiPUnhBGfKnnRFDUyUY/healthmate-app-home-screen-mockup-showin-1772812110801-7ad0446c.png?_wi=1", imageAlt: "HealthMate Home Screen interface"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrmgT2CiPUnhBGfKnnRFDUyUY/healthmate-app-home-screen-mockup-showin-1772812110801-7ad0446c.png", imageAlt: "HealthMate Home Screen interface"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrmgT2CiPUnhBGfKnnRFDUyUY/healthmate-providers-directory-screen-sh-1772812111610-924f61e7.png?_wi=1", imageAlt: "HealthMate Providers Directory screen"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrmgT2CiPUnhBGfKnnRFDUyUY/healthmate-providers-directory-screen-sh-1772812111610-924f61e7.png", imageAlt: "HealthMate Providers Directory screen"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrmgT2CiPUnhBGfKnnRFDUyUY/healthmate-guidelines-education-screen-w-1772812110651-152839c1.png?_wi=1", imageAlt: "HealthMate Healthcare Guidelines education cards"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrmgT2CiPUnhBGfKnnRFDUyUY/healthmate-guidelines-education-screen-w-1772812110651-152839c1.png", imageAlt: "HealthMate Healthcare Guidelines education cards"}, ]} ariaLabel="HealthMate Hero Section for Insurance Partners" /> @@ -109,13 +109,13 @@ export default function HealthMate() { products={[ { id: "1", brand: "Core Feature", name: "Smart Provider Routing", price: "In-Network Optimization", rating: 5, - reviewCount: "10k+ uses", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrmgT2CiPUnhBGfKnnRFDUyUY/healthmate-providers-directory-screen-sh-1772812111610-924f61e7.png?_wi=2", imageAlt: "Provider directory with ratings and opening hours"}, + reviewCount: "10k+ uses", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrmgT2CiPUnhBGfKnnRFDUyUY/healthmate-providers-directory-screen-sh-1772812111610-924f61e7.png", imageAlt: "Provider directory with ratings and opening hours"}, { id: "2", brand: "Core Feature", name: "Medical Records & Tracking", price: "Centralized Health Data", rating: 5, - reviewCount: "15k+ records", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrmgT2CiPUnhBGfKnnRFDUyUY/healthmate-app-home-screen-mockup-showin-1772812110801-7ad0446c.png?_wi=2", imageAlt: "Medical records, medications, and appointment tracking"}, + reviewCount: "15k+ records", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrmgT2CiPUnhBGfKnnRFDUyUY/healthmate-app-home-screen-mockup-showin-1772812110801-7ad0446c.png", imageAlt: "Medical records, medications, and appointment tracking"}, { id: "3", brand: "Core Feature", name: "Healthcare Education", price: "Localized Guidance", rating: 5, - reviewCount: "25+ regions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrmgT2CiPUnhBGfKnnRFDUyUY/healthmate-guidelines-education-screen-w-1772812110651-152839c1.png?_wi=2", imageAlt: "Healthcare navigation, insurance coverage, and emergency protocols"}, + reviewCount: "25+ regions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrmgT2CiPUnhBGfKnnRFDUyUY/healthmate-guidelines-education-screen-w-1772812110651-152839c1.png", imageAlt: "Healthcare navigation, insurance coverage, and emergency protocols"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" -- 2.49.1