Merge version_1 into main #1
@@ -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)"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user