From 3275f78b3d4ba676adc8d597871c938edc48ce10 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:10:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.49.1