From cd95b01ae6640dbc8f74d747a4f9d73d8db1d7d6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 03:06:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ec2994..711c6a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,12 +102,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Property Management", price: "Expert Care", imageSrc: "http://img.b2bpic.net/free-photo/home-sign-icon-left-side-white-background_187299-40319.jpg" }, - { id: "p2", name: "Home Evaluations", price: "Know Your Value", imageSrc: "http://img.b2bpic.net/free-vector/real-state-logos-collection_1025-416.jpg" }, - { id: "p3", name: "Relocation Assistance", price: "Smooth Moves", imageSrc: "http://img.b2bpic.net/free-photo/home-icon-sign-right-side-with-white-background_187299-40064.jpg" }, - { id: "p4", name: "Investment Planning", price: "Growth Strategy", imageSrc: "http://img.b2bpic.net/free-vector/modern-logo-with-hexagon-red-purple_698780-1043.jpg" }, - { id: "p5", name: "Buyer's Consultation", price: "Step-by-Step", imageSrc: "http://img.b2bpic.net/free-vector/abstract-real-estate-building-logo-template_1017-59366.jpg" }, - { id: "p6", name: "Knoxville Market Expert", price: "Local Insight", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-holding-business-card_23-2148012905.jpg" } + { id: "p1", name: "Property Management", price: "Maximize Rental Income", imageSrc: "http://img.b2bpic.net/free-photo/home-sign-icon-left-side-white-background_187299-40319.jpg" }, + { id: "p2", name: "Home Evaluations", price: "Understand Property Value", imageSrc: "http://img.b2bpic.net/free-vector/real-state-logos-collection_1025-416.jpg" }, + { id: "p3", name: "Relocation Assistance", price: "Secure Your Ideal Home", imageSrc: "http://img.b2bpic.net/free-photo/home-icon-sign-right-side-with-white-background_187299-40064.jpg" }, + { id: "p4", name: "Investment Planning", price: "Build Wealth Wisely", imageSrc: "http://img.b2bpic.net/free-vector/modern-logo-with-hexagon-red-purple_698780-1043.jpg" }, + { id: "p5", name: "Buyer's Consultation", price: "Navigate With Confidence", imageSrc: "http://img.b2bpic.net/free-vector/abstract-real-estate-building-logo-template_1017-59366.jpg" }, + { id: "p6", name: "Knoxville Market Expert", price: "Capitalize On Local Trends", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-holding-business-card_23-2148012905.jpg" } ]} title="Our Specialized Services" description="Tailored solutions to navigate the real estate market." @@ -192,4 +192,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file