Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-05 01:49:02 +00:00
2 changed files with 21 additions and 44 deletions

View File

@@ -1,48 +1,20 @@
import type { Metadata } from "next";
import { DM_Sans } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Essence Luxe | Famous Perfumes & Luxury Fragrances", description: "Discover the world's most famous perfumes from Dior, Chanel, Gucci & more. Authentic luxury fragrances curated for fragrance enthusiasts.", keywords: "luxury perfumes, famous fragrances, designer scents, fragrance collection", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Essence Luxe | Luxury Perfume Collection", description: "Explore iconic fragrances from the world's most prestigious perfume houses", type: "website", siteName: "Essence Luxe", images: [
{
url: "http://img.b2bpic.net/free-photo/closeup-shot-beautifully-shaped-glass-bottles-filled-with-perfume_181624-28370.jpg", alt: "Essence Luxe Perfume Collection"},
],
},
twitter: {
card: "summary_large_image", title: "Discover Famous Perfumes at Essence Luxe", description: "Luxury fragrances from Dior, Chanel, Gucci and more", images: ["http://img.b2bpic.net/free-photo/closeup-shot-beautifully-shaped-glass-bottles-filled-with-perfume_181624-28370.jpg"],
},
};
title: "Essence Luxe - Premium Perfumes", description: "Discover the world's most famous perfumes and luxury fragrances"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${dmSans.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1410,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -29,7 +29,7 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "hero" },
{ name: "Home", id: "/" },
{ name: "Collection", id: "products" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonials" },
@@ -169,22 +169,28 @@ export default function LandingPage() {
<TestimonialCardOne
testimonials={[
{
id: "1", name: "Sophie Laurent", role: "Fashion Editor", company: "Vogue Paris", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Sophie Laurent"
id: "1", name: "Sophie Laurent", role: "Fashion Editor", company: "Vogue Paris", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Sophie Laurent"
},
{
id: "2", name: "Emma Richardson", role: "Luxury Consultant", company: "Prestige Lifestyle", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", imageAlt: "Emma Richardson"
id: "2", name: "Emma Richardson", role: "Luxury Consultant", company: "Prestige Lifestyle", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", imageAlt: "Emma Richardson"
},
{
id: "3", name: "Isabelle Moreau", role: "Perfume Connoisseur", company: "Fragrance Arts Society", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg", imageAlt: "Isabelle Moreau"
id: "3", name: "Isabelle Moreau", role: "Perfume Connoisseur", company: "Fragrance Arts Society", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg", imageAlt: "Isabelle Moreau"
},
{
id: "4", name: "Claire Dumont", role: "Beauty Director", company: "Elle Magazine", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Claire Dumont"
id: "4", name: "Claire Dumont", role: "Beauty Director", company: "Elle Magazine", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Claire Dumont"
},
{
id: "5", name: "Anastasia Volkov", role: "Fragrance Specialist", company: "Luxury Scents Academy", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg", imageAlt: "Anastasia Volkov"
id: "5", name: "Anastasia Volkov", role: "Fragrance Specialist", company: "Luxury Scents Academy", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg", imageAlt: "Anastasia Volkov"
},
{
id: "6", name: "Victoria Chen", role: "Celebrity Stylist", company: "Elite Fashion House", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-pretty-girl-plaid-shirt-posing_114579-70643.jpg", imageAlt: "Victoria Chen"
id: "6", name: "Victoria Chen", role: "Celebrity Stylist", company: "Elite Fashion House", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-pretty-girl-plaid-shirt-posing_114579-70643.jpg", imageAlt: "Victoria Chen"
}
]}
title="What Our Customers Say"
@@ -248,4 +254,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}