From 379615281affefad73c88f561a098329b7ac4359 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 16 Jun 2026 15:43:15 +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 9361acd..17ac5ba 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Tue, 16 Jun 2026 15:43:25 +0000 Subject: [PATCH 2/3] Update src/components/Layout.tsx --- src/components/Layout.tsx | 65 ++++++++++++--------------------------- 1 file changed, 19 insertions(+), 46 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 17ac5ba..078329c 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Exhibitions", - "href": "#gallery" + "name": "Exhibitions", "href": "#gallery" }, { - "name": "Visit", - "href": "#contact" + "name": "Visit", "href": "#contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Social Proof", - "href": "#social-proof" + "name": "Social Proof", "href": "#social-proof" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -58,50 +49,32 @@ export default function Layout() { brand="Design Museum Holon" columns={[ { - title: "Museum", - items: [ + title: "Museum", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, { - label: "Press", - href: "#", - }, + label: "Press", href: "#"}, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, { - label: "Archives", - href: "#", - }, + label: "Archives", href: "#"}, { - label: "Membership", - href: "#", - }, + label: "Membership", href: "#"}, ], }, ]} copyright="© 2024 Design Museum Holon. All rights reserved." links={[ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ]} /> -- 2.49.1 From 0949cb22a9b47091097af9b19fe4f4ae97ea1ff5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 15:43:25 +0000 Subject: [PATCH 3/3] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 130 ++++++++++------------------------------- 1 file changed, 31 insertions(+), 99 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 25786bf..911931f 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -18,13 +18,12 @@ export default function HomePage() { title="Design Museum Holon" description="A global beacon of contemporary design, exploring the intersection of architecture, society, and artistic innovation." primaryButton={{ - text: "Plan Your Visit", - href: "#contact", - }} + text: "Plan Your Visit", href: "#contact"}} secondaryButton={{ - text: "View Exhibitions", - href: "#gallery", - }} + text: "View Exhibitions", href: "#gallery"}} + avatarsSrc={[]} + avatarText="" + names={[]} imageSrc="http://img.b2bpic.net/free-photo/berlin-concert-hall-germany_181624-18088.jpg" /> @@ -46,40 +45,19 @@ export default function HomePage() { description="Our exhibitions explore the boundaries of material, form, and functionality across global design disciplines." items={[ { - title: "Material Futures", - description: "Innovations in sustainable textiles.", - imageSrc: "http://img.b2bpic.net/free-photo/sculpture-glass-display-case_23-2151984826.jpg", - }, + title: "Material Futures", description: "Innovations in sustainable textiles.", imageSrc: "http://img.b2bpic.net/free-photo/sculpture-glass-display-case_23-2151984826.jpg"}, { - title: "Architectural Dialogue", - description: "The art of urban spaces.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-telephone-directory-still-life_23-2149854956.jpg", - }, + title: "Architectural Dialogue", description: "The art of urban spaces.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-telephone-directory-still-life_23-2149854956.jpg"}, { - title: "Form & Function", - description: "Classic design revisited.", - imageSrc: "http://img.b2bpic.net/free-photo/special-product-photography-studio_23-2148970214.jpg", - }, + title: "Form & Function", description: "Classic design revisited.", imageSrc: "http://img.b2bpic.net/free-photo/special-product-photography-studio_23-2148970214.jpg"}, { - title: "Industrial Icons", - description: "Modern manufacturing stories.", - imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428547.jpg", - }, + title: "Industrial Icons", description: "Modern manufacturing stories.", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428547.jpg"}, { - title: "Conceptual Crafts", - description: "Artisan techniques in modern era.", - imageSrc: "http://img.b2bpic.net/free-photo/mirroring-image-young-friends_23-2148281566.jpg", - }, + title: "Conceptual Crafts", description: "Artisan techniques in modern era.", imageSrc: "http://img.b2bpic.net/free-photo/mirroring-image-young-friends_23-2148281566.jpg"}, { - title: "Digital Landscapes", - description: "Exploring virtual aesthetics.", - imageSrc: "http://img.b2bpic.net/free-photo/census-concept-photographed-city-building_23-2148993223.jpg", - }, + title: "Digital Landscapes", description: "Exploring virtual aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/census-concept-photographed-city-building_23-2148993223.jpg"}, { - title: "Legacy Projects", - description: "Celebrating seminal works.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-sport-equipment_23-2148948546.jpg", - }, + title: "Legacy Projects", description: "Celebrating seminal works.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-sport-equipment_23-2148948546.jpg"}, ]} /> @@ -93,20 +71,11 @@ export default function HomePage() { description="Sharing the influence of design through our museum's reach." metrics={[ { - icon: Award, - title: "Exhibitions Annually", - value: "12+", - }, + icon: "Award", title: "Exhibitions Annually", value: "12+"}, { - icon: Users, - title: "Annual Visitors", - value: "150k", - }, + icon: "Users", title: "Annual Visitors", value: "150k"}, { - icon: Globe, - title: "Global Collaborations", - value: "45", - }, + icon: "Globe", title: "Global Collaborations", value: "45"}, ]} /> @@ -120,40 +89,20 @@ export default function HomePage() { description="Insights from the global design community." testimonials={[ { - name: "Elena Rossi", - role: "Curator", - company: "Art Studio", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-looking-painting_23-2149911913.jpg", - }, + name: "Elena Rossi", role: "Curator", company: "Art Studio", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-looking-painting_23-2149911913.jpg"}, { - name: "Markus Thorne", - role: "Architect", - company: "Urban Lab", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sitting-with-paints-easel-white-background_140725-103728.jpg", - }, + name: "Markus Thorne", role: "Architect", company: "Urban Lab", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sitting-with-paints-easel-white-background_140725-103728.jpg"}, { - name: "Sarah Jenkins", - role: "Designer", - company: "Studio X", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-painter-desk-joyfully-choosing-paint-brush-with-big-pattern-canvas-background-home_574295-3722.jpg", - }, + name: "Sarah Jenkins", role: "Designer", company: "Studio X", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-painter-desk-joyfully-choosing-paint-brush-with-big-pattern-canvas-background-home_574295-3722.jpg"}, { - name: "David Wu", - role: "Researcher", - company: "Design Intel", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-painter-white-shirt-striped-t-shirt-sitting-floor-thoughtfully-looking-camera-while-drawing-by-watercolor-with-paint-tools-near-home_574295-3776.jpg", - }, + name: "David Wu", role: "Researcher", company: "Design Intel", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-painter-white-shirt-striped-t-shirt-sitting-floor-thoughtfully-looking-camera-while-drawing-by-watercolor-with-paint-tools-near-home_574295-3776.jpg"}, { - name: "Anna Varga", - role: "Student", - company: "Academy", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-listens-music-via-headphones-laughing-draws-painting_8353-10781.jpg", - }, + name: "Anna Varga", role: "Student", company: "Academy", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-listens-music-via-headphones-laughing-draws-painting_8353-10781.jpg"}, ]} /> @@ -165,14 +114,7 @@ export default function HomePage() { tag="Partners" title="Supported By Leading Institutions" names={[ - "Design Council", - "Arts Foundation", - "Global Culture Alliance", - "Public Art Fund", - "Architecture Institute", - "Modern Design Network", - "National Art Council", - ]} + "Design Council", "Arts Foundation", "Global Culture Alliance", "Public Art Fund", "Architecture Institute", "Modern Design Network", "National Art Council"]} /> @@ -185,17 +127,11 @@ export default function HomePage() { description="Essential information to plan your visit effectively." items={[ { - question: "Are group tours available?", - answer: "Yes, we offer specialized group tours for educational institutions and organizations.", - }, + question: "Are group tours available?", answer: "Yes, we offer specialized group tours for educational institutions and organizations."}, { - question: "Is the museum accessible?", - answer: "The museum is fully wheelchair accessible with elevator access to all floors.", - }, + question: "Is the museum accessible?", answer: "The museum is fully wheelchair accessible with elevator access to all floors."}, { - question: "Can I book tickets online?", - answer: "Online booking is encouraged for all visitors to secure preferred time slots.", - }, + question: "Can I book tickets online?", answer: "Online booking is encouraged for all visitors to secure preferred time slots."}, ]} imageSrc="http://img.b2bpic.net/free-photo/empty-drawing-educational-classroom-equipped-with-professional-sketching-tools-ready-creative-lesson-contemporary-artistic-workspace-helping-student-develop-artistic-skill-nobody-it_482257-41763.jpg" /> @@ -208,13 +144,9 @@ export default function HomePage() { tag="Visit Us" text="Join our community of design enthusiasts. Stay informed about upcoming exhibitions and special events." primaryButton={{ - text: "Get Tickets", - href: "#", - }} + text: "Get Tickets", href: "#"}} secondaryButton={{ - text: "Contact Support", - href: "#", - }} + text: "Contact Support", href: "#"}} /> -- 2.49.1