Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
1412
src/app/layout.tsx
1412
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -9,7 +9,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
||||
import { BadgeDollarSign, Heart, ShieldCheck, Wrench } from 'lucide-react';
|
||||
import { BadgeDollarSign, Heart, ShieldCheck, Wrench, Shield } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -120,6 +120,7 @@ export default function LandingPage() {
|
||||
title="Trusted by Drivers Across the Community"
|
||||
description="The reviews speak for themselves. Ridge Motors has earned a reputation for honesty, skill, and customer care that people remember and recommend."
|
||||
tag="Testimonials"
|
||||
tagIcon={Shield}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Brian C.", role: "Vehicle Owner", company: "Maple Ridge", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user