From 9aedf29918d710c575b9f7663276a058a97b893f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:46:30 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 68 +++++++++++------------------------------- 1 file changed, 17 insertions(+), 51 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d0312d0..f465ca9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,8 +20,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Services", href: "/" }, @@ -29,8 +28,7 @@ export default function AboutPage() { ], }, { - title: "Properties", - items: [ + title: "Properties", items: [ { label: "Featured Listings", href: "/" }, { label: "Search Properties", href: "/" }, { label: "Investment Opportunities", href: "/" }, @@ -38,8 +36,7 @@ export default function AboutPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQs", href: "#" }, { label: "Market Insights", href: "#" }, @@ -47,8 +44,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -73,9 +69,9 @@ export default function AboutPage() { @@ -83,12 +79,12 @@ export default function AboutPage() { @@ -100,26 +96,11 @@ export default function AboutPage() { description="We specialize in providing comprehensive real estate solutions tailored to your unique needs and investment goals." features={[ { - id: "expertise-1", - title: "Market Analysis & Strategy", - description: "Comprehensive market research and strategic planning to maximize your investment returns and property value.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-infographic-with-retro-colors_23-2148393397.jpg?_wi=2", - imageAlt: "Real estate market analysis", - }, + id: "expertise-1", title: "Market Analysis & Strategy", description: "Comprehensive market research and strategic planning to maximize your investment returns and property value.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-infographic-with-retro-colors_23-2148393397.jpg?_wi=2", imageAlt: "Real estate market analysis"}, { - id: "expertise-2", - title: "Property Valuation", - description: "Professional appraisals and valuations conducted by certified experts to ensure fair market pricing.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-plans_23-2148889788.jpg?_wi=2", - imageAlt: "Property valuation assessment", - }, + id: "expertise-2", title: "Property Valuation", description: "Professional appraisals and valuations conducted by certified experts to ensure fair market pricing.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-plans_23-2148889788.jpg?_wi=2", imageAlt: "Property valuation assessment"}, { - id: "expertise-3", - title: "Investment Solutions", - description: "Curated investment opportunities with detailed analysis and risk assessment for optimal portfolio growth.", - imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-copy-space-office-desk-table-with-pen-focus-analysis-chart-computer-notebook-cup-coffee-desk-vintage-tone-retro-filter-selective-focus_1418-578.jpg?_wi=2", - imageAlt: "Real estate investment strategy", - }, + id: "expertise-3", title: "Investment Solutions", description: "Curated investment opportunities with detailed analysis and risk assessment for optimal portfolio growth.", imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-copy-space-office-desk-table-with-pen-focus-analysis-chart-computer-notebook-cup-coffee-desk-vintage-tone-retro-filter-selective-focus_1418-578.jpg?_wi=2", imageAlt: "Real estate investment strategy"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -135,26 +116,11 @@ export default function AboutPage() { description="Dedicated professionals committed to excellence in real estate service and client success." team={[ { - id: "agent-1", - name: "John Harrison", - role: "Senior Real Estate Agent", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-document_23-2149445754.jpg?_wi=2", - imageAlt: "John Harrison", - }, + id: "agent-1", name: "John Harrison", role: "Senior Real Estate Agent", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-document_23-2149445754.jpg?_wi=2", imageAlt: "John Harrison"}, { - id: "agent-2", - name: "Lisa Thompson", - role: "Luxury Properties Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg?_wi=2", - imageAlt: "Lisa Thompson", - }, + id: "agent-2", name: "Lisa Thompson", role: "Luxury Properties Specialist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg?_wi=2", imageAlt: "Lisa Thompson"}, { - id: "agent-3", - name: "Robert Williams", - role: "Investment Advisor", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-man-suit-holding-contract_23-2148269312.jpg?_wi=2", - imageAlt: "Robert Williams", - }, + id: "agent-3", name: "Robert Williams", role: "Investment Advisor", imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-man-suit-holding-contract_23-2148269312.jpg?_wi=2", imageAlt: "Robert Williams"}, ]} animationType="slide-up" textboxLayout="default" @@ -164,9 +130,9 @@ export default function AboutPage() { -- 2.49.1 From 13962cc96809beef4c0abb5f164569692f058953 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:46:30 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 48 +++++++++++++--------------------------- 1 file changed, 15 insertions(+), 33 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d9d6f88..c316ef2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -16,8 +16,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Services", href: "/" }, @@ -25,8 +24,7 @@ export default function ContactPage() { ], }, { - title: "Properties", - items: [ + title: "Properties", items: [ { label: "Featured Listings", href: "/" }, { label: "Search Properties", href: "/" }, { label: "Investment Opportunities", href: "/" }, @@ -34,8 +32,7 @@ export default function ContactPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQs", href: "#" }, { label: "Market Insights", href: "#" }, @@ -43,8 +40,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -73,51 +69,37 @@ export default function ContactPage() {
-- 2.49.1 From 14b8032936562c57c2ef15549d9a82d8d3ace6e6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:46:31 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 195 ++++++++++------------------------------------- 1 file changed, 40 insertions(+), 155 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e107fa..459a686 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,8 +24,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Services", href: "/" }, @@ -33,8 +32,7 @@ export default function HomePage() { ], }, { - title: "Properties", - items: [ + title: "Properties", items: [ { label: "Featured Listings", href: "/properties" }, { label: "Search Properties", href: "/properties" }, { label: "Investment Opportunities", href: "/properties" }, @@ -42,8 +40,7 @@ export default function HomePage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQs", href: "#" }, { label: "Market Insights", href: "#" }, @@ -51,8 +48,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -77,25 +73,21 @@ export default function HomePage() {
@@ -162,26 +139,11 @@ export default function HomePage() { description="We specialize in providing comprehensive real estate solutions tailored to your unique needs and investment goals." features={[ { - id: "expertise-1", - title: "Market Analysis & Strategy", - description: "Comprehensive market research and strategic planning to maximize your investment returns and property value.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-infographic-with-retro-colors_23-2148393397.jpg", - imageAlt: "Real estate market analysis", - }, + id: "expertise-1", title: "Market Analysis & Strategy", description: "Comprehensive market research and strategic planning to maximize your investment returns and property value.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-infographic-with-retro-colors_23-2148393397.jpg", imageAlt: "Real estate market analysis"}, { - id: "expertise-2", - title: "Property Valuation", - description: "Professional appraisals and valuations conducted by certified experts to ensure fair market pricing.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-plans_23-2148889788.jpg", - imageAlt: "Property valuation assessment", - }, + id: "expertise-2", title: "Property Valuation", description: "Professional appraisals and valuations conducted by certified experts to ensure fair market pricing.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-plans_23-2148889788.jpg", imageAlt: "Property valuation assessment"}, { - id: "expertise-3", - title: "Investment Solutions", - description: "Curated investment opportunities with detailed analysis and risk assessment for optimal portfolio growth.", - imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-copy-space-office-desk-table-with-pen-focus-analysis-chart-computer-notebook-cup-coffee-desk-vintage-tone-retro-filter-selective-focus_1418-578.jpg", - imageAlt: "Real estate investment strategy", - }, + id: "expertise-3", title: "Investment Solutions", description: "Curated investment opportunities with detailed analysis and risk assessment for optimal portfolio growth.", imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-copy-space-office-desk-table-with-pen-focus-analysis-chart-computer-notebook-cup-coffee-desk-vintage-tone-retro-filter-selective-focus_1418-578.jpg", imageAlt: "Real estate investment strategy"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -194,48 +156,16 @@ export default function HomePage() {
@@ -363,9 +248,9 @@ export default function HomePage() { -- 2.49.1 From e9d82007a9d1c5f810cb00b0f796ab798ee8f48a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:46:31 +0000 Subject: [PATCH 4/4] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 73 +++++++++---------------------------- 1 file changed, 18 insertions(+), 55 deletions(-) diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index d827a73..35e0ed8 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -18,8 +18,7 @@ export default function PropertiesPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Services", href: "/" }, @@ -27,8 +26,7 @@ export default function PropertiesPage() { ], }, { - title: "Properties", - items: [ + title: "Properties", items: [ { label: "Featured Listings", href: "/properties" }, { label: "Search Properties", href: "/properties" }, { label: "Investment Opportunities", href: "/properties" }, @@ -36,8 +34,7 @@ export default function PropertiesPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQs", href: "#" }, { label: "Market Insights", href: "#" }, @@ -45,8 +42,7 @@ export default function PropertiesPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -71,9 +67,9 @@ export default function PropertiesPage() { @@ -83,13 +79,9 @@ export default function PropertiesPage() { description="Discover an extensive collection of premium properties carefully curated to match your lifestyle, investment goals, and desires. From modern urban apartments to sprawling luxury estates, find your perfect match." buttons={[ { - text: "View Listings", - href: "#properties-list", - }, + text: "View Listings", href: "#properties-list"}, { - text: "Schedule Tour", - href: "/contact", - }, + text: "Schedule Tour", href: "/contact"}, ]} buttonAnimation="slide-up" background={{ variant: "plain" }} @@ -106,26 +98,11 @@ export default function PropertiesPage() { description="Browse our comprehensive selection of premium residential and commercial properties available for sale or lease." products={[ { - id: "property-1", - name: "Modern Downtown Apartment", - price: "$850,000", - imageSrc: "http://img.b2bpic.net/free-vector/family-parents-living-room-scene_24877-49940.jpg?_wi=2", - imageAlt: "Modern luxury apartment", - }, + id: "property-1", name: "Modern Downtown Apartment", price: "$850,000", imageSrc: "http://img.b2bpic.net/free-vector/family-parents-living-room-scene_24877-49940.jpg?_wi=2", imageAlt: "Modern luxury apartment"}, { - id: "property-2", - name: "Suburban Family Home", - price: "$620,000", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-park_1417-1446.jpg?_wi=2", - imageAlt: "Beautiful suburban residence", - }, + id: "property-2", name: "Suburban Family Home", price: "$620,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-park_1417-1446.jpg?_wi=2", imageAlt: "Beautiful suburban residence"}, { - id: "property-3", - name: "Luxury Villa Estate", - price: "$2,450,000", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918962.jpg?_wi=3", - imageAlt: "Exclusive luxury villa", - }, + id: "property-3", name: "Luxury Villa Estate", price: "$2,450,000", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918962.jpg?_wi=3", imageAlt: "Exclusive luxury villa"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -141,34 +118,20 @@ export default function PropertiesPage() { description="Interested in viewing any of our properties? Contact us to arrange a personalized tour at your convenience." inputs={[ { - name: "fullName", - type: "text", - placeholder: "Your Full Name", - required: true, + name: "fullName", type: "text", placeholder: "Your Full Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email Address", - required: true, + name: "email", type: "email", placeholder: "Your Email Address", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Phone Number", required: true, }, { - name: "propertyInterest", - type: "text", - placeholder: "Which property interests you?", - required: false, + name: "propertyInterest", type: "text", placeholder: "Which property interests you?", required: false, }, ]} textarea={{ - name: "tourRequest", - placeholder: "Let us know your preferred tour date and time", - rows: 4, + name: "tourRequest", placeholder: "Let us know your preferred tour date and time", rows: 4, required: true, }} useInvertedBackground={false} @@ -181,9 +144,9 @@ export default function PropertiesPage() { -- 2.49.1