All files / src/lib/content/faqs general.ts

0% Statements 0/1
100% Branches 0/0
100% Functions 0/0
0% Lines 0/1

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83                                                                                                                                                                     
export interface FAQItem {
	question: string;
	answer: string;
}
 
export const GENERAL_FAQS: FAQItem[] = [
	{
		question: "How does Interioring work?",
		answer:
			"Browse verified interior designers in Hyderabad, compare their portfolios and projects, then submit a free inquiry to any designer that matches your style and budget. The designer reviews your requirements and contacts you within 24–48 hours to schedule a free site visit and discuss the brief. Interioring is a curated marketplace — no payment until you choose a designer.",
	},
	{
		question: "Are all designers on Interioring verified?",
		answer:
			"Yes. Every designer is manually vetted before being listed: portfolio quality and authenticity are reviewed, business credentials are verified, and background checks are conducted. This ensures you're only connecting with legitimate, experienced professionals — Interioring rejects roughly 40% of applicants who don't meet the bar.",
	},
	{
		question: "How do I get in touch with a designer?",
		answer:
			"You can reach a designer by submitting a free inquiry through their profile page, or by tapping the WhatsApp CTA to start a direct chat. Once you submit an inquiry, the designer's team will contact you — typically within 24–48 hours — to discuss your project requirements in detail.",
	},
	{
		question: "What happens after I submit an inquiry?",
		answer:
			"After you submit an inquiry, the designer reviews your project details and contacts you to schedule a conversation. If both sides are a good fit, a site visit is arranged at your home — usually free of charge. From there, the designer prepares a 3D design concept and mood board to help you visualize the outcome before any work begins.",
	},
	{
		question: "How long does it take to get a response?",
		answer:
			"Most designers respond within 4–24 hours on business days, occasionally extending to 48 hours during peak periods. Designers on Interioring are partly rated on response rate, which incentivizes quick replies. If you haven't heard back within 48 hours, use the WhatsApp button on their profile to follow up directly.",
	},
	{
		question: "Can I see a designer's past work before hiring?",
		answer:
			"Absolutely. Every designer profile includes a curated portfolio of completed projects, often with before-and-after photos, room-by-room breakdowns, and client testimonials. You can browse multiple projects across different styles and budgets to get a clear sense of the designer's capabilities before making any commitment.",
	},
	{
		question: "Do I pay Interioring or the designer directly?",
		answer:
			"You pay the designer directly. Interioring doesn't handle payments or act as a financial intermediary — the contract, payment schedule, and all financial dealings are agreed between you and the design firm. The platform's role is discovery and connection only, with zero transaction fees on either side.",
	},
	{
		question: "What cities does Interioring operate in?",
		answer:
			"Hyderabad, currently — with a growing designer network across all major zones: West (Gachibowli, Kondapur, Jubilee Hills), Central (Banjara Hills, Somajiguda), East, South, North, and Old City. Expansion to Bangalore, Pune, Mumbai, Chennai, and Delhi is planned.",
	},
	{
		question: "Can designers come to my home for a site visit?",
		answer:
			"Yes. Most designers listed on Interioring offer a complimentary initial site visit within Hyderabad. During the visit, the designer assesses the space, takes measurements, and discusses your brief in detail. This visit is typically a prerequisite before a detailed design proposal and quote are prepared.",
	},
	{
		question: "What information should I provide in an inquiry?",
		answer:
			"The more context you provide, the better the designer can prepare for the first conversation. Include your locality, the size of your home (number of BHKs and approximate square footage), the scope of work (full home, kitchen, specific rooms), your approximate budget range, and your target move-in or project completion date. Reference images of styles you like are always a great addition.",
	},
	{
		question: "How are designers ranked on the platform?",
		answer:
			"Designers are ranked by a combination of verified client reviews and ratings, portfolio quality and diversity, response rate to inquiries, and years of documented experience. Designers cannot pay to rank higher — Interioring's algorithm surfaces the most reliable and relevant professionals for each search, not the highest bidders.",
	},
	{
		question: "Can I hire a designer for a single room?",
		answer:
			"Yes, absolutely. You are not required to commission a full-home project. Many homeowners hire designers for a single room — a modular kitchen, a master bedroom, a living room, or even a bathroom renovation. Simply mention the scope in your inquiry and the designer will confirm whether they take on single-room projects.",
	},
	{
		question: "What are the payment terms typically?",
		answer:
			"Payment structures vary by designer, but a common milestone-based schedule looks like this: a token advance of 10–20% to lock in the designer and start the design phase; a second payment (often 40–50%) at material procurement; a progress payment during execution; and a final payment on handover and completion. Always confirm the payment schedule in writing before signing a contract.",
	},
	{
		question: "Is there a minimum budget requirement?",
		answer:
			"There is no formal minimum budget set by Interioring. However, realistic starting points to keep in mind: a modular kitchen typically starts from ₹1.5 lakh, and a full 2BHK interior design project generally starts from ₹4 lakh upwards depending on material tier and designer. Smaller budgets are best suited to selective room-by-room work rather than a complete home transformation.",
	},
	{
		question: "What if I'm not happy with the design?",
		answer:
			"Reputable designers include revision rounds as part of their design fee — typically 2–3 revision cycles after the initial concept presentation. It is important to discuss and document the revision scope in the contract before work begins. If revisions go beyond the agreed limit, additional charges may apply. Clear communication of your expectations upfront significantly reduces the likelihood of dissatisfaction.",
	},
];