From 415a245a513070e1387539ba314a4508c8795e0e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:38:02 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From eeaab2084a78f6ee62263df3307ffa4c15580ead Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:38:02 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.49.1