5 Commits

Author SHA1 Message Date
eeaab2084a Update src/app/page.tsx 2026-03-03 10:38:02 +00:00
415a245a51 Update src/app/layout.tsx 2026-03-03 10:38:02 +00:00
f922373b6f Merge version_2 into main
Merge version_2 into main
2026-03-03 10:30:44 +00:00
f5de40f941 Update src/app/page.tsx 2026-03-03 10:30:39 +00:00
7c16c49f98 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:24:07 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -1422,4 +1422,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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>
);
}
}