Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -123,16 +123,16 @@ export default function LandingPage() {
|
||||
tagAnimation="opacity"
|
||||
metrics={[
|
||||
{
|
||||
id: "homes-served", value: "5,000+", title: "Homes Transformed", description: "Satisfied customers throughout our service area", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Homes Transformed Video"
|
||||
id: "homes-served", value: "5,000+", title: "Homes Transformed", description: "Satisfied customers throughout our service area", videoSrc: "https://example.com/video.mp4?_wi=1", videoAriaLabel: "Homes Transformed Video"
|
||||
},
|
||||
{
|
||||
id: "projects-completed", value: "8,500+", title: "Projects Completed", description: "Professional installations with zero compromises", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Projects Completed Video"
|
||||
id: "projects-completed", value: "8,500+", title: "Projects Completed", description: "Professional installations with zero compromises", videoSrc: "https://example.com/video.mp4?_wi=2", videoAriaLabel: "Projects Completed Video"
|
||||
},
|
||||
{
|
||||
id: "warranty-guarantee", value: "Lifetime", title: "Warranty on All Windows", description: "Complete peace of mind for every installation", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Warranty Video"
|
||||
id: "warranty-guarantee", value: "Lifetime", title: "Warranty on All Windows", description: "Complete peace of mind for every installation", videoSrc: "https://example.com/video.mp4?_wi=3", videoAriaLabel: "Warranty Video"
|
||||
},
|
||||
{
|
||||
id: "response-time", value: "24hrs", title: "Average Response Time", description: "Quick quotes and scheduling for your convenience", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Response Time Video"
|
||||
id: "response-time", value: "24hrs", title: "Average Response Time", description: "Quick quotes and scheduling for your convenience", videoSrc: "https://example.com/video.mp4?_wi=4", videoAriaLabel: "Response Time Video"
|
||||
}
|
||||
]}
|
||||
animationType="scale-rotate"
|
||||
|
||||
Reference in New Issue
Block a user