From 223937bb932d3530ed1444cd0ffef4b8a39b2cc2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 00:06:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a4fdf3..9a83fef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ const page = () => { { text: "Learn More", href: "#why-choose-us" }, { text: "Contact Us", href: "#contact" }, ]} - imageSrc="/placeholders/placeholder5.jpg" + imageSrc="/placeholders/placeholder5.jpg?_wi=1" imageAlt="Dental care background" /> @@ -55,7 +55,7 @@ const page = () => { title="Why Choose EXPERT DENTAL CARE" description="We are committed to providing the highest quality dental care with a focus on patient comfort and satisfaction. Our team of experienced professionals uses the latest technology to ensure the best outcomes." tag="About Us" - imageSrc="/placeholders/placeholder5.jpg" + imageSrc="/placeholders/placeholder5.jpg?_wi=2" imageAlt="Our dental clinic" buttons={[ { text: "Learn More", href: "#services" }, @@ -69,13 +69,13 @@ const page = () => {