Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -1,71 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Open_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Desert Aura - Luxury Perfumes Dubai | Affordable Fragrances UAE",
|
||||
description: "Shop premium-inspired perfumes at affordable prices in Dubai. Fast UAE delivery, men's & women's fragrances. Luxury scents without the luxury price tag.",
|
||||
keywords: "perfume store Dubai, luxury fragrances UAE, affordable perfumes, men's perfume Dubai, women's perfume UAE, fragrance online shopping",
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Desert Aura - Luxury Perfumes at Affordable Prices",
|
||||
description: "Discover premium-inspired fragrances delivered across the UAE. Shop men's, women's, and unisex perfumes from Dubai's trusted fragrance store.",
|
||||
type: "website",
|
||||
siteName: "Desert Aura",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWUcIUCCw069MQ36u14TNK1c4P/uploaded-1772710505649-zmgmgf3f.png",
|
||||
alt: "Desert Aura Premium Perfume Collection",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Desert Aura - Luxury Perfumes Dubai",
|
||||
description: "Shop affordable luxury fragrances with UAE-wide delivery. Premium-inspired perfumes for men, women & unisex.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWUcIUCCw069MQ36u14TNK1c4P/uploaded-1772710505649-zmgmgf3f.png",
|
||||
],
|
||||
},
|
||||
};
|
||||
title: "Desert Aura - Premium Perfumes at Affordable Prices", description: "Discover luxury-inspired fragrances delivered across the UAE. Premium perfumes without the luxury price tag."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1433,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -72,7 +72,7 @@ export default function HomePage() {
|
||||
"Fast shipping across Emirates", "Local Dubai-based fulfillment"],
|
||||
},
|
||||
{
|
||||
id: "2", value: "Premium", title: "Affordable Luxury", items: [
|
||||
id: "2", value: "50%+ Less", title: "Affordable Luxury", items: [
|
||||
"High-end quality at accessible prices", "Luxury-inspired fragrances"],
|
||||
},
|
||||
{
|
||||
@@ -238,4 +238,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user