diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index c9123cd..57a0c0f 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -6,151 +6,120 @@ import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos';
import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards';
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards';
-import { Award, Globe, Users } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
-
-
+
+
-
-
+ 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" }}
+ secondaryButton={{ text: "View Exhibitions", href: "#gallery" }}
+ avatarsSrc={[]}
+ avatarText=""
+ names={[]}
+ imageSrc="http://img.b2bpic.net/free-photo/berlin-concert-hall-germany_181624-18088.jpg"
+ />
+
+
-
+
-
-
+
+
-
-
+ tag="Exhibitions"
+ title="Curated Experiences"
+ 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: "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: "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: "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" }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Impact"
+ title="By The Numbers"
+ description="Sharing the influence of design through our museum's reach."
+ metrics={[
+ { icon: "Award", title: "Exhibitions Annually", value: "12+" },
+ { icon: "Users", title: "Annual Visitors", value: "150k" },
+ { icon: "Globe", title: "Global Collaborations", value: "45" }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Voices"
+ title="What Visitors Say"
+ 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: "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: "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" }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Partners"
+ title="Supported By Leading Institutions"
+ description="Collaborating with global organizations."
+ names={["Design Council", "Arts Foundation", "Global Culture Alliance", "Public Art Fund", "Architecture Institute", "Modern Design Network", "National Art Council"]}
+ />
+
+
-
-
+
+
-
-
+ tag="Info"
+ title="Visitor Guide"
+ 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: "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." }
+ ]}
+ 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"
+ />
+
+
-
>
);
-}
+}
\ No newline at end of file