Update src/app/page.tsx

This commit is contained in:
2026-05-31 02:48:27 +00:00
parent 1ee52106cb
commit 8958f16d3a

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-sector_23-2151925487.jpg", imageAlt: "Modern house with property"},
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-sector_23-2151925487.jpg?_wi=1", imageAlt: "Modern house with property"},
{
imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-building-surrounded-by-green-landscape_181624-16315.jpg", imageAlt: "Vacant lot for development"},
{
@@ -149,7 +149,7 @@ export default function LandingPage() {
{ name: "phone", type: "tel", placeholder: "Your Phone Number" }
]}
textarea={{ name: "message", placeholder: "Tell us about your property", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/real-estate-sector_23-2151925487.jpg"
imageSrc="http://img.b2bpic.net/free-photo/real-estate-sector_23-2151925487.jpg?_wi=2"
mediaPosition="right"
buttonText="Get Your Cash Offer"
onSubmit={() => alert("Form submitted!")}