diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index bf5532e..6d0736d 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -23,7 +23,7 @@ export default function FAQPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="large" - background="fluid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -35,9 +35,7 @@ export default function FAQPage() { brandName="ReviewHub Potch" navItems={navItems} button={{ - text: "Claim Your Business", - href: "#", - }} + text: "Claim Your Business", href: "#"}} /> @@ -50,48 +48,25 @@ export default function FAQPage() { tagIcon={HelpCircle} faqs={[ { - id: "1", - title: "How do I claim my business listing?", - content: "Sign up on ReviewHub with your business email, verify your business details, and your listing goes live instantly. You'll get access to your free dashboard to manage reviews, hours, and basic information. The entire process takes less than 5 minutes.", - }, + id: "1", title: "How do I claim my business listing?", content: "Sign up on ReviewHub with your business email, verify your business details, and your listing goes live instantly. You'll get access to your free dashboard to manage reviews, hours, and basic information. The entire process takes less than 5 minutes."}, { - id: "2", - title: "Are reviews real and verified?", - content: "Yes. ReviewHub uses verification systems to ensure reviews come from genuine customers. We monitor for fake reviews and remove suspicious activity. Our community-focused approach means most reviewers are local Potchefstroom residents with real experiences.", - }, + id: "2", title: "Are reviews real and verified?", content: "Yes. ReviewHub uses verification systems to ensure reviews come from genuine customers. We monitor for fake reviews and remove suspicious activity. Our community-focused approach means most reviewers are local Potchefstroom residents with real experiences."}, { - id: "3", - title: "Can I respond to negative reviews?", - content: "Absolutely. Free and paid listings can respond to any review. We encourage constructive dialogue—responding professionally to concerns often turns critics into loyal customers. Our response templates help you stay consistent and professional.", - }, + id: "3", title: "Can I respond to negative reviews?", content: "Absolutely. Free and paid listings can respond to any review. We encourage constructive dialogue—responding professionally to concerns often turns critics into loyal customers. Our response templates help you stay consistent and professional."}, { - id: "4", - title: "What's included in the Featured plan?", - content: "The Featured plan (R299/month) includes prominent listing placement, priority search ranking, enhanced profile pages, advanced analytics, up to 50 photos/videos, and review response templates. You'll get significantly more visibility than free listings.", - }, + id: "4", title: "What's included in the Featured plan?", content: "The Featured plan (R299/month) includes prominent listing placement, priority search ranking, enhanced profile pages, advanced analytics, up to 50 photos/videos, and review response templates. You'll get significantly more visibility than free listings."}, { - id: "5", - title: "Can I cancel my subscription anytime?", - content: "Yes. No long-term contracts. Cancel monthly plans anytime with no penalties. If you downgrade, your listing remains active—you just lose premium features.", - }, + id: "5", title: "Can I cancel my subscription anytime?", content: "Yes. No long-term contracts. Cancel monthly plans anytime with no penalties. If you downgrade, your listing remains active—you just lose premium features."}, { - id: "6", - title: "How does the Premium plan differ from Featured?", - content: "The Premium plan (R599/month) adds top placement guarantee, monthly promotional posts, direct customer messaging, video showcase sections, unlimited photos/videos, detailed monthly reports, and priority support.", - }, + id: "6", title: "How does the Premium plan differ from Featured?", content: "The Premium plan (R599/month) adds top placement guarantee, monthly promotional posts, direct customer messaging, video showcase sections, unlimited photos/videos, detailed monthly reports, and priority support."}, { - id: "7", - title: "Can I see analytics about who's viewing my listing?", - content: "Yes. Paid plans include comprehensive analytics showing views, clicks, review interactions, and customer demographics. This data helps you understand your audience and refine your marketing.", - }, + id: "7", title: "Can I see analytics about who's viewing my listing?", content: "Yes. Paid plans include comprehensive analytics showing views, clicks, review interactions, and customer demographics. This data helps you understand your audience and refine your marketing."}, { - id: "8", - title: "Is there a free trial for paid plans?", - content: "Yes. Premium plans come with a free 14-day trial. Try all features risk-free before committing. Billing starts only after your trial ends if you choose to continue.", - }, + id: "8", title: "Is there a free trial for paid plans?", content: "Yes. Premium plans come with a free 14-day trial. Try all features risk-free before committing. Billing starts only after your trial ends if you choose to continue."}, ]} - imageSrc="http://img.b2bpic.net/free-vector/flat-hotel-review-background_23-2148156421.jpg?_wi=5" + imageSrc="http://img.b2bpic.net/free-vector/flat-hotel-review-background_23-2148156421.jpg" imageAlt="FAQ support illustration" + mediaAnimation="slide-up" mediaPosition="left" textboxLayout="default" useInvertedBackground={false} diff --git a/src/app/page.tsx b/src/app/page.tsx index 33e0981..3bf86ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,7 +27,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="smallMedium" sizing="large" - background="fluid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -39,9 +39,7 @@ export default function HomePage() { brandName="ReviewHub Potch" navItems={navItems} button={{ - text: "Claim Your Business", - href: "#", - }} + text: "Claim Your Business", href: "#"}} /> @@ -50,13 +48,13 @@ export default function HomePage() {