diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5ed8245..1e37c65 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1422,4 +1422,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index b3baafc..46ccaa4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file