Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b9d6a2011b | |||
| 7f0e740d48 | |||
| 390ec0c7d1 | |||
| 17bdc7d39b | |||
| f5f1278f11 |
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 ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -120,6 +120,7 @@ export default function LandingPage() {
|
|||||||
title="Trusted by Drivers Across the Community"
|
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."
|
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"
|
tag="Testimonials"
|
||||||
|
tagIcon={Shield}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Brian C.", role: "Vehicle Owner", company: "Maple Ridge", rating: 5,
|
id: "1", name: "Brian C.", role: "Vehicle Owner", company: "Maple Ridge", rating: 5,
|
||||||
|
|||||||
Reference in New Issue
Block a user