From 29c12e4e004c807dde9fbb738ea96fe68d6d401a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 15:58:58 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a1b518f..875d752 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -56,12 +56,12 @@ export default function ContactPage() { { id: "c1", title: "Basic Consultation", price: "Complimentary", period: "N/A", features: ["1 hour session", "Expert guidance"], button: { text: "Book Now", href: "/contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-colorful-lights_23-2147960130.jpg", imageAlt: "emerald cut diamond macro" + imageSrc: "http://img.b2bpic.net/free-photo/abstract-colorful-lights_23-2147960130.jpg?_wi=5", imageAlt: "emerald cut diamond macro" }, { id: "c2", title: "Investment Advisory", price: "By Request", period: "N/A", features: ["Full portfolio review", "Market insights"], button: { text: "Book Now", href: "/contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409286.jpg", imageAlt: "diamond rings macro photography" + imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409286.jpg?_wi=4", imageAlt: "diamond rings macro photography" } ]} />