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="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" + /> +
+
-
- +
+ - -
+ tag="Visit Us" + text="Join our community of design enthusiasts. Stay informed about upcoming exhibitions and special events." + primaryButton={{ text: "Get Tickets", href: "#" }} + secondaryButton={{ text: "Contact Support", href: "#" }} + /> +
+
); -} +} \ No newline at end of file