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)" } ]}