Merge version_2 into main #4
@@ -1,54 +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: "Essência - Premium Luxury Fragrances", description: "Discover exceptional luxury fragrances crafted with precision. Explore our signature collection of premium perfumes for the discerning customer.", keywords: "luxury perfume, fragrance, eau de parfum, premium scents, designer fragrances", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Essência - Premium Luxury Fragrances", description: "Experience luxury fragrances crafted with passion and precision.", type: "website", siteName: "Essência", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", alt: "luxury perfume bottle elegant background"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Essência - Premium Luxury Fragrances", description: "Discover exceptional luxury fragrances crafted with precision.", images: ["http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg"],
|
||||
},
|
||||
};
|
||||
title: "Essência - Premium Fragrances", description: "Discover timeless elegance with Essência's luxury fragrances crafted with precision and passion."};
|
||||
|
||||
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: `
|
||||
@@ -1416,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -52,6 +52,12 @@ export default function LandingPage() {
|
||||
{ text: "Explore Collection", href: "#products" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/pretty-woman-with-eco-food-bowl_624325-686.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-woman-business-suit-sitting-chair_1303-17687.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cute-fair-haired-girl-white-shirt-sitting-leather-sofa-room-with-loft-design-looks-with-interest_197531-4664.jpg", alt: "Customer 3" },
|
||||
]}
|
||||
avatarText="Trusted by 10,000+ fragrance lovers"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -81,11 +87,14 @@ export default function LandingPage() {
|
||||
tagIcon={Award}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Midnight Garden", price: "$145", variant: "Eau de Parfum • 100ml", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232242.jpg?_wi=1", imageAlt: "Midnight Garden perfume bottle"},
|
||||
id: "1", name: "Midnight Garden", price: "$145", variant: "Eau de Parfum • 100ml", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232242.jpg?_wi=1", imageAlt: "Midnight Garden perfume bottle"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Ocean Whisper", price: "$125", variant: "Eau de Toilette • 75ml", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337702.jpg?_wi=1", imageAlt: "Ocean Whisper fragrance"},
|
||||
id: "2", name: "Ocean Whisper", price: "$125", variant: "Eau de Toilette • 75ml", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337702.jpg?_wi=1", imageAlt: "Ocean Whisper fragrance"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Rose Velvet", price: "$155", variant: "Eau de Parfum • 100ml", imageSrc: "http://img.b2bpic.net/free-vector/art-deco-style-wedding-invitation-template_23-2147944768.jpg?_wi=1", imageAlt: "Rose Velvet luxury fragrance"},
|
||||
id: "3", name: "Rose Velvet", price: "$155", variant: "Eau de Parfum • 100ml", imageSrc: "http://img.b2bpic.net/free-vector/art-deco-style-wedding-invitation-template_23-2147944768.jpg?_wi=1", imageAlt: "Rose Velvet luxury fragrance"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -126,11 +135,14 @@ export default function LandingPage() {
|
||||
tagIcon={Crown}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Amber Sensation", price: "$189", variant: "Eau de Parfum • 75ml", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232242.jpg?_wi=2", imageAlt: "Amber Sensation limited edition"},
|
||||
id: "1", name: "Amber Sensation", price: "$189", variant: "Eau de Parfum • 75ml", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232242.jpg?_wi=2", imageAlt: "Amber Sensation limited edition"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Jasmine Dreams", price: "$175", variant: "Eau de Parfum • 75ml", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337702.jpg?_wi=2", imageAlt: "Jasmine Dreams fragrance"},
|
||||
id: "2", name: "Jasmine Dreams", price: "$175", variant: "Eau de Parfum • 75ml", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337702.jpg?_wi=2", imageAlt: "Jasmine Dreams fragrance"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sandalwood Sanctuary", price: "$199", variant: "Eau de Parfum • 100ml", imageSrc: "http://img.b2bpic.net/free-vector/art-deco-style-wedding-invitation-template_23-2147944768.jpg?_wi=2", imageAlt: "Sandalwood Sanctuary luxury"},
|
||||
id: "3", name: "Sandalwood Sanctuary", price: "$199", variant: "Eau de Parfum • 100ml", imageSrc: "http://img.b2bpic.net/free-vector/art-deco-style-wedding-invitation-template_23-2147944768.jpg?_wi=2", imageAlt: "Sandalwood Sanctuary luxury"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -146,17 +158,23 @@ export default function LandingPage() {
|
||||
tag="Customer Stories"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Isabella Rossi, Fashion Designer", date: "Date: 15 November 2024", title: "A fragrance that speaks elegance", quote: "Essência's fragrances have become my signature. The quality and longevity are unmatched. Every time I wear Midnight Garden, I feel like I'm stepping into a world of sophistication and grace.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-woman-with-eco-food-bowl_624325-686.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-with-eco-food-bowl_624325-686.jpg"},
|
||||
id: "1", name: "Isabella Rossi, Fashion Designer", date: "Date: 15 November 2024", title: "A fragrance that speaks elegance", quote: "Essência's fragrances have become my signature. The quality and longevity are unmatched. Every time I wear Midnight Garden, I feel like I'm stepping into a world of sophistication and grace.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-woman-with-eco-food-bowl_624325-686.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-with-eco-food-bowl_624325-686.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Chen, Luxury Retailer", date: "Date: 08 November 2024", title: "Excellence in every detail", quote: "We've partnered with Essência for three years now. Their commitment to quality and customer satisfaction is exceptional. Our clients consistently rave about their fragrances.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-business-suit-sitting-chair_1303-17687.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-business-suit-sitting-chair_1303-17687.jpg"},
|
||||
id: "2", name: "Marcus Chen, Luxury Retailer", date: "Date: 08 November 2024", title: "Excellence in every detail", quote: "We've partnered with Essência for three years now. Their commitment to quality and customer satisfaction is exceptional. Our clients consistently rave about their fragrances.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-business-suit-sitting-chair_1303-17687.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-business-suit-sitting-chair_1303-17687.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sophie Laurent, Fragrance Enthusiast", date: "Date: 02 November 2024", title: "Luxury redefined", quote: "After trying countless brands, I finally found my perfect match. Essência combines artistry, quality, and sophistication in a way I've never experienced before.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/cute-fair-haired-girl-white-shirt-sitting-leather-sofa-room-with-loft-design-looks-with-interest_197531-4664.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cute-fair-haired-girl-white-shirt-sitting-leather-sofa-room-with-loft-design-looks-with-interest_197531-4664.jpg"},
|
||||
id: "3", name: "Sophie Laurent, Fragrance Enthusiast", date: "Date: 02 November 2024", title: "Luxury redefined", quote: "After trying countless brands, I finally found my perfect match. Essência combines artistry, quality, and sophistication in a way I've never experienced before.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/cute-fair-haired-girl-white-shirt-sitting-leather-sofa-room-with-loft-design-looks-with-interest_197531-4664.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cute-fair-haired-girl-white-shirt-sitting-leather-sofa-room-with-loft-design-looks-with-interest_197531-4664.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Alexandra Morgan, Beauty Influencer", date: "Date: 25 October 2024", title: "Timeless beauty in a bottle", quote: "The craftsmanship behind Essência fragrances is remarkable. Each bottle is beautiful, and the scents are absolutely divine. This is luxury redefined for the modern era.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/people-having-casual-salsa-dance-themed-get-together_23-2151356547.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-having-casual-salsa-dance-themed-get-together_23-2151356547.jpg"},
|
||||
id: "4", name: "Alexandra Morgan, Beauty Influencer", date: "Date: 25 October 2024", title: "Timeless beauty in a bottle", quote: "The craftsmanship behind Essência fragrances is remarkable. Each bottle is beautiful, and the scents are absolutely divine. This is luxury redefined for the modern era.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/people-having-casual-salsa-dance-themed-get-together_23-2151356547.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-having-casual-salsa-dance-themed-get-together_23-2151356547.jpg"
|
||||
},
|
||||
{
|
||||
id: "5", name: "James Richardson, Executive", date: "Date: 18 October 2024", title: "A gentleman's choice", quote: "Essência's fragrances give me confidence and elegance. Whether for business or pleasure, their scents elevate every moment. Highly recommend to anyone seeking true luxury.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/groom-portrait-outdoor_624325-1547.jpg", imageSrc: "http://img.b2bpic.net/free-photo/groom-portrait-outdoor_624325-1547.jpg"},
|
||||
id: "5", name: "James Richardson, Executive", date: "Date: 18 October 2024", title: "A gentleman's choice", quote: "Essência's fragrances give me confidence and elegance. Whether for business or pleasure, their scents elevate every moment. Highly recommend to anyone seeking true luxury.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/groom-portrait-outdoor_624325-1547.jpg", imageSrc: "http://img.b2bpic.net/free-photo/groom-portrait-outdoor_624325-1547.jpg"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Natalie Dupont, Wellness Coach", date: "Date: 10 October 2024", title: "Luxury that nourishes the soul", quote: "More than just fragrance, Essência is an experience that elevates my daily routine. The premium quality and thoughtful packaging make every use feel special.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-drinking-coffee-outside-street-night_1303-11815.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-drinking-coffee-outside-street-night_1303-11815.jpg"},
|
||||
id: "6", name: "Natalie Dupont, Wellness Coach", date: "Date: 10 October 2024", title: "Luxury that nourishes the soul", quote: "More than just fragrance, Essência is an experience that elevates my daily routine. The premium quality and thoughtful packaging make every use feel special.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-drinking-coffee-outside-street-night_1303-11815.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-drinking-coffee-outside-street-night_1303-11815.jpg"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -170,17 +188,23 @@ export default function LandingPage() {
|
||||
tag="Support"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How long does a fragrance last?", content: "Our Eau de Parfum fragrances typically last 6-8 hours, while Eau de Toilette fragrances last 3-5 hours. Longevity depends on skin chemistry, climate, and application technique. For maximum longevity, apply to pulse points and avoid rubbing wrists together."},
|
||||
id: "1", title: "How long does a fragrance last?", content: "Our Eau de Parfum fragrances typically last 6-8 hours, while Eau de Toilette fragrances last 3-5 hours. Longevity depends on skin chemistry, climate, and application technique. For maximum longevity, apply to pulse points and avoid rubbing wrists together."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What is the difference between Eau de Parfum and Eau de Toilette?", content: "Eau de Parfum contains 15-20% fragrance concentration, making it stronger and longer-lasting. Eau de Toilette contains 5-15% concentration and is lighter, ideal for daytime wear. Eau de Cologne contains 2-5% concentration and is the lightest option."},
|
||||
id: "2", title: "What is the difference between Eau de Parfum and Eau de Toilette?", content: "Eau de Parfum contains 15-20% fragrance concentration, making it stronger and longer-lasting. Eau de Toilette contains 5-15% concentration and is lighter, ideal for daytime wear. Eau de Cologne contains 2-5% concentration and is the lightest option."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Are your fragrances suitable for sensitive skin?", content: "Most of our fragrances are hypoallergenic and dermatologist-tested. However, if you have very sensitive skin, we recommend testing a small amount on your wrist first or consulting our customer service team about specific formulations."},
|
||||
id: "3", title: "Are your fragrances suitable for sensitive skin?", content: "Most of our fragrances are hypoallergenic and dermatologist-tested. However, if you have very sensitive skin, we recommend testing a small amount on your wrist first or consulting our customer service team about specific formulations."
|
||||
},
|
||||
{
|
||||
id: "4", title: "How should I store my fragrance?", content: "Store your fragrance in a cool, dark place away from direct sunlight and extreme temperatures. Keep the bottle tightly sealed to preserve the scent. Avoid bathrooms with high humidity. Proper storage ensures your fragrance maintains its quality for years."},
|
||||
id: "4", title: "How should I store my fragrance?", content: "Store your fragrance in a cool, dark place away from direct sunlight and extreme temperatures. Keep the bottle tightly sealed to preserve the scent. Avoid bathrooms with high humidity. Proper storage ensures your fragrance maintains its quality for years."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Do you offer gift wrapping and personalization?", content: "Yes! We offer complimentary luxury gift wrapping with every purchase. For personalization, including custom labels or engraving, please contact our customer service team with your requirements."},
|
||||
id: "5", title: "Do you offer gift wrapping and personalization?", content: "Yes! We offer complimentary luxury gift wrapping with every purchase. For personalization, including custom labels or engraving, please contact our customer service team with your requirements."
|
||||
},
|
||||
{
|
||||
id: "6", title: "What is your return policy?", content: "We offer a 30-day satisfaction guarantee. If you're not completely happy with your fragrance, you can return it unopened for a full refund or exchange. We want you to love your Essência fragrance!"},
|
||||
id: "6", title: "What is your return policy?", content: "We offer a 30-day satisfaction guarantee. If you're not completely happy with your fragrance, you can return it unopened for a full refund or exchange. We want you to love your Essência fragrance!"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -219,4 +243,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user