From dea3244914774daeb79fab9f7bbfea5a17dd6dbc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:12:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2aab25f..870f270 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -180,6 +180,8 @@ export default function LandingPage() { id: "f2", title: "How often should I use the product?", content: "We recommend applying morning and evening as part of your regular ritual for optimal results."}, { id: "f3", title: "Are your ingredients organic?", content: "Our ingredients are 100% ethically sourced and our primary actives are certified organic."}, + { + id: "f4", title: "Do you offer a money-back guarantee?", content: "Yes, we offer a 30-day money-back guarantee if you are not fully satisfied with your purchase. Your comfort is our priority."}, ]} title="Common Questions" description="Everything you need to know about our premium skincare line." @@ -207,4 +209,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1