Admin · Local only
FAQ Editor
Changes save instantly to this browser's local storage and appear on the landing page. When you're happy, click Copy code and paste into src/content/faqs.ts to make it permanent (and visible to everyone).
#1
#2
#3
#4
#5
#6
Preview export code
export const DEFAULT_FAQS: Faq[] = [
{
q: "Is this MLM?",
a: "No. Australiana Life uses a modern affiliate-style structure focused on product sales and customer acquisition rather than traditional MLM mechanics.",
},
{
q: "Do I need to buy inventory?",
a: "No. Products ship directly to customers.",
},
{
q: "Do I have to recruit?",
a: "No. Retail customers alone can generate income.",
},
{
q: "Is there a cost to join?",
a: "No. Joining as an Affiliate is free.",
},
{
q: "Is this a get-rich-quick opportunity?",
a: "No. This is a real business opportunity that rewards consistency and effort.",
},
{
q: "What support do I receive?",
a: "Our onboarding system, training portal, and Ana — your AI Business Coach — available 24/7.",
},
];
Note: edits live in this browser only until pasted into source. Other visitors will keep seeing the defaults from src/content/faqs.ts. When you're ready for a real multi-user backend, we'll move this to Supabase.