From c4668d45215a35c94b54cd73e61d42fa4c4c7b92 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 18 Jun 2026 07:38:16 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 311 +++++++++++++---------------------------- 1 file changed, 95 insertions(+), 216 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 78bb77c..d0f3f1f 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -10,235 +10,114 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ 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" }, + ]} + /> +
+
-
- +
+ - -
+ 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" + /> +
+
-
- +
+ - -
+ 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" }, + ]} + /> +
+
-
- +
+ - -
+ 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" }, + ]} + /> +
+
-
- +
+ - -
+ 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" }, + ]} + /> +
+
-
- +
+ - -
+ 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." }, + ]} + /> +
+
-
- +
+ - -
+ tag="Inquiry" + text="Arrange a private viewing with our team today." + primaryButton={{ text: "Contact Us", href: "#" }} + secondaryButton={{ text: "View Catalogue", href: "#" }} + /> +
+
); } -- 2.49.1