diff --git a/src/app/page.tsx b/src/app/page.tsx index e98bac9..73ddb2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Award, Brain, Heart, Moon, Ring, Shield, Sparkles, Thermometer, Zap, User, TrendingDown, Users } from "lucide-react"; +import { Award, Brain, Heart, Moon, Shield, Sparkles, Thermometer, Zap, User, TrendingDown, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -105,7 +105,7 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "The UMA Smart Ring", description: "Clinical-grade biometrics. 24/7. Premium ceramic or titanium wearable. Tracks HRV, heart rate, SpO₂, body temperature, sleep stages, and daily activity — continuously, passively, and with clinical precision. Your body has been sending signals your whole life. UMA finally reads them.", bentoComponent: "orbiting-icons", centerIcon: Ring, + title: "The UMA Smart Ring", description: "Clinical-grade biometrics. 24/7. Premium ceramic or titanium wearable. Tracks HRV, heart rate, SpO₂, body temperature, sleep stages, and daily activity — continuously, passively, and with clinical precision. Your body has been sending signals your whole life. UMA finally reads them.", bentoComponent: "orbiting-icons", centerIcon: Heart, items: [ { icon: Heart, ring: 1, duration: 3 }, { icon: Zap, ring: 2, duration: 4 },