diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 375ade4..7ba6b49 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -45,6 +45,7 @@ export default function ContactPage() { useInvertedBackground={false} imageSrc="https://img.b2bpic.net/free-vector/local-business-landing-page_23-2148604470.jpg" imageAlt="All About Phones premium location" + mediaAnimation="none" mediaPosition="right" inputPlaceholder="Enter your email" buttonText="Book Appointment" @@ -61,6 +62,7 @@ export default function ContactPage() { useInvertedBackground={false} imageSrc="https://img.b2bpic.net/free-photo/sleek-black-smartphone-reflective-surface_9975-134352.jpg" imageAlt="Premium phone repair service" + mediaAnimation="none" mediaPosition="left" inputPlaceholder="Your email for updates" buttonText="Stay Connected" @@ -77,6 +79,7 @@ export default function ContactPage() { useInvertedBackground={false} imageSrc="https://img.b2bpic.net/free-photo/hispanic-male-engineer-checking-connections-damaged-smartphone-with-multimeter-his-repair-shop_662251-305.jpg" imageAlt="Emergency phone repair service" + mediaAnimation="none" mediaPosition="right" inputPlaceholder="Your contact email" buttonText="Emergency Repair" diff --git a/src/app/devices/page.tsx b/src/app/devices/page.tsx index 48032c0..830c802 100644 --- a/src/app/devices/page.tsx +++ b/src/app/devices/page.tsx @@ -97,6 +97,7 @@ export default function DevicesPage() { useInvertedBackground={false} imageSrc="https://img.b2bpic.net/free-vector/local-business-landing-page_23-2148604470.jpg" imageAlt="All About Phones premium location" + mediaAnimation="none" mediaPosition="right" inputPlaceholder="Enter your email" buttonText="Get Expert Advice" diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 988e43a..a609d7d 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -118,6 +118,7 @@ export default function PricingPage() { useInvertedBackground={false} imageSrc="https://img.b2bpic.net/free-vector/local-business-landing-page_23-2148604470.jpg" imageAlt="All About Phones premium location" + mediaAnimation="none" mediaPosition="right" inputPlaceholder="Enter your email for quote" buttonText="Get Free Quote" diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 69d707b..91f1d7c 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -89,6 +89,7 @@ export default function ServicesPage() { useInvertedBackground={false} imageSrc="https://img.b2bpic.net/free-vector/local-business-landing-page_23-2148604470.jpg" imageAlt="All About Phones premium location" + mediaAnimation="none" mediaPosition="right" inputPlaceholder="Enter your email" buttonText="Book Appointment"