Merge version_3 into main #5
@@ -5,7 +5,8 @@ import "./globals.css";
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "ESSENCE - Luxury Fragrances", description: "Discover your signature scent with ESSENCE premium fragrances"};
|
||||
title: "ESSENCE - Luxury Fragrances", description: "Discover your signature scent with ESSENCE premium fragrances"
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -1384,4 +1385,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -66,9 +66,15 @@ 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", onProductClick: () => window.open("https://example.com/midnight-bloom", "_blank")
|
||||
},
|
||||
{
|
||||
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", onProductClick: () => window.open("https://example.com/rose-garden", "_blank")
|
||||
},
|
||||
{
|
||||
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", onProductClick: () => window.open("https://example.com/oud-essence", "_blank")
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="default"
|
||||
@@ -98,9 +104,15 @@ 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"
|
||||
@@ -118,9 +130,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/minimalist-floral-logo-set-decorative-style_1017-30728.jpg", "http://img.b2bpic.net/free-vector/double-sided-reserved-sign-template_742173-27422.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-elegant-bartender-business-card_742173-9720.jpg", "http://img.b2bpic.net/free-vector/luxury-floral-perfume-logo-collection_23-2148457555.jpg", "http://img.b2bpic.net/free-vector/botanical-line-art-badges-collection-banner-luxurious-look_1017-60639.jpg", "http://img.b2bpic.net/free-vector/stunning-line-art-floral-logo-backgrounds-branding-identity_1017-60672.jpg", "http://img.b2bpic.net/free-vector/vintage-real-estate-logo-template_23-2149609764.jpg"]}
|
||||
"http://img.b2bpic.net/free-vector/minimalist-floral-logo-set-decorative-style_1017-30728.jpg", "http://img.b2bpic.net/free-vector/double-sided-reserved-sign-template_742173-27422.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-elegant-bartender-business-card_742173-9720.jpg", "http://img.b2bpic.net/free-vector/luxury-floral-perfume-logo-collection_23-2148457555.jpg", "http://img.b2bpic.net/free-vector/botanical-line-art-badges-collection-banner-luxurious-look_1017-60639.jpg", "http://img.b2bpic.net/free-vector/stunning-line-art-floral-logo-backgrounds-branding-identity_1017-60672.jpg", "http://img.b2bpic.net/free-vector/vintage-real-estate-logo-template_23-2149609764.jpg"
|
||||
]}
|
||||
names={[
|
||||
"Acme Luxury", "Premium Scents", "Elegance Co", "Fragrance House", "Luxury Brand", "Elite Fragrances", "Prestige Scents"]}
|
||||
"Acme Luxury", "Premium Scents", "Elegance Co", "Fragrance House", "Luxury Brand", "Elite Fragrances", "Prestige Scents"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -137,17 +151,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell, Fashion Editor", date: "Date: 15 November 2024", title: "A fragrance that truly captures elegance", quote: "ESSENCE fragrances have become my go-to choice for every occasion. The sophistication and longevity are unmatched. I've received countless compliments!", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-asian-girl-looking-camera-contrast-portrait_633478-538.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/pretty-asian-girl-looking-camera-contrast-portrait_633478-538.jpg", imageAlt: "Sarah Mitchell testimonial"},
|
||||
id: "1", name: "Sarah Mitchell, Fashion Editor", date: "Date: 15 November 2024", title: "A fragrance that truly captures elegance", quote: "ESSENCE fragrances have become my go-to choice for every occasion. The sophistication and longevity are unmatched. I've received countless compliments!", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-asian-girl-looking-camera-contrast-portrait_633478-538.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/pretty-asian-girl-looking-camera-contrast-portrait_633478-538.jpg", imageAlt: "Sarah Mitchell testimonial"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Emma Rodriguez, Luxury Lifestyle Influencer", date: "Date: 22 October 2024", title: "My new signature scent", quote: "I've tried numerous luxury fragrances, but ESSENCE stands out. The quality is exceptional and the customer service is remarkable. Highly recommended!", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-15905.jpg", avatarAlt: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-15905.jpg", imageAlt: "Emma Rodriguez testimonial"},
|
||||
id: "2", name: "Emma Rodriguez, Luxury Lifestyle Influencer", date: "Date: 22 October 2024", title: "My new signature scent", quote: "I've tried numerous luxury fragrances, but ESSENCE stands out. The quality is exceptional and the customer service is remarkable. Highly recommended!", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-15905.jpg", avatarAlt: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-15905.jpg", imageAlt: "Emma Rodriguez testimonial"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jessica Chen, Beauty Consultant", date: "Date: 8 September 2024", title: "Pure luxury in a bottle", quote: "The artistry behind each ESSENCE fragrance is evident. My clients absolutely love them. This brand has set a new standard for luxury fragrances.", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-wearing-white-poloneck-attractive-girl-model-fashion_1139-1615.jpg", avatarAlt: "Jessica Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-wearing-white-poloneck-attractive-girl-model-fashion_1139-1615.jpg", imageAlt: "Jessica Chen testimonial"},
|
||||
id: "3", name: "Jessica Chen, Beauty Consultant", date: "Date: 8 September 2024", title: "Pure luxury in a bottle", quote: "The artistry behind each ESSENCE fragrance is evident. My clients absolutely love them. This brand has set a new standard for luxury fragrances.", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-wearing-white-poloneck-attractive-girl-model-fashion_1139-1615.jpg", avatarAlt: "Jessica Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-wearing-white-poloneck-attractive-girl-model-fashion_1139-1615.jpg", imageAlt: "Jessica Chen testimonial"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Alexandra Thompson, Event Planner", date: "Date: 5 August 2024", title: "Elegant, refined, timeless", quote: "Every moment I wear ESSENCE, I feel more confident and sophisticated. The fragrance has become part of my identity. Thank you for creating such beautiful products!", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-shy-girl-sitting-alone-holding-herself-knees-nude-stylish-makeup-curly-long-hairstyle-black-jacket-creamy-dress-her-body_343629-58.jpg", avatarAlt: "Alexandra Thompson", imageSrc: "http://img.b2bpic.net/free-photo/attractive-shy-girl-sitting-alone-holding-herself-knees-nude-stylish-makeup-curly-long-hairstyle-black-jacket-creamy-dress-her-body_343629-58.jpg", imageAlt: "Alexandra Thompson testimonial"},
|
||||
id: "4", name: "Alexandra Thompson, Event Planner", date: "Date: 5 August 2024", title: "Elegant, refined, timeless", quote: "Every moment I wear ESSENCE, I feel more confident and sophisticated. The fragrance has become part of my identity. Thank you for creating such beautiful products!", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-shy-girl-sitting-alone-holding-herself-knees-nude-stylish-makeup-curly-long-hairstyle-black-jacket-creamy-dress-her-body_343629-58.jpg", avatarAlt: "Alexandra Thompson", imageSrc: "http://img.b2bpic.net/free-photo/attractive-shy-girl-sitting-alone-holding-herself-knees-nude-stylish-makeup-curly-long-hairstyle-black-jacket-creamy-dress-her-body_343629-58.jpg", imageAlt: "Alexandra Thompson testimonial"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Victoria Monroe, Style Director", date: "Date: 12 July 2024", title: "A masterpiece of fragrance", quote: "ESSENCE has redefined what I expect from luxury fragrances. The complexity, elegance, and staying power are simply phenomenal. Worth every penny!", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-girl-posing-with-closed-eyes_176420-8507.jpg", avatarAlt: "Victoria Monroe", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-girl-posing-with-closed-eyes_176420-8507.jpg", imageAlt: "Victoria Monroe testimonial"},
|
||||
id: "5", name: "Victoria Monroe, Style Director", date: "Date: 12 July 2024", title: "A masterpiece of fragrance", quote: "ESSENCE has redefined what I expect from luxury fragrances. The complexity, elegance, and staying power are simply phenomenal. Worth every penny!", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-girl-posing-with-closed-eyes_176420-8507.jpg", avatarAlt: "Victoria Monroe", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-girl-posing-with-closed-eyes_176420-8507.jpg", imageAlt: "Victoria Monroe testimonial"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Olivia Hartwell, Luxury Curator", date: "Date: 28 June 2024", title: "Absolutely magnificent", quote: "I curate luxury collections for discerning clients, and ESSENCE is always my top recommendation. The quality and attention to detail are unparalleled.", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/fashion-outdoor-portrait-naked-woman-sits-sofa-covering-herself-with-blanket-holding-cigar_343596-299.jpg", avatarAlt: "Olivia Hartwell", imageSrc: "http://img.b2bpic.net/free-photo/fashion-outdoor-portrait-naked-woman-sits-sofa-covering-herself-with-blanket-holding-cigar_343596-299.jpg", imageAlt: "Olivia Hartwell testimonial"},
|
||||
id: "6", name: "Olivia Hartwell, Luxury Curator", date: "Date: 28 June 2024", title: "Absolutely magnificent", quote: "I curate luxury collections for discerning clients, and ESSENCE is always my top recommendation. The quality and attention to detail are unparalleled.", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/fashion-outdoor-portrait-naked-woman-sits-sofa-covering-herself-with-blanket-holding-cigar_343596-299.jpg", avatarAlt: "Olivia Hartwell", imageSrc: "http://img.b2bpic.net/free-photo/fashion-outdoor-portrait-naked-woman-sits-sofa-covering-herself-with-blanket-holding-cigar_343596-299.jpg", imageAlt: "Olivia Hartwell testimonial"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -158,15 +178,20 @@ export default function LandingPage() {
|
||||
sideDescription="Everything you need to know about ESSENCE fragrances"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How long does an ESSENCE fragrance last?", content: "Our fragrances are formulated with premium concentrations to provide 8-12 hours of continuous scent projection, depending on skin type and environmental factors."},
|
||||
id: "1", title: "How long does an ESSENCE fragrance last?", content: "Our fragrances are formulated with premium concentrations to provide 8-12 hours of continuous scent projection, depending on skin type and environmental factors."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Are ESSENCE fragrances suitable for sensitive skin?", content: "Yes, we use hypoallergenic formulations and natural ingredients. However, we recommend performing a patch test first if you have known sensitivities."},
|
||||
id: "2", title: "Are ESSENCE fragrances suitable for sensitive skin?", content: "Yes, we use hypoallergenic formulations and natural ingredients. However, we recommend performing a patch test first if you have known sensitivities."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all purchases. If you're not completely satisfied, simply return the product for a full refund."},
|
||||
id: "3", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all purchases. If you're not completely satisfied, simply return the product for a full refund."
|
||||
},
|
||||
{
|
||||
id: "4", title: "How should I store my fragrance?", content: "Store in a cool, dark place away from direct sunlight and heat. Keep the cap sealed when not in use to preserve the fragrance's integrity."},
|
||||
id: "4", title: "How should I store my fragrance?", content: "Store in a cool, dark place away from direct sunlight and heat. Keep the cap sealed when not in use to preserve the fragrance's integrity."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Do you offer gift wrapping?", content: "Absolutely! All orders come with complimentary luxurious gift wrapping and a personalized greeting card option."},
|
||||
id: "5", title: "Do you offer gift wrapping?", content: "Absolutely! All orders come with complimentary luxurious gift wrapping and a personalized greeting card option."
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
faqsAnimation="slide-up"
|
||||
@@ -211,4 +236,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user