forked from veda/www_veda_2025
add
This commit is contained in:
@@ -10,6 +10,7 @@ import Veda1 from '@/components/Veda1'
|
||||
import Veda2 from '@/components/Veda2'
|
||||
import Veda3 from '@/components/Veda3'
|
||||
import Veda4 from '@/components/Veda4'
|
||||
import { Testimonials } from '@/components/Testimonials'
|
||||
|
||||
export default function Dahabiyas() {
|
||||
const [selectedVeda, setSelectedVeda] = useState('veda1')
|
||||
@@ -34,8 +35,9 @@ export default function Dahabiyas() {
|
||||
<Header />
|
||||
<main>
|
||||
<Daha1 />
|
||||
<Daha2 onVedaSelect={setSelectedVeda} />
|
||||
<Daha2 onVedaSelect={setSelectedVeda} selectedVeda={selectedVeda} />
|
||||
{renderSelectedVeda()}
|
||||
<Testimonials />
|
||||
</main>
|
||||
<Footer />
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user