From fba7fbfdf0075a2b9a3e1efebf1043718f24a684 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 28 Apr 2026 12:36:06 +0000 Subject: [PATCH] Bob AI: Add two new question and answer pairs to the 'faq' section's --- src/pages/HomePage.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a353ea4..b21ca9d 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -190,6 +190,14 @@ export default function HomePage() { question: "Do you offer subscriptions?", answer: "Yes, subscribe and save 15% on your recurring bean orders.", }, + { + question: "Are your beans organic?", + answer: "Yes, the majority of our beans are certified organic and sustainably sourced.", + }, + { + question: "What is the best way to store coffee beans?", + answer: "We recommend storing them in an airtight container at room temperature, away from direct sunlight.", + }, ]} imageSrc="http://img.b2bpic.net/free-photo/man-with-apron-pouring-coffee-jar_23-2148366616.jpg" /> @@ -212,4 +220,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1