Update src/app/page.tsx
This commit is contained in:
@@ -142,16 +142,16 @@ export default function LandingPage() {
|
||||
tagIcon={Shield}
|
||||
metrics={[
|
||||
{
|
||||
id: "on-time", value: "Always", title: "On Time", description: "We respect your time and always arrive when promised"
|
||||
id: "on-time", value: "Always", title: "On Time", description: "We respect your time and always arrive when promised", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "On-time service video"
|
||||
},
|
||||
{
|
||||
id: "communication", value: "100%", title: "Clear Communication", description: "No surprises – we explain everything upfront"
|
||||
id: "communication", value: "100%", title: "Clear Communication", description: "No surprises – we explain everything upfront", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Clear communication video"
|
||||
},
|
||||
{
|
||||
id: "cleanliness", value: "Professional", title: "Clean & Respectful", description: "We treat your home like our own"
|
||||
id: "cleanliness", value: "Professional", title: "Clean & Respectful", description: "We treat your home like our own", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Professional service video"
|
||||
},
|
||||
{
|
||||
id: "honest", value: "Fair", title: "Honest Pricing", description: "No upselling – just quality work at fair rates"
|
||||
id: "honest", value: "Fair", title: "Honest Pricing", description: "No upselling – just quality work at fair rates", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Fair pricing video"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user