From a73ce9095248c35068ae80f63e13bb0016dc1b30 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:48:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a327bb..b3a1a91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,7 +32,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmall" - background="grid" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -57,7 +57,7 @@ export default function LandingPage() { @@ -142,11 +142,11 @@ export default function LandingPage() { gridVariant="bento-grid" products={[ { - id: "1", name: "Buckhead Residence Renovation", price: "$450k", imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=1", imageAlt: "Luxury home renovation in Buckhead"}, + id: "1", name: "Buckhead Residence Renovation", price: "$450k", imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg", imageAlt: "Luxury home renovation in Buckhead"}, { id: "2", name: "Midtown Office Buildout", price: "$850k", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-glass-roof-modern-building_1359-247.jpg", imageAlt: "Modern office space in Midtown Atlanta"}, { - id: "3", name: "Virginia Highland Kitchen Remodel", price: "$95k", imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=2", imageAlt: "Contemporary kitchen renovation"}, + id: "3", name: "Virginia Highland Kitchen Remodel", price: "$95k", imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg", imageAlt: "Contemporary kitchen renovation"}, { id: "4", name: "East Atlanta Retail Space", price: "$320k", imageSrc: "http://img.b2bpic.net/free-photo/indoor-alone-corridor_1127-279.jpg", imageAlt: "Retail interior construction"}, ]} @@ -167,22 +167,22 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Buckhead Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell, satisfied client"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell, satisfied client"}, { id: "2", name: "James Chen", role: "Business Owner", company: "Chen Retail Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Chen, commercial client"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen, commercial client"}, { id: "3", name: "Jennifer Rodriguez", role: "Property Manager", company: "Atlanta Properties Group", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Jennifer Rodriguez, property manager"}, { id: "4", name: "Michael Thompson", role: "Real Estate Developer", company: "Thompson Development", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael Thompson, developer client"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson, developer client"}, { id: "5", name: "Lisa Park", role: "Homeowner", company: "Virginia Highland", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Lisa Park, residential client"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lisa Park, residential client"}, { id: "6", name: "David Williams", role: "Office Manager", company: "Midtown Business Hub", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "David Williams, commercial client"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Williams, commercial client"}, ]} /> -- 2.49.1