Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c36c434a20 | |||
| 72e63a4702 | |||
| b3ab5b676a | |||
| 578750b78a | |||
| e10f95483e |
@@ -1,48 +1,20 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { DM_Sans } from "next/font/google";
|
|
||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const dmSans = DM_Sans({
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
variable: "--font-dm-sans", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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: {
|
title: "Essence Luxe - Premium Perfumes", description: "Discover the world's most famous perfumes and luxury fragrances"};
|
||||||
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"],
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en">
|
||||||
<ServiceWrapper>
|
<body className={inter.className}>{children}
|
||||||
<body
|
|
||||||
className={`${dmSans.variable} ${inter.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1410,7 +1382,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -29,7 +29,7 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "hero" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Collection", id: "products" },
|
{ name: "Collection", id: "products" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Reviews", id: "testimonials" },
|
{ name: "Reviews", id: "testimonials" },
|
||||||
@@ -169,22 +169,28 @@ export default function LandingPage() {
|
|||||||
<TestimonialCardOne
|
<TestimonialCardOne
|
||||||
testimonials={[
|
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"
|
title="What Our Customers Say"
|
||||||
|
|||||||
Reference in New Issue
Block a user