Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-08 02:49:31 +00:00

View File

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