5 Commits

Author SHA1 Message Date
9182dab458 Update src/app/page.tsx 2026-03-03 05:36:53 +00:00
30c8031bbd Update src/app/layout.tsx 2026-03-03 05:36:52 +00:00
d515a6f360 Update src/app/styles/variables.css 2026-03-03 05:34:56 +00:00
45bd789b88 Update src/app/styles/base.css 2026-03-03 05:34:55 +00:00
f17b2d5d99 Merge version_1 into main
Merge version_1 into main
2026-03-03 05:33:22 +00:00
4 changed files with 74 additions and 76 deletions

View File

@@ -1,25 +1,19 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Poppins } from "next/font/google"; import { Playfair_Display, Poppins } from "next/font/google";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const playfairDisplay = Playfair_Display({
variable: "--font-playfair-display", subsets: ["latin"],
weight: ["400", "500", "600", "700", "800", "900"],
});
const poppins = Poppins({ const poppins = Poppins({
variable: "--font-poppins", subsets: ["latin"], variable: "--font-poppins", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
}); });
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Lavish Perfumes Ajman Beach - Premium Fragrances & Fast Delivery", description: "Discover premium fragrances at Lavish Perfumes in Ajman Corniche. High-quality perfumes, expert service, fast delivery & in-store shopping. 4.8★ rated. Call 06 765 1134 today!", keywords: "perfume store Ajman, luxury fragrances Ajman, oud perfume, French perfumes, Arabic fragrances, perfume delivery Ajman, best perfumes Ajman Corniche", robots: { title: "Lavish Perfumes Ajman Beach - Premium Fragrances & Fast Delivery", description: "Discover premium fragrances at Lavish Perfumes in Ajman Corniche. High-quality perfumes, expert service, fast delivery & in-store shopping. 4.8★ rated. Call 06 765 1134 today!", keywords: "perfume store Ajman, luxury fragrances Ajman, oud perfume, French perfumes, Arabic fragrances, perfume delivery Ajman, best perfumes Ajman Corniche", robots: {
index: true, index: true,
@@ -45,7 +39,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body <body
className={`${poppins.variable} ${halant.variable} ${inter.variable} antialiased`} className={`${playfairDisplay.variable} ${poppins.variable} antialiased`}
> >
<Tag /> <Tag />
{children} {children}

View File

@@ -9,30 +9,30 @@ import ProductCardOne from "@/components/sections/product/ProductCardOne";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import ContactSplit from "@/components/sections/contact/ContactSplit"; import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { CheckCircle, Star, Users, Zap } from "lucide-react"; import { CheckCircle, Star, Users, Zap, Phone, MessageCircle, MapPin } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="icon-arrow" defaultButtonVariant="hover-magnetic"
defaultTextAnimation="background-highlight" defaultTextAnimation="entrance-slide"
borderRadius="soft" borderRadius="rounded"
contentWidth="compact" contentWidth="mediumLarge"
sizing="largeSmall" sizing="largeSizeMediumTitles"
background="none" background="none"
cardStyle="inset" cardStyle="glass-elevated"
primaryButtonStyle="flat" primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered" secondaryButtonStyle="glass"
headingFontWeight="medium" headingFontWeight="bold"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ name: "Home", id: "home" }, { name: "Home", id: "/" },
{ name: "Services", id: "services" }, { name: "Services", id: "#services" },
{ name: "Products", id: "products" }, { name: "Products", id: "#products" },
{ name: "Contact", id: "contact" }, { name: "Reviews", id: "#testimonials" },
{ name: "About", id: "about" }, { name: "Contact", id: "#contact" },
]} ]}
brandName="Lavish Perfumes" brandName="Lavish Perfumes"
bottomLeftText="Ajman Corniche" bottomLeftText="Ajman Corniche"
@@ -42,9 +42,10 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitTestimonial <HeroSplitTestimonial
title="Premium Fragrances in Ajman Corniche" title="Luxury Fragrances at Ajman Corniche"
description="Discover high-quality perfumes with professional service and fast delivery options. Explore our curated collection of luxury fragrances from around the world." description="Elevate your senses with our curated collection of premium fragrances. Expert service, fast delivery, and an exclusive selection of luxury perfumes from around the world."
tag="New Branch Opening" background={{ variant: "plain" }}
tag="Premium Fragrance Boutique"
tagAnimation="slide-up" tagAnimation="slide-up"
mediaAnimation="slide-up" mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=1"
@@ -52,18 +53,19 @@ export default function LandingPage() {
imagePosition="right" imagePosition="right"
testimonials={[ testimonials={[
{ {
name: "Fatima Al Mansouri", handle: "Regular Customer", testimonial: "Excellent quality and service. The staff really knows their fragrances!", rating: 5, name: "Fatima Al Mansouri", handle: "Regular Customer", testimonial: "Exceptional quality and knowledgeable staff. Found my signature scent here!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"},
{ {
name: "Ahmed Salem", handle: "Verified Buyer", testimonial: "Best perfumes in Ajman. Very professional and friendly team.", rating: 5, name: "Ahmed Salem", handle: "Verified Buyer", testimonial: "Best perfume selection in Ajman. Professional and passionate team.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"},
{ {
name: "Layla Hassan", handle: "Gift Buyer", testimonial: "Perfect gift selection and amazing prices. Highly recommended!", rating: 5, name: "Layla Hassan", handle: "Gift Buyer", testimonial: "Perfect for luxury gifts. Amazing prices on premium international brands.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"}, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"},
]} ]}
buttons={[ buttons={[
{ text: "Call Now", href: "tel:+971676551134" }, { text: "Call Now", href: "tel:+971676551134" },
{ text: "WhatsApp Us", href: "https://wa.me/971676551134" }, { text: "WhatsApp Us", href: "https://wa.me/971676551134" },
{ text: "Get Directions", href: "https://maps.google.com/?q=CC7P+7M+Ajman" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -72,12 +74,12 @@ export default function LandingPage() {
<div id="trust" data-section="trust"> <div id="trust" data-section="trust">
<AboutMetric <AboutMetric
title="Trusted by Over 26 Happy Customers - Lavish Perfumes Ajman Beach" title="Trusted by Premium Fragrance Enthusiasts"
metrics={[ metrics={[
{ icon: Star, label: "Customer Rating", value: "4.8/5" }, { icon: Star, label: "Customer Rating", value: "4.8/5" },
{ icon: Users, label: "Happy Customers", value: "26+" }, { icon: Users, label: "Happy Customers", value: "26+" },
{ icon: Zap, label: "Years Experience", value: "10+" }, { icon: Zap, label: "Premium Brands", value: "50+" },
{ icon: CheckCircle, label: "Premium Selection", value: "500+" }, { icon: CheckCircle, label: "Product Selection", value: "500+" },
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -86,28 +88,28 @@ export default function LandingPage() {
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureCardNine <FeatureCardNine
title="Our Services" title="Our Premium Services"
description="Comprehensive perfume solutions tailored to your needs" description="Experience fragrance shopping the way it should be"
tag="Services" tag="Services"
tagAnimation="slide-up" tagAnimation="slide-up"
features={[ features={[
{ {
id: 1, id: 1,
title: "In-Store Shopping", description: "Visit our beautiful showroom in Ajman Corniche and experience our full collection. Our expert staff will help you find your perfect fragrance.", phoneOne: { title: "In-Store Experience", description: "Visit our beautifully designed showroom in Ajman Corniche. Our fragrance experts will guide you through our curated collection and help you find your signature scent.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-49638.jpg?_wi=1"}, imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-49638.jpg?_wi=1"},
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669106.jpg?_wi=1"}, imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669106.jpg?_wi=1"},
}, },
{ {
id: 2, id: 2,
title: "Fast Delivery", description: "Order online and receive your favorite perfumes quickly. We offer reliable delivery throughout Ajman and surrounding areas.", phoneOne: { title: "Swift Delivery", description: "Order online and receive your luxurious fragrances quickly. We offer reliable, discreet delivery throughout Ajman and surrounding emirates with premium packaging.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-fragnance-dark-surface-gift-perfume-love-color-couple-woman-ring-marriage_140725-108988.jpg?_wi=1"}, imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-fragnance-dark-surface-gift-perfume-love-color-couple-woman-ring-marriage_140725-108988.jpg?_wi=1"},
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=2"}, imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=2"},
}, },
{ {
id: 3, id: 3,
title: "In-Store Pick-up", description: "Place your order online and pick it up at your convenience. Fast, secure, and hassle-free service at our Corniche location.", phoneOne: { title: "Express Pick-Up", description: "Shop online and collect at your convenience at our Ajman Corniche boutique. Fast processing, secure handling, and immediate availability for your perfect fragrance.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669106.jpg?_wi=2"}, imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669106.jpg?_wi=2"},
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-fragnance-dark-surface-gift-perfume-love-color-couple-woman-ring-marriage_140725-108988.jpg?_wi=2"}, imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-fragnance-dark-surface-gift-perfume-love-color-couple-woman-ring-marriage_140725-108988.jpg?_wi=2"},
@@ -122,8 +124,8 @@ export default function LandingPage() {
<div id="products" data-section="products"> <div id="products" data-section="products">
<ProductCardOne <ProductCardOne
title="Featured Products" title="Featured Luxury Collections"
description="Explore our curated selection of premium fragrances" description="Discover our most sought-after premium fragrances and exclusive gift sets"
tag="Best Sellers" tag="Best Sellers"
tagAnimation="slide-up" tagAnimation="slide-up"
products={[ products={[
@@ -133,8 +135,10 @@ export default function LandingPage() {
id: "2", name: "French Elegance", price: "AED 95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-fragnance-dark-surface-gift-perfume-love-color-couple-woman-ring-marriage_140725-108988.jpg?_wi=3", imageAlt: "French Elegance fragrance"}, id: "2", name: "French Elegance", price: "AED 95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-fragnance-dark-surface-gift-perfume-love-color-couple-woman-ring-marriage_140725-108988.jpg?_wi=3", imageAlt: "French Elegance fragrance"},
{ {
id: "3", name: "Arabic Essence", price: "AED 75", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=3", imageAlt: "Arabic Essence perfume"}, id: "3", name: "Arabic Essence", price: "AED 75", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=3", imageAlt: "Arabic Essence perfume"},
{
id: "4", name: "Luxury Gift Set", price: "AED 150", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-49638.jpg?_wi=1", imageAlt: "Luxury Gift Set"},
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="two-columns-alternating-heights"
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
@@ -143,9 +147,9 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen <TestimonialCardFifteen
testimonial="Lavish Perfumes has the best selection and service in Ajman. The staff is incredibly knowledgeable and friendly. I always find exactly what I'm looking for!" testimonial="Lavish Perfumes has transformed my fragrance journey. The collection is impeccable, the service is exceptional, and the staff truly understands the art of scent. I visit regularly and always discover something amazing!"
rating={5} rating={5}
author="Sarah Johnson, Regular Customer" author="Sarah Al Khaleej, Verified Customer"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Customer 1"}, src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Customer 1"},
@@ -168,35 +172,35 @@ export default function LandingPage() {
<div id="location" data-section="location"> <div id="location" data-section="location">
<ContactSplit <ContactSplit
tag="Visit Us" tag="Our Location"
title="Find Us in Ajman Corniche" title="Visit Lavish Perfumes in Ajman Corniche"
description="Beside Ghanem Bin Hamad Al Shamsi Mosque, Sheikh Humaid Bin Rashid Al Nuaimi Street, Al Owan Al Nakhil 2, Ajman, UAE. Open from 2 PM daily." description="Beside Ghanem Bin Hamad Al Shamsi Mosque, Sheikh Humaid Bin Rashid Al Nuaimi Street, Al Owan Al Nakhil 2, Ajman, UAE. Open from 2 PM daily. Discover our premium collection in our elegant boutique."
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-49638.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-49638.jpg?_wi=2"
imageAlt="Lavish Perfumes Ajman store location" imageAlt="Lavish Perfumes Ajman boutique location"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"
buttonText="Get Directions" buttonText="Get Directions"
termsText="Click to open Google Maps and get directions to our store." termsText="Click to open Google Maps for directions to our Ajman Corniche location."
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplit <ContactSplit
tag="Contact Us" tag="Connect With Us"
title="Get In Touch" title="Get in Touch with Our Fragrance Experts"
description="Call, WhatsApp, or fill out our contact form. We're here to help you find your perfect fragrance." description="Call us, send a WhatsApp message, or visit our boutique. We're passionate about helping you find your perfect fragrance and are here to assist with personalized recommendations."
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669106.jpg?_wi=4" imageSrc="http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669106.jpg?_wi=4"
imageAlt="Contact our perfume experts" imageAlt="Contact Lavish Perfumes experts"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="left" mediaPosition="left"
inputPlaceholder="Your name" inputPlaceholder="Your name"
buttonText="Send Message" buttonText="Send Message"
termsText="We respect your privacy. We'll get back to you within 24 hours." termsText="We value your inquiry. Our fragrance experts will respond within 24 hours with personalized assistance."
/> />
</div> </div>
@@ -206,22 +210,22 @@ export default function LandingPage() {
columns={[ columns={[
{ {
items: [ items: [
{ label: "Home", href: "#home" }, { label: "Home", href: "/" },
{ label: "Services", href: "#services" }, { label: "Services", href: "#services" },
{ label: "Products", href: "#products" }, { label: "Products", href: "#products" },
], ],
}, },
{ {
items: [ items: [
{ label: "Contact", href: "#contact" }, { label: "Reviews", href: "#testimonials" },
{ label: "About", href: "#about" }, { label: "Location", href: "#location" },
{ label: "Get Directions", href: "https://maps.google.com/?q=CC7P+7M+Ajman" }, { label: "Get Directions", href: "https://maps.google.com/?q=CC7P+7M+Ajman" },
], ],
}, },
{ {
items: [ items: [
{ label: "Call: 06 765 1134", href: "tel:+971676551134" }, { label: "Call: 06 765 1134", href: "tel:+971676551134" },
{ label: "WhatsApp", href: "https://wa.me/971676551134" }, { label: "WhatsApp Us", href: "https://wa.me/971676551134" },
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
], ],
}, },

View File

@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-poppins), sans-serif; font-family: var(--font-playfair-display), serif;
} }

View File

@@ -2,23 +2,23 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #ffffff;; /* --background: #f9f5f1;;
--card: #f9f9f9;; --card: #ffffff;;
--foreground: #000612e6;; --foreground: #1a1410;;
--primary-cta: #15479c;; --primary-cta: #d4af37;;
--secondary-cta: #f9f9f9;; --secondary-cta: #2a2420;;
--accent: #e2e2e2;; --accent: #d4af37;;
--background-accent: #c4c4c4;; */ --background-accent: #e8dccf;; */
--background: #ffffff;; --background: #f9f5f1;;
--card: #f9f9f9;; --card: #ffffff;;
--foreground: #000612e6;; --foreground: #1a1410;;
--primary-cta: #15479c;; --primary-cta: #d4af37;;
--primary-cta-text: #ffffff;; --primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;; --secondary-cta: #2a2420;;
--secondary-cta-text: #000612e6;; --secondary-cta-text: #000612e6;;
--accent: #e2e2e2;; --accent: #d4af37;;
--background-accent: #c4c4c4;; --background-accent: #e8dccf;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);