Merge version_3_1777379702670 into main #2

Merged
bender merged 1 commits from version_3_1777379702670 into main 2026-04-28 12:36:10 +00:00

View File

@@ -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() {
</div>
</>
);
}
}