bug fix
This commit is contained in:
@@ -116,7 +116,7 @@ const Faq = () => {
|
||||
<main className="custom-container">
|
||||
<section className="relative py-5 from-accent/5 to-background">
|
||||
<div className="container mx-auto max-w-4xl text-center">
|
||||
<h1 className="text-4xl md:text-5xl font-bold mb-4 text-balance">
|
||||
<h1 className="text-2xl md:text-5xl font-bold mb-4 text-balance">
|
||||
{"Tez-tez So'raladigan Savollar"}
|
||||
</h1>
|
||||
<p className="text-lg text-muted-foreground max-w-2xl mx-auto">
|
||||
@@ -127,14 +127,14 @@ const Faq = () => {
|
||||
|
||||
<section className="py-5">
|
||||
<>
|
||||
<div className="space-y-12">
|
||||
<div className="space-y-8">
|
||||
{faqCategories.map((category, idx) => (
|
||||
<div key={idx}>
|
||||
<h2 className="text-3xl font-bold mb-6 text-balance">
|
||||
<h2 className="text-xl font-bold mb-4 text-balance">
|
||||
{category.category}
|
||||
</h2>
|
||||
<Card>
|
||||
<CardContent className="pt-6">
|
||||
<CardContent>
|
||||
<Accordion type="single" collapsible className="w-full">
|
||||
{category.questions.map((faq, qIdx) => (
|
||||
<AccordionItem
|
||||
|
||||
Reference in New Issue
Block a user