Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-06 14:53:56 +00:00
2 changed files with 13 additions and 57 deletions

View File

@@ -1,57 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Mulish } 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 mulish = Mulish({
variable: "--font-mulish", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "ESSENCE | Luxury Fragrances & Premium Perfumes", description: "Discover ESSENCE luxury fragrances crafted with the finest ingredients. Premium perfumes for the discerning. Explore our collections today.", keywords: "luxury perfume, fragrance, premium scent, eau de parfum, fragrance collection", metadataBase: new URL("https://essence-fragrances.com"),
alternates: {
canonical: "https://essence-fragrances.com"},
openGraph: {
title: "ESSENCE | Luxury Fragrances", description: "Luxury fragrances crafted with the finest ingredients.", url: "https://essence-fragrances.com", siteName: "ESSENCE Fragrances", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/front-view-argan-oil-arrangement_23-2148955757.jpg", alt: "ESSENCE Luxury Perfume"},
],
},
twitter: {
card: "summary_large_image", title: "ESSENCE | Luxury Fragrances", description: "Discover premium fragrances crafted with elegance.", images: ["http://img.b2bpic.net/free-photo/front-view-argan-oil-arrangement_23-2148955757.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "ESSENCE - Luxury Fragrances", description: "Discover your signature scent with ESSENCE premium fragrances"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1419,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Explore Collection", href: "products" },
{ text: "Shop Now", href: "products" },
{ text: "Learn More", href: "about" },
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-argan-oil-arrangement_23-2148955757.jpg"
@@ -66,12 +66,9 @@ export default function LandingPage() {
tagIcon={Award}
tagAnimation="slide-up"
products={[
{
id: "1", name: "Midnight Bloom", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/pink-orchid-girly-arrangement_23-2148229212.jpg?_wi=1", imageAlt: "Midnight Bloom Perfume"},
{
id: "2", name: "Rose Garden", price: "$165", imageSrc: "http://img.b2bpic.net/free-vector/cover-design-line-art-set_23-2149130901.jpg?_wi=1", imageAlt: "Rose Garden Perfume"},
{
id: "3", name: "Oud Essence", price: "$225", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232241.jpg?_wi=1", imageAlt: "Oud Essence Perfume"},
{ id: "1", name: "Midnight Bloom", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/pink-orchid-girly-arrangement_23-2148229212.jpg?_wi=1", imageAlt: "Midnight Bloom Perfume"},
{ id: "2", name: "Rose Garden", price: "$165", imageSrc: "http://img.b2bpic.net/free-vector/cover-design-line-art-set_23-2149130901.jpg?_wi=1", imageAlt: "Rose Garden Perfume"},
{ id: "3", name: "Oud Essence", price: "$225", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232241.jpg?_wi=1", imageAlt: "Oud Essence Perfume"},
]}
gridVariant="three-columns-all-equal-width"
textboxLayout="default"
@@ -101,12 +98,9 @@ export default function LandingPage() {
title="Why Choose ESSENCE"
description="Experience the finest in fragrance craftsmanship"
features={[
{
id: "1", title: "Premium Ingredients", description: "Sourced from the world's most exclusive locations and refined through traditional methods", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/pink-orchid-girly-arrangement_23-2148229212.jpg?_wi=2", imageAlt: "Premium ingredients selection"},
{
id: "2", title: "Masterful Blending", description: "Expert perfumers with decades of experience create harmonious fragrance compositions", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-vector/cover-design-line-art-set_23-2149130901.jpg?_wi=2", imageAlt: "Perfume blending process"},
{
id: "3", title: "Lasting Elegance", description: "Long-lasting formulations that stay true throughout the day", tag: "Performance", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232241.jpg?_wi=2", imageAlt: "Fragrance performance showcase"},
{ id: "1", title: "Premium Ingredients", description: "Sourced from the world's most exclusive locations and refined through traditional methods", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/pink-orchid-girly-arrangement_23-2148229212.jpg?_wi=2", imageAlt: "Premium ingredients selection"},
{ id: "2", title: "Masterful Blending", description: "Expert perfumers with decades of experience create harmonious fragrance compositions", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-vector/cover-design-line-art-set_23-2149130901.jpg?_wi=2", imageAlt: "Perfume blending process"},
{ id: "3", title: "Lasting Elegance", description: "Long-lasting formulations that stay true throughout the day", tag: "Performance", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232241.jpg?_wi=2", imageAlt: "Fragrance performance showcase"},
]}
textboxLayout="default"
animationType="slide-up"