Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
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", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "On-time service video"
|
||||
id: "on-time", value: "Always", title: "On Time", description: "We respect your time and always arrive when promised", videoSrc: "https://example.com/video.mp4?_wi=1", videoAriaLabel: "On-time service video"
|
||||
},
|
||||
{
|
||||
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: "communication", value: "100%", title: "Clear Communication", description: "No surprises – we explain everything upfront", videoSrc: "https://example.com/video.mp4?_wi=2", videoAriaLabel: "Clear communication video"
|
||||
},
|
||||
{
|
||||
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: "cleanliness", value: "Professional", title: "Clean & Respectful", description: "We treat your home like our own", videoSrc: "https://example.com/video.mp4?_wi=3", videoAriaLabel: "Professional service video"
|
||||
},
|
||||
{
|
||||
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"
|
||||
id: "honest", value: "Fair", title: "Honest Pricing", description: "No upselling – just quality work at fair rates", videoSrc: "https://example.com/video.mp4?_wi=4", videoAriaLabel: "Fair pricing video"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user