Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eeaab2084a | |||
| 415a245a51 | |||
| f922373b6f |
@@ -1422,4 +1422,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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,8 +47,8 @@ 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: "Shop Signature Scents", href: "#products" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user