From bac344ee69ebba76a177b9339c7170fe498c71b4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 02:49:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 247b6e1..2e59707 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import SplitAbout from '@/components/sections/about/SplitAbout'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Award, Brain, Clock, HeartHandshake, MapPin, Phone, Wrench } from 'lucide-react'; +import { Award, Brain, Clock, HeartHandshake, MapPin, Phone, Wrench, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -135,6 +135,7 @@ export default function LandingPage() { { text: "Get Directions", href: "location" } ]} buttonAnimation="slide-up" + mediaAnimation="opacity" /> @@ -179,7 +180,7 @@ export default function LandingPage() { title: "Hours", value: "See in-store" }, { - id: "4", icon: Award, + id: "4", icon: Star, title: "Rating", value: "4.7 ★ (14)" } ]} -- 2.49.1