Merge version_1_1782152945413 into main #2
@@ -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 (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroCenteredLogos
|
||||
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={[]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
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={[]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutText
|
||||
title="Crafted for the few. Rooted in the ancient sands of the Gulf."
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
title="Crafted for the few. Rooted in the ancient sands of the Gulf."
|
||||
/>
|
||||
</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 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"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
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" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialMarqueeCards
|
||||
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."
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
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."
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="heritage" data-section="heritage">
|
||||
<SectionErrorBoundary name="heritage">
|
||||
<div id="heritage" data-section="heritage">
|
||||
<SectionErrorBoundary name="heritage">
|
||||
<FeaturesRevealCards
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
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" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="legacy" data-section="legacy">
|
||||
<SectionErrorBoundary name="legacy">
|
||||
<div id="legacy" data-section="legacy">
|
||||
<SectionErrorBoundary name="legacy">
|
||||
<MetricsIconCards
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
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" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSplitMedia
|
||||
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"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
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"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
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: "#"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
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: "#" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user