166 lines
6.1 KiB
TypeScript
166 lines
6.1 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
|
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
|
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
|
import ContactText from "@/components/sections/contact/ContactText";
|
|
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
|
import Link from "next/link";
|
|
|
|
export default function AboutPage() {
|
|
const navItems = [
|
|
{ name: "Home", id: "/" },
|
|
{ name: "Shop All", id: "/shop" },
|
|
{ name: "Men", id: "/men" },
|
|
{ name: "Women", id: "/women" },
|
|
{ name: "Unisex", id: "/unisex" },
|
|
{ name: "About", id: "/about" },
|
|
{ name: "Contact", id: "/contact" },
|
|
];
|
|
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="directional-hover"
|
|
defaultTextAnimation="background-highlight"
|
|
borderRadius="rounded"
|
|
contentWidth="small"
|
|
sizing="mediumLargeSizeLargeTitles"
|
|
background="aurora"
|
|
cardStyle="gradient-radial"
|
|
primaryButtonStyle="radial-glow"
|
|
secondaryButtonStyle="solid"
|
|
headingFontWeight="bold"
|
|
>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarLayoutFloatingOverlay
|
|
brandName="Desert Aura"
|
|
navItems={navItems}
|
|
button={{
|
|
text: "Shop Now",
|
|
href: "/shop",
|
|
}}
|
|
/>
|
|
</div>
|
|
|
|
<div id="about-desert-aura" data-section="about-desert-aura">
|
|
<TextSplitAbout
|
|
title="Affordable Luxury Perfumes from Dubai"
|
|
description={[
|
|
"Desert Aura is your gateway to premium-inspired fragrances at accessible prices. Based in Dubai, we carefully curate a diverse collection of high-end perfumes and body oils for men, women, and unisex preferences — delivering quality scents across the entire UAE.",
|
|
"Our mission is simple: make luxury fragrance attainable for everyone. We believe that smelling extraordinary shouldn't come with an extraordinary price tag. Every fragrance in our collection is handpicked to ensure longevity, quality, and that coveted luxury feel.",
|
|
"Whether you're shopping for yourself or finding the perfect gift, our Dubai-based team is here to help. We offer personalized recommendations, fast UAE-wide delivery, and customer support you can trust.",
|
|
]}
|
|
useInvertedBackground={false}
|
|
buttons={[{ text: "Explore Full Range", href: "/shop" }]}
|
|
showBorder={true}
|
|
/>
|
|
</div>
|
|
|
|
<div id="about-impact" data-section="about-impact">
|
|
<MetricCardSeven
|
|
title="Our Impact in UAE"
|
|
description="Proud to serve customers across the Emirates with premium-inspired fragrances"
|
|
metrics={[
|
|
{
|
|
id: "1",
|
|
value: "7+",
|
|
title: "Emirates Served",
|
|
items: [
|
|
"Fast delivery across all UAE emirates",
|
|
"Local Dubai-based fulfillment center",
|
|
],
|
|
},
|
|
{
|
|
id: "2",
|
|
value: "1000+",
|
|
title: "Happy Customers",
|
|
items: [
|
|
"Trusted by fragrance enthusiasts across UAE",
|
|
"High repeat purchase rate",
|
|
],
|
|
},
|
|
{
|
|
id: "3",
|
|
value: "50+",
|
|
title: "Fragrance Options",
|
|
items: [
|
|
"Carefully curated collection",
|
|
"Men's, women's, and unisex selections",
|
|
],
|
|
},
|
|
{
|
|
id: "4",
|
|
value: "24/7",
|
|
title: "Customer Support",
|
|
items: [
|
|
"WhatsApp, phone, and email assistance",
|
|
"Expert fragrance recommendations",
|
|
],
|
|
},
|
|
]}
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="about-cta" data-section="about-cta">
|
|
<ContactText
|
|
text="Experience the Desert Aura difference. Discover why customers across the UAE choose us for their fragrance needs. Shop now and receive personalized recommendations from our fragrance experts."
|
|
animationType="background-highlight"
|
|
background={{ variant: "radial-gradient" }}
|
|
useInvertedBackground={false}
|
|
buttons={[
|
|
{ text: "Start Shopping", href: "/shop" },
|
|
{ text: "Contact Us", href: "/contact" },
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterSimple
|
|
columns={[
|
|
{
|
|
title: "Shop",
|
|
items: [
|
|
{ label: "All Perfumes", href: "/shop" },
|
|
{ label: "Men's Collection", href: "/men" },
|
|
{ label: "Women's Collection", href: "/women" },
|
|
{ label: "Unisex Fragrances", href: "/unisex" },
|
|
],
|
|
},
|
|
{
|
|
title: "Company",
|
|
items: [
|
|
{ label: "About Us", href: "/about" },
|
|
{ label: "Contact", href: "/contact" },
|
|
{ label: "Shipping Info", href: "#" },
|
|
{ label: "Returns", href: "#" },
|
|
],
|
|
},
|
|
{
|
|
title: "Contact",
|
|
items: [
|
|
{ label: "Email", href: "mailto:shopdesertaura@gmail.com" },
|
|
{ label: "Phone", href: "tel:+971523412447" },
|
|
{ label: "Dubai, UAE", href: "#" },
|
|
{ label: "WhatsApp", href: "https://wa.me/971523412447" },
|
|
],
|
|
},
|
|
{
|
|
title: "Legal",
|
|
items: [
|
|
{ label: "Privacy Policy", href: "#" },
|
|
{ label: "Terms & Conditions", href: "#" },
|
|
{ label: "Cookie Policy", href: "#" },
|
|
],
|
|
},
|
|
]}
|
|
bottomLeftText="© 2025 Desert Aura. All rights reserved."
|
|
bottomRightText="Premium Perfumes • Dubai, UAE"
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
} |