diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8f2ebf3..19d12b9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -36,7 +36,8 @@ export default function LandingPage() {
{ name: "Hours", id: "hours" },
]}
button={{
- text: "Call Now", href: "tel:+17145551234"}}
+ text: "Call Now", href: "tel:+17145551234"
+ }}
/>
@@ -44,38 +45,48 @@ export default function LandingPage() {
@@ -89,11 +100,11 @@ export default function LandingPage() {
{ value: "500+", title: "Satisfied Customers Annually" },
{ value: "24hr", title: "Average Turnaround Time" },
]}
- imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg"
imageAlt="Adas Exclusive workshop"
useInvertedBackground={false}
- mediaAnimation="entrance-slide"
- metricsAnimation="entrance-slide"
+ mediaAnimation="blur-reveal"
+ metricsAnimation="blur-reveal"
/>
@@ -101,32 +112,38 @@ export default function LandingPage() {
@@ -140,11 +157,11 @@ export default function LandingPage() {
{ value: "15+", title: "Years of Industry Experience" },
{ value: "98%", title: "Customer Satisfaction Rating" },
]}
- imageSrc="http://img.b2bpic.net/free-photo/he-is-confident-small-business-owner_637285-9324.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/he-is-confident-small-business-owner_637285-9324.jpg"
imageAlt="Experienced technician team"
useInvertedBackground={false}
- mediaAnimation="entrance-slide"
- metricsAnimation="entrance-slide"
+ mediaAnimation="blur-reveal"
+ metricsAnimation="blur-reveal"
/>
@@ -152,34 +169,40 @@ export default function LandingPage() {
@@ -187,18 +210,20 @@ export default function LandingPage() {
@@ -209,7 +234,8 @@ export default function LandingPage() {
title="Serving Garden Grove and Surrounding Areas"
description="Adas Exclusive is proud to serve the Garden Grove community and neighboring cities with professional, honest auto repair services."
names={[
- "Garden Grove", "Santa Ana", "Anaheim", "Orange", "Fountain Valley", "Cypress", "Stanton", "Midway City"]}
+ "Garden Grove", "Santa Ana", "Anaheim", "Orange", "Fountain Valley", "Cypress", "Stanton", "Midway City"
+ ]}
textboxLayout="default"
useInvertedBackground={false}
speed={35}
@@ -221,9 +247,11 @@ export default function LandingPage() {