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