From 31f9d4057822532868831bdce54c8ab75fb57117 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 23:24:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 23d1b67..25ee10b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -189,6 +189,8 @@ export default function LandingPage() { useInvertedBackground={false} title="Book Your Visit" description="Visit us at 14352 US-59 BUS, Splendora, TX 77372. Contact us at +12816898160. We look forward to seeing you." + imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-beautiful-hair_23-2148248109.jpg" + imageAlt="Woman with beautiful hair" inputs={[ { name: "name", type: "text", placeholder: "Your Name", required: true, -- 2.49.1