From 2fd4372b29502056d61825b38126b0ca04224410 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:26:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9376a89..9a04f16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,14 +41,14 @@ export default function LandingPage() {
@@ -193,7 +193,7 @@ export default function LandingPage() { animationType="smooth" faqs={[ { - id: "1", title: "What products do you carry?", content: "We offer a comprehensive selection of vaping devices, e-liquids, traditional tobacco products, and accessories from leading manufacturers." + id: "1", title: "What products do you carry?", content: "We offer a comprehensive selection of vaping devices, e-liquids, premium kratom strains, and accessories from leading manufacturers." }, { id: "2", title: "Do you verify age?", content: "Yes, we strictly comply with all age verification requirements. All customers must verify they are of legal age before purchasing age-restricted products." @@ -242,7 +242,7 @@ export default function LandingPage() { { title: "Products", items: [ { label: "Vaping Devices", href: "#products" }, - { label: "Tobacco Selection", href: "#products" }, + { label: "Kratom Selection", href: "#products" }, { label: "Accessories", href: "#products" }, { label: "New Arrivals", href: "#products" } ] @@ -268,4 +268,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1