Merge version_1_1781768217246 into main #1

Merged
bender merged 1 commits from version_1_1781768217246 into main 2026-06-18 07:38:22 +00:00

View File

@@ -10,235 +10,114 @@ 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">
<HeroBillboardTiltedCarousel
tag="Exclusivity Defined"
title="Almuhairi&Co"
description="Where tradition meets modern elegance in perfect harmony."
primaryButton={{
text: "Discover",
href: "#about",
}}
secondaryButton={{
text: "Inquire",
href: "#contact",
}}
items={[
{
imageSrc: "http://img.b2bpic.net/free-photo/pretty-adult-caucasian-woman-blonde-black-pajamas-sits-light-room-with-place-text-weekend-enjoyment-concept_197531-31166.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/blurry-yellow-shades-grass-leaves_23-2148787321.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/charming-caucasian-lady-poses-camera-picture-isolated-dark-blur-background_132075-9595.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-white-pumpkin-still-life_23-2149731221.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/home-interior-with-books-dried-flowers_169016-1765.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/composition-various-crockery-marble-table_23-2148141227.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Exclusivity Defined"
title="Almuhairi&Co"
description="Where tradition meets modern elegance in perfect harmony."
primaryButton={{ text: "Discover", href: "#about" }}
secondaryButton={{ text: "Inquire", href: "#contact" }}
items={[
{ imageSrc: "http://img.b2bpic.net/free-photo/pretty-adult-caucasian-woman-blonde-black-pajamas-sits-light-room-with-place-text-weekend-enjoyment-concept_197531-31166.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/blurry-yellow-shades-grass-leaves_23-2148787321.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/charming-caucasian-lady-poses-camera-picture-isolated-dark-blur-background_132075-9595.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-white-pumpkin-still-life_23-2149731221.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/home-interior-with-books-dried-flowers_169016-1765.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/composition-various-crockery-marble-table_23-2148141227.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutMediaOverlay
tag="Our Heritage"
title="The Essence of Craftsmanship"
description="Almuhairi&Co is a testament to timeless artistry. Born from a dedication to refinement and quality, each piece carries the weight of history and the lightness of modern luxury."
imageSrc="http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186754.jpg"
/>
</SectionErrorBoundary>
</div>
tag="Our Heritage"
title="The Essence of Craftsmanship"
description="Almuhairi&Co is a testament to timeless artistry. Born from a dedication to refinement and quality, each piece carries the weight of history and the lightness of modern luxury."
imageSrc="http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186754.jpg"
/>
</SectionErrorBoundary>
</div>
<div id="products" data-section="products">
<SectionErrorBoundary name="products">
<div id="products" data-section="products">
<SectionErrorBoundary name="products">
<FeaturesRevealCardsBento
tag="Collections"
title="Signature Pieces"
description="Explore our curated selection of artisanal luxury offerings."
items={[
{
id: "p1",
title: "Golden Artifact",
description: "Crafted with precision.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347030.jpg",
},
{
id: "p2",
title: "Jade Collection",
description: "Nature's finest elegance.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/blossoms-colorful-backdrops_23-2151916615.jpg",
},
{
id: "p3",
title: "Brass Detail",
description: "Industrial sophistication.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347038.jpg",
},
{
id: "p4",
title: "Legacy Line",
description: "Timeless artistry redefined.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-plant-marble-stand-with-leaves-copy-space_23-2149270644.jpg",
},
{
id: "p5",
title: "Modern Classic",
description: "Elegant daily luxury.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347035.jpg",
},
{
id: "p6",
title: "Artisan Series",
description: "Hand-finished perfection.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-vintage-objects_23-2150244573.jpg",
},
{
id: "p7",
title: "Limited Edition",
description: "Exclusivity guaranteed.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/set-quail-eggs-napkin-near-feathers-can_23-2148073847.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Collections"
title="Signature Pieces"
description="Explore our curated selection of artisanal luxury offerings."
items={[
{ title: "Golden Artifact", description: "Crafted with precision.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347030.jpg" },
{ title: "Jade Collection", description: "Nature's finest elegance.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/blossoms-colorful-backdrops_23-2151916615.jpg" },
{ title: "Brass Detail", description: "Industrial sophistication.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347038.jpg" },
{ title: "Legacy Line", description: "Timeless artistry redefined.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/front-view-plant-marble-stand-with-leaves-copy-space_23-2149270644.jpg" },
{ title: "Modern Classic", description: "Elegant daily luxury.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347035.jpg" },
{ title: "Artisan Series", description: "Hand-finished perfection.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/still-life-vintage-objects_23-2150244573.jpg" },
{ title: "Limited Edition", description: "Exclusivity guaranteed.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/set-quail-eggs-napkin-near-feathers-can_23-2148073847.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<FeaturesBentoGrid
tag="Refinement"
title="Exclusivity in Detail"
description="Every detail reflects the soul of our house."
features={[
{
title: "Superior Quality",
description: "Hand-selected materials define every creation.",
imageSrc: "http://img.b2bpic.net/free-photo/metal-circle-front-black-wall_181624-6880.jpg",
},
{
title: "Timeless Design",
description: "Elegance that transcends temporary trends.",
imageSrc: "http://img.b2bpic.net/free-photo/coarse-appearance-cement-wall_23-2148413192.jpg",
},
{
title: "Artisanal Care",
description: "Crafted by masters for the discerning.",
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591429.jpg",
},
{
title: "Modern Heritage",
description: "Honoring roots with contemporary flair.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-golden-spoons-with-copy-space_23-2148461750.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Refinement"
title="Exclusivity in Detail"
description="Every detail reflects the soul of our house."
features={[
{ title: "Superior Quality", description: "Hand-selected materials define every creation.", imageSrc: "http://img.b2bpic.net/free-photo/metal-circle-front-black-wall_181624-6880.jpg" },
{ title: "Timeless Design", description: "Elegance that transcends temporary trends.", imageSrc: "http://img.b2bpic.net/free-photo/coarse-appearance-cement-wall_23-2148413192.jpg" },
{ title: "Artisanal Care", description: "Crafted by masters for the discerning.", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591429.jpg" },
{ title: "Modern Heritage", description: "Honoring roots with contemporary flair.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-golden-spoons-with-copy-space_23-2148461750.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialMarqueeCards
tag="Legacy"
title="Voices of Elegance"
description="What our esteemed clients say."
testimonials={[
{
id: "1",
name: "Fatima Al-Sayed",
role: "Collector",
quote: "The most exquisite craftsmanship I have encountered.",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-wedding-instagram-stories_23-2149694451.jpg",
},
{
id: "2",
name: "Omar Bin Sultan",
role: "Designer",
quote: "A perfect fusion of heritage and modernity.",
imageSrc: "http://img.b2bpic.net/free-photo/man-black-suit-holding-hand-his-forehead_23-2148401453.jpg",
},
{
id: "3",
name: "Layla Khaled",
role: "Patron",
quote: "Simply unparalleled sophistication in design.",
imageSrc: "http://img.b2bpic.net/free-photo/black-woman-s-portrait-dramma-look_633478-1621.jpg",
},
{
id: "4",
name: "Ahmed Ibrahim",
role: "Architect",
quote: "True luxury in every refined detail.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9539.jpg",
},
{
id: "5",
name: "Sara Mohammed",
role: "Artist",
quote: "Almuhairi&Co brings elegance to life.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-handsome-unshaven-male-with-blue-eyes-fuzzy-beard-mustache-relaxing-indoors-sitting-isolated-stylish-armchair-people-style-interior-design-furniture-concept_343059-1663.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Legacy"
title="Voices of Elegance"
description="What our esteemed clients say."
testimonials={[
{ name: "Fatima Al-Sayed", role: "Collector", quote: "The most exquisite craftsmanship I have encountered.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-wedding-instagram-stories_23-2149694451.jpg" },
{ name: "Omar Bin Sultan", role: "Designer", quote: "A perfect fusion of heritage and modernity.", imageSrc: "http://img.b2bpic.net/free-photo/man-black-suit-holding-hand-his-forehead_23-2148401453.jpg" },
{ name: "Layla Khaled", role: "Patron", quote: "Simply unparalleled sophistication in design.", imageSrc: "http://img.b2bpic.net/free-photo/black-woman-s-portrait-dramma-look_633478-1621.jpg" },
{ name: "Ahmed Ibrahim", role: "Architect", quote: "True luxury in every refined detail.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9539.jpg" },
{ name: "Sara Mohammed", role: "Artist", quote: "Almuhairi&Co brings elegance to life.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-handsome-unshaven-male-with-blue-eyes-fuzzy-beard-mustache-relaxing-indoors-sitting-isolated-stylish-armchair-people-style-interior-design-furniture-concept_343059-1663.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<FaqSimple
tag="Support"
title="Discreet Inquiries"
description="Common questions about our exclusive services."
items={[
{
question: "How do I secure an item?",
answer: "Consult with our concierge via the contact section.",
},
{
question: "Do you offer customization?",
answer: "Personalization is at the heart of our craft.",
},
{
question: "Can I visit your atelier?",
answer: "We welcome visitors by prior private appointment.",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Support"
title="Discreet Inquiries"
description="Common questions about our exclusive services."
items={[
{ question: "How do I secure an item?", answer: "Consult with our concierge via the contact section." },
{ question: "Do you offer customization?", answer: "Personalization is at the heart of our craft." },
{ question: "Can I visit your atelier?", answer: "We welcome visitors by prior private appointment." },
]}
/>
</SectionErrorBoundary>
</div>
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Inquiry"
text="Arrange a private viewing with our team today."
primaryButton={{
text: "Contact Us",
href: "#",
}}
secondaryButton={{
text: "View Catalogue",
href: "#",
}}
/>
</SectionErrorBoundary>
</div>
tag="Inquiry"
text="Arrange a private viewing with our team today."
primaryButton={{ text: "Contact Us", href: "#" }}
secondaryButton={{ text: "View Catalogue", href: "#" }}
/>
</SectionErrorBoundary>
</div>
</>
);
}