diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 3488c1f..d4574a7 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,152 +6,126 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import { Award, Diamond, Star } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ avatarText="A signature of silence." + title="ANBAR" + description="Silent echoes of incense. Rarity captured in glass." + primaryButton={{ text: "Discover", href: "#products" }} + secondaryButton={{ text: "Heritage", href: "#about" }} + imageSrc="http://img.b2bpic.net/free-photo/macro-cicada-slough-tree_53876-31708.jpg" + avatarsSrc={[]} + names={[]} + /> +
+
-
- +
+ - -
+ title="Crafted for the few. Rooted in the ancient sands of the Gulf." + /> +
+
-
- +
+ - -
+ tag="Collections" + title="Signature Scents" + description="Art pieces of olfactory heritage." + items={[ + { title: "Oud Al-Majlis", description: "Notes of aged agarwood and saffron.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/bote-de-perfume_1048-1864.jpg" }, + { title: "Santal Royale", description: "Warm Mysore sandalwood whispers.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097716.jpg" }, + { title: "Amber Dusk", description: "Golden resin and dark musk.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/alcohol-beverage-black-table_140725-6481.jpg" }, + { title: "Saffron Silk", description: "Delicate spice and floral dew.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-lifestyle-concept-table_23-2148229220.jpg" }, + { title: "Incense Path", description: "Burnt smoke and ancient cedar.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337714.jpg" }, + { title: "Musk Desert", description: "A dry, intense nomadic heart.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/view-buddha-statuette-tranquility-meditation_23-2150426145.jpg" }, + { title: "Rose Taif", description: "Blooming desert florals refined.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/close-up-parfume-cologne-barbershop-barber-soul_627829-6334.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Discerning Voices" + title="The Silent Appraisal" + testimonials={[ + { name: "Fatima A.", role: "Collector", quote: "The oud is a haunting, singular memory.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-purple-blurred-background_140725-145531.jpg" }, + { name: "Omar K.", role: "Connoisseur", quote: "Finally, a house that understands subtlety.", imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-near-feathers-vase_23-2148073839.jpg" }, + { name: "Layla M.", role: "Architect", quote: "Pure, unadulterated luxury. Nothing more to add.", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669106.jpg" }, + { name: "Khalid S.", role: "Diplomat", quote: "ANBAR stands alone in this vast sea of noise.", imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-pink-flowers-arrangement_23-2149629980.jpg" }, + { name: "Hana R.", role: "Patron", quote: "I have never felt so understood by a scent.", imageSrc: "http://img.b2bpic.net/free-vector/luxury-mandala-background_23-2147895196.jpg" } + ]} + description="Reflections from those who understand the language of scent." + /> +
+
-
- +
+ - -
+ tag="Philosophy" + title="The Art of Patience" + description="Fragrance should not speak loudly. It should be whispered." + items={[ + { title: "Hand-Sourced Agarwood", description: "Aged 15 years in darkness.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-with-blue-paper-flower_140725-13876.jpg" }, + { title: "Small-Batch Distillation", description: "Only 100 flacons produced annually.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262906.jpg" }, + { title: "Calligraphic Design", description: "Bottles crafted by master ink-smiths.", imageSrc: "http://img.b2bpic.net/free-photo/spices-composition-with-five-small-bottles_23-2147684892.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Facts" + title="The Numbers of Rarity" + description="Exclusivity defined by scarcity." + metrics={[ + { icon: "Star", title: "Years of Aging", value: "15+" }, + { icon: "Award", title: "Signature Scents", value: "12" }, + { icon: "Diamond", title: "Flacons per Batch", value: "100" } + ]} + /> +
+
-
- +
+ - -
+ tag="Protocol" + title="The Experience" + description="Essential knowledge for our patrons." + items={[ + { question: "How do I purchase?", answer: "All consultations are by private appointment only." }, + { question: "Are shipping samples available?", answer: "We do not ship. We invite you to experience the scent in our Dubai majlis." }, + { question: "Can I request a commission?", answer: "Private bespoke blending is available for select patrons annually." } + ]} + imageSrc="http://img.b2bpic.net/free-photo/alcohol-beautiful-bottle_176474-6024.jpg" + /> +
+
-
- +
+ - -
+ tag="Inquiry" + text="The house is open to those who seek it. Arrange your private viewing." + primaryButton={{ text: "Request Appointment", href: "#" }} + secondaryButton={{ text: "View Location", href: "#" }} + /> +
+
); }