|
|
|
|
@@ -8,7 +8,7 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
|
|
|
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
|
|
|
|
import ContactText from '@/components/sections/contact/ContactText';
|
|
|
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
|
|
|
import { Sparkles, Award, Heart } from "lucide-react";
|
|
|
|
|
import { Sparkles, Award, Heart, Star } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -47,10 +47,10 @@ export default function LandingPage() {
|
|
|
|
|
{ value: "25+", label: "Years of Excellence" }
|
|
|
|
|
]}
|
|
|
|
|
enableKpiAnimation={true}
|
|
|
|
|
tag="Premium Collection"
|
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
|
tag="4.9/5 Stars - Trusted by 10K+ Customers"
|
|
|
|
|
tagIcon={Star}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Explore Now", href: "#products" },
|
|
|
|
|
{ text: "Shop Signature Scents", href: "#products" },
|
|
|
|
|
{ text: "Learn More", href: "#about" }
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg"
|
|
|
|
|
@@ -63,8 +63,8 @@ export default function LandingPage() {
|
|
|
|
|
<ProductCardTwo
|
|
|
|
|
title="Our Signature Collection"
|
|
|
|
|
description="Hand-selected fragrances and cosmetics that represent the pinnacle of luxury beauty. Each product is crafted with the finest ingredients for an unforgettable experience."
|
|
|
|
|
tag="Best Sellers"
|
|
|
|
|
tagIcon={Award}
|
|
|
|
|
tag="4.9/5 Stars - Trusted by 10K+ Customers"
|
|
|
|
|
tagIcon={Star}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
@@ -201,4 +201,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|