From 8fab67c3f118972174610f50795abb49a4babf63 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 16 Jun 2026 01:22:54 +0000 Subject: [PATCH 1/3] Bob AI: fix build error in src/components/Layout.tsx --- src/components/Layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 3a7aa51..7f93ce4 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Tue, 16 Jun 2026 01:23:04 +0000 Subject: [PATCH 2/3] Update src/components/Layout.tsx --- src/components/Layout.tsx | 79 +++++++++------------------------------ 1 file changed, 18 insertions(+), 61 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 7f93ce4..f8ffbb6 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -7,34 +7,13 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ - { - "name": "About", - "href": "#about" - }, - { - "name": "Team", - "href": "#team" - }, - { - "name": "Contact", - "href": "#contact" - }, - { - "name": "Hero", - "href": "#hero" - }, - { - "name": "Services", - "href": "#services" - }, - { - "name": "Metrics", - "href": "#metrics" - }, - { - "name": "Testimonials", - "href": "#testimonials" - } + { name: "About", href: "#about" }, + { name: "Team", href: "#team" }, + { name: "Contact", href: "#contact" }, + { name: "Hero", href: "#hero" }, + { name: "Services", href: "#services" }, + { name: "Metrics", href: "#metrics" }, + { name: "Testimonials", href: "#testimonials" } ]; return ( @@ -43,11 +22,9 @@ export default function Layout() {
@@ -58,43 +35,23 @@ export default function Layout() { brand="WallStreet" columns={[ { - title: "Company", - items: [ - { - label: "About Us", - href: "#about", - }, - { - label: "Our Team", - href: "#team", - }, + title: "Company", items: [ + { label: "About Us", href: "#about" }, + { label: "Our Team", href: "#team" } ], }, { - title: "Support", - items: [ - { - label: "FAQs", - href: "#", - }, - { - label: "Contact", - href: "#contact", - }, + title: "Support", items: [ + { label: "FAQs", href: "#" }, + { label: "Contact", href: "#contact" } ], }, ]} copyright="© 2024 WallStreet Real Estate. All rights reserved." - imageSrc="http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg" links={[ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" } ]} /> -- 2.49.1 From da8d651f4f7930ae5f7ec3e6a62afb35609044c8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 01:23:04 +0000 Subject: [PATCH 3/3] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 185 +++++++---------------------------------- 1 file changed, 32 insertions(+), 153 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index e1e03c7..19d8476 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -18,34 +18,18 @@ export default function HomePage() { title="Elevating Your Real Estate Vision" description="Expert guidance and premium properties for the modern investor and homeowner." primaryButton={{ - text: "View Properties", - href: "#services", - }} + text: "View Properties", href: "#services"}} secondaryButton={{ - text: "Learn More", - href: "#about", - }} + text: "Learn More", href: "#about"}} leftItems={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/female-serious-estate-agent-discussing-house-building-plan-with-clients_1163-4200.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666205.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694100.jpg", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/female-serious-estate-agent-discussing-house-building-plan-with-clients_1163-4200.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666205.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694100.jpg" } ]} rightItems={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/decorative-design-gardening-natural-plant-tree_53876-14209.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-buying-new-house-asian-woman-african-man-signing-documents-new-home_1157-47960.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/charming-african-american-woman-model-black-jacket-hat-waist-bag-relaxing-cafe-free-time-with-mobile-phone_627829-5382.jpg", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/decorative-design-gardening-natural-plant-tree_53876-14209.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-couple-buying-new-house-asian-woman-african-man-signing-documents-new-home_1157-47960.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/charming-african-american-woman-model-black-jacket-hat-waist-bag-relaxing-cafe-free-time-with-mobile-phone_627829-5382.jpg" } ]} /> @@ -69,48 +53,13 @@ export default function HomePage() { title="Property Expertise" description="From high-end residences to strategic investment properties, we offer end-to-end support." items={[ - { - title: "Residential Sales", - description: "Finding your dream home.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571926.jpg", - }, - { - title: "Investment Analysis", - description: "Data-driven ROI insights.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821288.jpg", - }, - { - title: "Commercial Leasing", - description: "Optimal spaces for business.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/top-side-view-restaurant-stairs-from-black-marble-long-windows-with-fabric-blinds_140725-8859.jpg", - }, - { - title: "Luxury Estates", - description: "Exclusive listing access.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-outdoors-with-stylish-dress-sunglasses_23-2149548580.jpg", - }, - { - title: "Market Valuations", - description: "Accurate home appraisals.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/mountain-landscape-illuminated-by-moonlight-milky-way-generated-by-ai_188544-11622.jpg", - }, - { - title: "Strategic Consulting", - description: "Tailored property roadmap.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-real-estate-agent-showing-house_23-2150225233.jpg", - }, - { - title: "Property Management", - description: "Seamless ownership experience.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920952.jpg", - }, + { title: "Residential Sales", description: "Finding your dream home.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571926.jpg" }, + { title: "Investment Analysis", description: "Data-driven ROI insights.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821288.jpg" }, + { title: "Commercial Leasing", description: "Optimal spaces for business.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-side-view-restaurant-stairs-from-black-marble-long-windows-with-fabric-blinds_140725-8859.jpg" }, + { title: "Luxury Estates", description: "Exclusive listing access.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-outdoors-with-stylish-dress-sunglasses_23-2149548580.jpg" }, + { title: "Market Valuations", description: "Accurate home appraisals.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/mountain-landscape-illuminated-by-moonlight-milky-way-generated-by-ai_188544-11622.jpg" }, + { title: "Strategic Consulting", description: "Tailored property roadmap.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-real-estate-agent-showing-house_23-2150225233.jpg" }, + { title: "Property Management", description: "Seamless ownership experience.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920952.jpg" } ]} /> @@ -123,18 +72,9 @@ export default function HomePage() { title="Proven Results" description="The numbers speak for themselves." metrics={[ - { - value: "$500M+", - description: "Total Volume Sold", - }, - { - value: "250+", - description: "Properties Closed", - }, - { - value: "15+", - description: "Years Experience", - }, + { value: "$500M+", description: "Total Volume Sold" }, + { value: "250+", description: "Properties Closed" }, + { value: "15+", description: "Years Experience" } ]} /> @@ -148,30 +88,12 @@ export default function HomePage() { description="Dedicated professionals committed to your success." groups={[ { - title: "Leadership", - members: [ - { - name: "Alex River", - role: "Principal Broker", - detail: "15 years of industry excellence.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-glasses-blue-suit-with-tie-lights-with-blurry-background_181624-17456.jpg", - }, - { - name: "Sarah Jordan", - role: "Director of Sales", - detail: "Specializing in luxury markets.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151064932.jpg", - }, - { - name: "Mark Sterling", - role: "Investment Analyst", - detail: "Strategic growth expert.", - imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg?_wi=1", - imageAlt: "real estate agent portrait professional suit", - }, + title: "Leadership", members: [ + { name: "Alex River", role: "Principal Broker", detail: "15 years of industry excellence.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-glasses-blue-suit-with-tie-lights-with-blurry-background_181624-17456.jpg" }, + { name: "Sarah Jordan", role: "Director of Sales", detail: "Specializing in luxury markets.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151064932.jpg" }, + { name: "Mark Sterling", role: "Investment Analyst", detail: "Strategic growth expert.", imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg" } + ] + } ]} /> @@ -184,36 +106,11 @@ export default function HomePage() { title="Client Success" description="What our clients say about the WallStreet experience." testimonials={[ - { - name: "Alice T.", - role: "Homeowner", - quote: "The team made our home sale seamless and profitable.", - imageSrc: "http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg", - }, - { - name: "Robert B.", - role: "Investor", - quote: "Market expertise that is truly unmatched in the sector.", - imageSrc: "http://img.b2bpic.net/free-photo/young-black-girl-happy-expression_1194-4305.jpg", - }, - { - name: "Elena V.", - role: "Executive", - quote: "Professional, efficient, and always focused on my needs.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", - }, - { - name: "David W.", - role: "Homeowner", - quote: "Exceptional service during every step of the process.", - imageSrc: "http://img.b2bpic.net/free-photo/stamped-paper-form-mortgage_23-2147764255.jpg", - }, - { - name: "Sophie K.", - role: "Investor", - quote: "Strategic vision that helped grow my portfolio significantly.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065008.jpg", - }, + { name: "Alice T.", role: "Homeowner", quote: "The team made our home sale seamless and profitable.", imageSrc: "http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg" }, + { name: "Robert B.", role: "Investor", quote: "Market expertise that is truly unmatched in the sector.", imageSrc: "http://img.b2bpic.net/free-photo/young-black-girl-happy-expression_1194-4305.jpg" }, + { name: "Elena V.", role: "Executive", quote: "Professional, efficient, and always focused on my needs.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg" }, + { name: "David W.", role: "Homeowner", quote: "Exceptional service during every step of the process.", imageSrc: "http://img.b2bpic.net/free-photo/stamped-paper-form-mortgage_23-2147764255.jpg" }, + { name: "Sophie K.", role: "Investor", quote: "Strategic vision that helped grow my portfolio significantly.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065008.jpg" } ]} /> @@ -226,19 +123,7 @@ export default function HomePage() { title="Frequently Asked Questions" description="Answers to common real estate inquiries." categories={[ - { - name: "Buying", - items: [ - { - question: "How do I start?", - answer: "Schedule a discovery call with our team.", - }, - { - question: "What's the process?", - answer: "We manage research, visits, and closing.", - }, - ], - }, + { name: "Buying", items: [{ question: "How do I start?", answer: "Schedule a discovery call with our team." }, { question: "What's the process?", answer: "We manage research, visits, and closing." }] } ]} /> @@ -249,14 +134,8 @@ export default function HomePage() { -- 2.49.1