Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-02-24 17:41:59 +00:00

View File

@@ -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"