Merge version_1_1781624534758 into main #3

Merged
bender merged 1 commits from version_1_1781624534758 into main 2026-06-16 15:44:58 +00:00

View File

@@ -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 (
<>
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroCenteredLogos
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"
/>
</SectionErrorBoundary>
</div>
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"
/>
</SectionErrorBoundary>
</div>
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutText
title="Holon's Architectural Landmark. Where design takes center stage in an evolving dialogue."
/>
</SectionErrorBoundary>
</div>
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutText title="Holon's Architectural Landmark. Where design takes center stage in an evolving dialogue." />
</SectionErrorBoundary>
</div>
<div id="gallery" data-section="gallery">
<SectionErrorBoundary name="gallery">
<div id="gallery" data-section="gallery">
<SectionErrorBoundary name="gallery">
<FeaturesImageBento
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"},
]}
/>
</SectionErrorBoundary>
</div>
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" }
]}
/>
</SectionErrorBoundary>
</div>
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<MetricsIconCards
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"},
]}
/>
</SectionErrorBoundary>
</div>
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" }
]}
/>
</SectionErrorBoundary>
</div>
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialOverlayCards
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"},
]}
/>
</SectionErrorBoundary>
</div>
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" }
]}
/>
</SectionErrorBoundary>
</div>
<div id="social-proof" data-section="social-proof">
<SectionErrorBoundary name="social-proof">
<div id="social-proof" data-section="social-proof">
<SectionErrorBoundary name="social-proof">
<SocialProofMarquee
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"]}
/>
</SectionErrorBoundary>
</div>
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"]}
/>
</SectionErrorBoundary>
</div>
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<FaqSplitMedia
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"
/>
</SectionErrorBoundary>
</div>
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"
/>
</SectionErrorBoundary>
</div>
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
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: "#"}}
/>
</SectionErrorBoundary>
</div>
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: "#" }}
/>
</SectionErrorBoundary>
</div>
</>
);
}
}