Merge version_1 into main #3
@@ -108,13 +108,13 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "500+", title: "Happy Customers", description: "Satisfied homeowners and businesses trusting us with their landscapes.", videoSrc: "https://example.com/video1.mp4", videoAriaLabel: "Happy customers testimonial"},
|
||||
id: "1", value: "500+", title: "Happy Customers", description: "Satisfied homeowners and businesses trusting us with their landscapes.", videoSrc: "https://example.com/video1.mp4?_wi=1", videoAriaLabel: "Happy customers testimonial"},
|
||||
{
|
||||
id: "2", value: "10+", title: "Years Experience", description: "Decade of reliable lawn care service in Lewisburg, TN.", videoSrc: "https://example.com/video2.mp4", videoAriaLabel: "Years of experience"},
|
||||
id: "2", value: "10+", title: "Years Experience", description: "Decade of reliable lawn care service in Lewisburg, TN.", videoSrc: "https://example.com/video2.mp4?_wi=1", videoAriaLabel: "Years of experience"},
|
||||
{
|
||||
id: "3", value: "5.0★", title: "Customer Rating", description: "Consistent 5-star reviews from our valued clients.", videoSrc: "https://example.com/video3.mp4", videoAriaLabel: "Customer rating"},
|
||||
id: "3", value: "5.0★", title: "Customer Rating", description: "Consistent 5-star reviews from our valued clients.", videoSrc: "https://example.com/video3.mp4?_wi=1", videoAriaLabel: "Customer rating"},
|
||||
{
|
||||
id: "4", value: "100%", title: "Satisfaction", description: "Guaranteed quality on every project we undertake.", videoSrc: "https://example.com/video4.mp4", videoAriaLabel: "Satisfaction guarantee"},
|
||||
id: "4", value: "100%", title: "Satisfaction", description: "Guaranteed quality on every project we undertake.", videoSrc: "https://example.com/video4.mp4?_wi=1", videoAriaLabel: "Satisfaction guarantee"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -99,13 +99,13 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "📞", title: "Phone", description: "+1 931-993-3543 - Call anytime during business hours", videoSrc: "https://example.com/video1.mp4", videoAriaLabel: "Phone contact"},
|
||||
id: "1", value: "📞", title: "Phone", description: "+1 931-993-3543 - Call anytime during business hours", videoSrc: "https://example.com/video1.mp4?_wi=2", videoAriaLabel: "Phone contact"},
|
||||
{
|
||||
id: "2", value: "📍", title: "Location", description: "Serving Lewisburg, TN and surrounding areas", videoSrc: "https://example.com/video2.mp4", videoAriaLabel: "Location"},
|
||||
id: "2", value: "📍", title: "Location", description: "Serving Lewisburg, TN and surrounding areas", videoSrc: "https://example.com/video2.mp4?_wi=2", videoAriaLabel: "Location"},
|
||||
{
|
||||
id: "3", value: "⏰", title: "Hours", description: "Monday - Saturday, 8AM - 6PM. Same-day quotes available!", videoSrc: "https://example.com/video3.mp4", videoAriaLabel: "Business hours"},
|
||||
id: "3", value: "⏰", title: "Hours", description: "Monday - Saturday, 8AM - 6PM. Same-day quotes available!", videoSrc: "https://example.com/video3.mp4?_wi=2", videoAriaLabel: "Business hours"},
|
||||
{
|
||||
id: "4", value: "✓", title: "Response Time", description: "24-hour guarantee on all quote requests", videoSrc: "https://example.com/video4.mp4", videoAriaLabel: "Response time guarantee"},
|
||||
id: "4", value: "✓", title: "Response Time", description: "24-hour guarantee on all quote requests", videoSrc: "https://example.com/video4.mp4?_wi=2", videoAriaLabel: "Response time guarantee"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -169,13 +169,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "500+", title: "Happy Customers", description: "Satisfied homeowners and businesses trusting us with their landscapes.", videoSrc: "https://example.com/video1.mp4", videoAriaLabel: "Happy customers"},
|
||||
id: "1", value: "500+", title: "Happy Customers", description: "Satisfied homeowners and businesses trusting us with their landscapes.", videoSrc: "https://example.com/video1.mp4?_wi=3", videoAriaLabel: "Happy customers"},
|
||||
{
|
||||
id: "2", value: "10+", title: "Years Experience", description: "Decade of reliable lawn care service in Lewisburg, TN.", videoSrc: "https://example.com/video2.mp4", videoAriaLabel: "Years of experience"},
|
||||
id: "2", value: "10+", title: "Years Experience", description: "Decade of reliable lawn care service in Lewisburg, TN.", videoSrc: "https://example.com/video2.mp4?_wi=3", videoAriaLabel: "Years of experience"},
|
||||
{
|
||||
id: "3", value: "5.0★", title: "Customer Rating", description: "Consistent 5-star reviews from our valued clients.", videoSrc: "https://example.com/video3.mp4", videoAriaLabel: "Customer rating"},
|
||||
id: "3", value: "5.0★", title: "Customer Rating", description: "Consistent 5-star reviews from our valued clients.", videoSrc: "https://example.com/video3.mp4?_wi=3", videoAriaLabel: "Customer rating"},
|
||||
{
|
||||
id: "4", value: "50%", title: "Mulch Promo", description: "Special seasonal discount on premium mulch installation.", videoSrc: "https://example.com/video4.mp4", videoAriaLabel: "Mulch promotion"},
|
||||
id: "4", value: "50%", title: "Mulch Promo", description: "Special seasonal discount on premium mulch installation.", videoSrc: "https://example.com/video4.mp4?_wi=3", videoAriaLabel: "Mulch promotion"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user