From db3e79d44ece1adbc8df2788a367e48159174847 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 17:41:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4cf9d71..6514514 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Droplets, Sun, Leaf, Star, Sparkles } from "lucide-react"; +import { Droplets, Sun, Leaf, Star, Sparkles, HelpCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -180,9 +180,12 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Find answers to common questions about our skincare routine, ingredients, and usage tips." tag="Help & Support" - tagIcon={Sparkles} + tagIcon={HelpCircle} tagAnimation="opacity" - buttons={[{ text: "Contact Us", href: "#contact-section" }]} + buttons={[ + { text: "Contact Us", href: "#contact-section" }, + { text: "Need More Help?", href: "mailto:support@aureliaskin.com" } + ]} buttonAnimation="slide-up" faqsAnimation="blur-reveal" textboxLayout="inline-image" -- 2.49.1