diff --git a/src/app/page.tsx b/src/app/page.tsx index 238c62f..c30c0b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -183,6 +183,9 @@ export default function LandingPage() { mediaAnimation="blur-reveal" mediaPosition="left" faqs={[ + { + id: "6", title: "What about product safety and compliance?", content: "All our products comply with federal and state regulations. We only stock items from certified manufacturers and provide proper documentation and safety information for every product." + }, { id: "1", title: "What products do you carry?", content: "We carry a comprehensive selection of premium vaping devices, premium tobacco alternatives, e-liquids, accessories, and mods from leading manufacturers. All products are carefully selected and tested for quality." }, @@ -197,9 +200,6 @@ export default function LandingPage() { }, { id: "5", title: "Do you provide product recommendations?", content: "Yes! Our expert staff is available to provide personalized recommendations based on your preferences and experience level. Visit us in-store or call for assistance." - }, - { - id: "6", title: "What about product safety and compliance?", content: "All our products comply with federal and state regulations. We only stock items from certified manufacturers and provide proper documentation and safety information for every product." } ]} faqsAnimation="slide-up"