2 Commits

Author SHA1 Message Date
c4e08d2ac0 Update src/app/page.tsx 2026-05-06 22:05:22 +00:00
f8475fdb2d Merge version_2 into main
Merge version_2 into main
2026-05-06 22:04:35 +00:00

View File

@@ -166,6 +166,11 @@ export default function LandingPage() {
{ {
id: "q3", title: "Do you ship worldwide?", content: "Yes, we ship to over 50 countries globally."}, id: "q3", title: "Do you ship worldwide?", content: "Yes, we ship to over 50 countries globally."},
]} ]}
buttons={[
{
text: "Still have questions? Contact us", href: "#contact"
}
]}
sideTitle="Need Answers?" sideTitle="Need Answers?"
sideDescription="We've got you covered. Check out common questions below." sideDescription="We've got you covered. Check out common questions below."
faqsAnimation="slide-up" faqsAnimation="slide-up"